Initialize the new branch.
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Mon, 24 Dec 2001 07:12:26 +0000 (07:12 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Mon, 24 Dec 2001 07:12:26 +0000 (07:12 +0000)
git-svn-id: http://scons.tigris.org/svn/scons/trunk@175 fdb21ef1-2011-0410-befe-b5e4ea1792b1

Construct
HOWTO/change.txt
debian/changelog
debian/scons.postinst
rpm/scons.spec

index aa7f8d892d230422cf658902794717d347f76fdc..c5d031a8f01fe9a1dfc71b688e87138ba89bf177 100644 (file)
--- a/Construct
+++ b/Construct
@@ -85,7 +85,7 @@ $developer = $ARG{developer} || $ENV{USERNAME} || $ENV{LOGNAME} || $ENV{USER};
 
 $revision = $ARG{version};
 chomp($revision = `$aesub '\$version' 2>/dev/null`) if $aesub && ! $revision;
-$revision = '0.02' if ! $revision;
+$revision = '0.03' if ! $revision;
 
 @arr = split(/\./, $revision);
 @arr = ($arr[0], map {length($_) == 1 ? "0$_" : $_} @arr[1 .. $#arr]);
@@ -98,7 +98,7 @@ $revision = join('.', @arr);
 #pop @arr if $#arr >= 2;
 #map {s/^[CD]//, s/^0*(\d\d)$/$1/} @arr;
 #$version = join('.', @arr);
-$version = '0.02';
+$version = '0.03';
 
 $change = $ARG{change};
 chomp($change = `$aesub '\$change' 2>/dev/null`) if $aesub && ! $change;
index 9e7d12a6688ecf547a238e03c88697f3f7628d16..f12f9a132c2037c07f9f289505fcb4b77a1e1a16 100644 (file)
@@ -30,28 +30,28 @@ Handling a change set:
 
     -- Distribute the change to scons-aedist:
 
-               aedist -s -p scons.0.2 {cnum} > scons.0.2.C{cnum}.ae
-               pine -attach scons.0.2.C{cnum}.ae scons-aedist@lists.sourceforge.net
-                       Subject: scons.0.2 - {SUMMARY}
-                       Body:  aegis -l -p scons.0.2 -c {cnum} cd
+               aedist -s -p scons.0.3 {cnum} > scons.0.3.C{cnum}.ae
+               pine -attach scons.0.3.C{cnum}.ae scons-aedist@lists.sourceforge.net
+                       Subject: scons.0.3 - {SUMMARY}
+                       Body:  aegis -l -p scons.0.3 -c {cnum} cd
 
-               rm scons.0.2.C{cnum}.ae
+               rm scons.0.3.C{cnum}.ae
 
        [This will eventually be automated.]
 
     -- Update the aedist baseline on the web site:
 
-               aedist -s -bl -p scons.0.2 > scons.0.2.ae
-               scp scons.0.2.ae stevenknight@scons.sourceforge.net:/home/groups/s/sc/scons/htdocs/scons.0.2.ae
-               rm scons.0.2.ae
+               aedist -s -bl -p scons.0.3 > scons.0.3.ae
+               scp scons.0.3.ae stevenknight@scons.sourceforge.net:/home/groups/s/sc/scons/htdocs/scons.0.3.ae
+               rm scons.0.3.ae
 
        [This will eventually be automated.]
 
     -- Distribute the change to CVS:
 
                export CVS_RSH=ssh
-               ae2cvs -n -aegis -p scons.0.2 -c {cnum} -u ~/SCons/scons
-               ae2cvs -X -aegis -p scons.0.2 -c {cnum} -u ~/SCons/scons
+               ae2cvs -n -aegis -p scons.0.3 -c {cnum} -u ~/SCons/scons
+               ae2cvs -X -aegis -p scons.0.3 -c {cnum} -u ~/SCons/scons
 
         If you need the "ae2cvs" Perl script, you can find a copy
         checked in to the bin/subdirectory.
index cd638a1978107d83e3aede7e54b337a50a83d419..0bfb73fe7d5b2ddd36c5e81ccc9be322443d7854 100644 (file)
@@ -1,3 +1,10 @@
+scons (0.03-1) unstable; urgency=low
+
+  * Third Release.
+
+ -- Steven Knight <knight@baldmt.com>  Sun, 23 Dec 2001 19:53:05 -0600
+
+
 scons (0.02-1) unstable; urgency=low
 
   * Second Release.
index 8b36fd35d30e7b5c884c9eb445a9bb51412fbd3c..e8c5de884c482c279f163cf90802d903f36f9b20 100644 (file)
@@ -6,7 +6,7 @@
 #
 
 PACKAGE=scons
-DIRLIST="/usr/lib/scons-0.02"
+DIRLIST="/usr/lib/scons-0.03"
 
 case "$1" in
     configure|abort-upgrade|abort-remove|abort-deconfigure)
index 74206f3e294e4c62b93f1238222a975dd3a5f897..696a95d4529359eacd68f282bc9c84f0f968d594 100644 (file)
@@ -1,5 +1,5 @@
 %define name scons
-%define version 0.02
+%define version 0.03
 %define release 1
 
 Summary: an Open Source software construction tool