From a5ea42a1b7e8193f86064036d8d21d6256889331 Mon Sep 17 00:00:00 2001 From: paul Date: Tue, 5 Dec 2006 16:39:49 +0000 Subject: [PATCH] Get rid of LS (livesupport) naming --- campcaster/doc/release.html | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) 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=low

* Changes listed here

-- Package Maintainer <maintainer@foo.bar> <timestamp>

The 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 date -R command. Please note that the debian package @@ -103,12 +103,12 @@ before proceeding.
To create the release tarballs, invoke the distribution script bin/dist.sh, with the release version as its single parameter:

-
./bin/dist.sh --version <ls-version>
+
./bin/dist.sh --version <version>

This will create two tarballs in the parent of the current directory:
@@ -129,10 +129,10 @@ 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
-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
+
campcaster_<version>-1.dsc
+campcaster_<version>-1.diff.gz
+campcaster_<version>.orig.tar.gz
 
Based 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 ../..
@@ -167,9 +167,9 @@ cd ../.. -libraries package --> The above commands will result in the following debian packages:
-
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 tag campcaster-<ls-version>, +This will tag the current state of the repository with the tag campcaster-<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>
+
trac-admin /usr/local/trac-projects/campcaster version add <version>
on code.campware.org.