summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2002-01-31 02:58:29 +0000
committerSteven Knight <knight@baldmt.com>2002-01-31 02:58:29 +0000
commitae1c3983b9c6d41608d494dfbdace21cdd459951 (patch)
treefbf7c0317b1b07af56ba8cd0f71309e9628e5b93 /debian
parent7617a49b72f53650bb6a159ef977dec071d02dae (diff)
downloadscons-ae1c3983b9c6d41608d494dfbdace21cdd459951.tar.gz
Initialize 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 eec9d253..8557c868 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+scons (0.05-1) unstable; urgency=low
+
+ * Fifth Release.
+
+ -- Steven Knight <knight@baldmt.com> Wed, 30 Jan 2002 16:26:46 -0600
+
+
scons (0.04-1) unstable; urgency=low
* Fourth Release.
diff --git a/debian/scons.postinst b/debian/scons.postinst
index 24fed0f0..1d127da9 100644
--- a/debian/scons.postinst
+++ b/debian/scons.postinst
@@ -6,7 +6,7 @@
#
PACKAGE=scons
-DIRLIST="/usr/lib/scons-0.04"
+DIRLIST="/usr/lib/scons-0.05"
case "$1" in
configure|abort-upgrade|abort-remove|abort-deconfigure)