summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2001-12-24 07:12:26 (GMT)
committerSteven Knight <knight@baldmt.com>2001-12-24 07:12:26 (GMT)
commit2fa2b20ae2c04bca6a52600d76bedd29eb59e313 (patch)
treed194e4478866b0980ad823d17572789f8bb01ca5 /debian
parent73349da6d71bc4cfde8d67f7beef5938d4044816 (diff)
downloadSCons-2fa2b20ae2c04bca6a52600d76bedd29eb59e313.zip
SCons-2fa2b20ae2c04bca6a52600d76bedd29eb59e313.tar.gz
SCons-2fa2b20ae2c04bca6a52600d76bedd29eb59e313.tar.bz2
Initialize the new branch.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
-rw-r--r--debian/scons.postinst2
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index cd638a1..0bfb73f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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.
diff --git a/debian/scons.postinst b/debian/scons.postinst
index 8b36fd3..e8c5de8 100644
--- a/debian/scons.postinst
+++ b/debian/scons.postinst
@@ -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)