my $file = shift;
foreach my $dir (split(/$Config{path_sep}/, $ENV{PATH})) {
$f = File::Spec->catfile($dir, $file);
- return $f if -x $f;
+ return $f if -x $f && ! -d $f;
}
return undef
}
$revision = $ARG{version};
chomp($revision = `$aesub '\$version' 2>/dev/null`) if $aesub && ! $revision;
-$revision = '0.01' if ! $revision;
+$revision = '0.02' if ! $revision;
$change = $ARG{change};
chomp($change = `$aesub '\$change' 2>/dev/null`) if $aesub && ! $change;
-- Distribute the change to scons-aedist:
- aedist -s -p scons.0.1 {cnum} > scons.0.1.C{cnum}.ae
- pine -attach scons.0.1.C{cnum}.ae scons-aedist@lists.sourceforge.net
- Subject: scons.0.1 - {SUMMARY}
- Body: aegis -l -p scons.0.1 -c {cnum} cd
+ 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
- rm scons.0.1.C{cnum}.ae
+ rm scons.0.2.C{cnum}.ae
[This will eventually be automated.]
-- Update the aedist baseline on the web site:
- aedist -s -bl -p scons.0.1 > scons.0.1.ae
- scp scons.0.1.ae stevenknight@scons.sourceforge.net:/home/groups/s/sc/scons/htdocs/scons.0.1.ae
- rm scons.0.1.ae
+ 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
[This will eventually be automated.]
-- Distribute the change to CVS:
export CVS_RSH=ssh
- ae2cvs -n -aegis -p scons.0.1 -c {cnum} -u ~/SCons/scons
- ae2cvs -X -aegis -p scons.0.1 -c {cnum} -u ~/SCons/scons
+ ae2cvs -n -aegis -p scons.0.2 -c {cnum} -u ~/SCons/scons
+ ae2cvs -X -aegis -p scons.0.2 -c {cnum} -u ~/SCons/scons
If you need the "ae2cvs" Perl script, you can find a copy
checked in to the bin/subdirectory.
START THE NEW BRANCH (need more info)
+ aenc -p {newbranch}
+ aedb
+ aecp Construct debian/changelog rpm/scons.spec
+ [optional] aecp HOWTO/change.txt debian/scons.postinst
+ aeb
+ aet -reg
+ aede
+ etc.
+
Read through the FAQ for any updates
announcement on the home page
new packages in the download page
checkin new scons-doc.tar.gz on the web site
+ update the CHANGES.txt file
* written to conform to Perl conventions) and Aegis' expectations.
* See the comments in the test.pl script itself for details.
*/
-test_command = "python runtest.py -b aegis -q -v ${VERsion} ${File_Name}";
+test_command = "python ${Source runtest.py} -b aegis -q -v ${VERsion} ${File_Name}";
new_test_filename = "test/CHANGETHIS.py";
+scons (0.02-1) unstable; urgency=low
+
+ * Second Release.
+
+ -- Steven Knight <knight@baldmt.com> Fri, 14 Dec 2001 13:23:03 -0600
+
+
scons (0.01-1) unstable; urgency=low
* Initial Release.
#
PACKAGE=scons
-DIRLIST="/usr/lib/scons-0.01"
+DIRLIST="/usr/lib/scons-0.02"
case "$1" in
configure|abort-upgrade|abort-remove|abort-deconfigure)
%define name scons
-%define version 0.01
+%define version 0.02
%define release 1
Summary: an Open Source software construction tool