summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2002-01-11 08:46:19 (GMT)
committerSteven Knight <knight@baldmt.com>2002-01-11 08:46:19 (GMT)
commitdd40d81aa957e6c4724c648bf74390280849e944 (patch)
tree3ccf8d7dae4aef9daa56a9f64e2d5f57de1cff62 /debian
parent9deba5890b7df92692c3492c612231182efb3e90 (diff)
downloadSCons-dd40d81aa957e6c4724c648bf74390280849e944.zip
SCons-dd40d81aa957e6c4724c648bf74390280849e944.tar.gz
SCons-dd40d81aa957e6c4724c648bf74390280849e944.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 6e3607c..fb93323 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+scons (0.04-1) unstable; urgency=low
+
+ * Fourth Release.
+
+ -- Steven Knight <knight@baldmt.com> Fri, 11 Jan 2002 01:51:19 -0600
+
+
scons (0.03-1) unstable; urgency=low
* Third Release.
diff --git a/debian/scons.postinst b/debian/scons.postinst
index e8c5de8..24fed0f 100644
--- a/debian/scons.postinst
+++ b/debian/scons.postinst
@@ -6,7 +6,7 @@
#
PACKAGE=scons
-DIRLIST="/usr/lib/scons-0.03"
+DIRLIST="/usr/lib/scons-0.04"
case "$1" in
configure|abort-upgrade|abort-remove|abort-deconfigure)