summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2002-03-30 10:36:12 +0000
committerSteven Knight <knight@baldmt.com>2002-03-30 10:36:12 +0000
commit37bd22efa578e0c407a4e50fd3c40e20193a9260 (patch)
tree6b4bc016d3d8ecce7779a9c773e89883d2749d7b /debian
parent1872e353ccd080dd5d2e338608c2dc614cd991d9 (diff)
downloadscons-37bd22efa578e0c407a4e50fd3c40e20193a9260.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 969af859..8e330bde 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 90150804..7dd248d4 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)