minor clarification in the documentation of the package creation process

This commit is contained in:
fgerlits 2006-12-01 16:05:52 +00:00
parent a38ebdeadd
commit 097b46c5ae
1 changed files with 3 additions and 1 deletions

View File

@ -125,7 +125,9 @@ broken.<br>
<h1>Creating Debian packages</h1> <h1>Creating Debian packages</h1>
After the source tarballs have been tested, Debian source and binary After the source tarballs have been tested, Debian source and binary
packages can be created. To do so, upload the source tarballs to a 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> <br>
<pre>tar xfj campcaster-&lt;ls-version&gt;.tar.bz2 <pre>tar xfj campcaster-&lt;ls-version&gt;.tar.bz2
tar xfj campcaster-libraries-&lt;ls-version&gt;.tar.bz2 tar xfj campcaster-libraries-&lt;ls-version&gt;.tar.bz2