summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2002-02-25 22:44:34 +0000
committerSteven Knight <knight@baldmt.com>2002-02-25 22:44:34 +0000
commit22377ca1715d2b67a5e72cdede0fb0103e4c7ff1 (patch)
treef6c258a93e60f2ec1132871dc9ea7e81a22c2d62 /debian
parent8289435e0814081e0be0f8dbb096d0c59415f890 (diff)
downloadscons-22377ca1715d2b67a5e72cdede0fb0103e4c7ff1.tar.gz
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 6e2b6bd9..c9201e13 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+scons (0.06-1) unstable; urgency=low
+
+ * Sixth Release.
+
+ -- Steven Knight <knight@baldmt.com> Thu, 21 Feb 2002 16:50:03 -0600
+
+
scons (0.05-1) unstable; urgency=low
* Fifth Release.
diff --git a/debian/scons.postinst b/debian/scons.postinst
index 1d127da9..90150804 100644
--- a/debian/scons.postinst
+++ b/debian/scons.postinst
@@ -6,7 +6,7 @@
#
PACKAGE=scons
-DIRLIST="/usr/lib/scons-0.05"
+DIRLIST="/usr/lib/scons-0.06"
case "$1" in
configure|abort-upgrade|abort-remove|abort-deconfigure)