diff --git a/campcaster/doc/release.html b/campcaster/doc/release.html
index bc600e522..22c0686c2 100644
--- a/campcaster/doc/release.html
+++ b/campcaster/doc/release.html
@@ -86,7 +86,7 @@ Curently, only the debian changelog keeps track of the changes and the
version of Campcaster. To update the changelog, edit etc/debian/changelog
,
by inserting a section onto the top of the file:
-
campcaster (<ls-version>-1) unstable; urgency=low+
* Changes listed here
--Package Maintainer <maintainer@foo.bar>
<timestamp>
campcaster (<version>-1) unstable; urgency=lowThe timestamp above must be preceeded by two spaces, and must be an RFC 2822 compliant date string, which is most easily produced by issuing the
* Changes listed here
--Package Maintainer <maintainer@foo.bar>
<timestamp>
date -R
command. Please note that the debian package
@@ -103,12 +103,12 @@ before proceeding.bin/dist.sh
,
with the release version as its single parameter:./bin/dist.sh --version <ls-version>
+./bin/dist.sh --version <version>
campcaster-<ls-version>.tar.bz2
campcaster-libraries-<ls-version>.tar.bz2
campcaster-<version>.tar.bz2
campcaster-libraries-<version>.tar.bz2
debhelper
and
fakeroot
. Then do the following:tar xfj campcaster-<ls-version>.tar.bz2 -tar xfj campcaster-libraries-<ls-version>.tar.bz2 -cd campcaster-<ls-version> -./bin/createDebianPackages.sh -d .. -v <ls-version> -o .. \ +tar xfj campcaster-<version>.tar.bz2 +tar xfj campcaster-libraries-<version>.tar.bz2 +cd campcaster-<version> +./bin/createDebianPackages.sh -d .. -v <version> -o .. \ -m "Package Maintainer <maintainer@foo.bar>" cd ..@@ -141,9 +141,9 @@ The above command will create the Debain source package files next to the original source tarballs. The script will generate the following files, making up the Debian source package:
-campcaster_<ls-version>-1.dsc -campcaster_<ls-version>-1.diff.gz -campcaster_<ls-version>.orig.tar.gz +@@ -167,9 +167,9 @@ cd ../.. -libraries package --> The above commands will result in the following debian packages:campcaster_<version>-1.dsc +campcaster_<version>-1.diff.gz +campcaster_<version>.orig.tar.gzBased on the source packages, the Debian package management system can build the binaries for the current target platform, provided all the @@ -158,7 +158,7 @@ rm -rf debian_build mkdir debian_build cd debian_build dpkg-source -x ../campcaster_<ls_version>-1.dsc -cd campcaster-<ls-version> +cd campcaster-<version> sudo dpkg-buildpackage cd ../..
-campcaster-libs_<ls-version>-1_<arch>.deb -campcaster-station_<ls-version>-1_<arch>.deb -campcaster-studio_<ls-version>-1_<arch>.deb +campcaster-libs_<version>-1_<arch>.deb +campcaster-station_<version>-1_<arch>.deb +campcaster-studio_<version>-1_<arch>.deb@@ -198,17 +198,17 @@ release can be retrieved at any later date. To tag the repository, issue the following command:
svn copy svn://code.campware.org/campcaster/trunk \ - svn://code.campware.org/campcaster/tags/campcaster-<ls-version> + svn://code.campware.org/campcaster/tags/campcaster-<version>
-This will tag the current state of the repository with the tagcampcaster-<ls-version>
, +This will tag the current state of the repository with the tagcampcaster-<version>
, enabling later retrieval of this specific state.
Updating Trac
Add the new version number to the Version pull-down menu in Trac by executing -+trac-admin /usr/local/trac-projects/campcaster version add <ls-version>
ontrac-admin /usr/local/trac-projects/campcaster version add <version>
code.campware.org
.