minor clarification in the documentation of the package creation process
This commit is contained in:
parent
a38ebdeadd
commit
097b46c5ae
|
@ -125,7 +125,9 @@ broken.<br>
|
|||
<h1>Creating Debian packages</h1>
|
||||
After the source tarballs have been tested, Debian source and binary
|
||||
packages can be created. To do so, upload the source tarballs to a
|
||||
Debian system, and do the following:<br>
|
||||
Debian system, install the packages needed to install Campcaster,
|
||||
plus two more needed for the build process: <code>debhelper</code> and
|
||||
<code>fakeroot</code>. Then do the following:<br>
|
||||
<br>
|
||||
<pre>tar xfj campcaster-<ls-version>.tar.bz2
|
||||
tar xfj campcaster-libraries-<ls-version>.tar.bz2
|
||||
|
|
Loading…
Reference in New Issue