From 097b46c5aea57f06bc3d3991eec408ca7048f771 Mon Sep 17 00:00:00 2001 From: fgerlits Date: Fri, 1 Dec 2006 16:05:52 +0000 Subject: [PATCH] minor clarification in the documentation of the package creation process --- campcaster/doc/release.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/campcaster/doc/release.html b/campcaster/doc/release.html index 07e6dbef5..351ea5697 100644 --- a/campcaster/doc/release.html +++ b/campcaster/doc/release.html @@ -125,7 +125,9 @@ broken.

Creating Debian packages

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:
+Debian system, install the packages needed to install Campcaster, +plus two more needed for the build process: debhelper and +fakeroot. Then do the following:

tar xfj campcaster-<ls-version>.tar.bz2
 tar xfj campcaster-libraries-<ls-version>.tar.bz2