summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
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 969af85..8e330bd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+scons (0.07-1) unstable; urgency=low
+
+ * Seventh Release.
+
+ -- Steven Knight <knight@baldmt.com> Thu, 28 Mar 2002 01:24:29 -0600
+
+
scons (0.06-1) unstable; urgency=low
* Sixth Release.
diff --git a/debian/scons.postinst b/debian/scons.postinst
index 9015080..7dd248d 100644
--- a/debian/scons.postinst
+++ b/debian/scons.postinst
@@ -6,7 +6,7 @@
#
PACKAGE=scons
-DIRLIST="/usr/lib/scons-0.06"
+DIRLIST="/usr/lib/scons-0.07"
case "$1" in
configure|abort-upgrade|abort-remove|abort-deconfigure)