diff options
author | Steven Knight <knight@baldmt.com> | 2002-01-31 02:58:29 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2002-01-31 02:58:29 (GMT) |
commit | ae1c3983b9c6d41608d494dfbdace21cdd459951 (patch) | |
tree | fbf7c0317b1b07af56ba8cd0f71309e9628e5b93 /debian | |
parent | 7617a49b72f53650bb6a159ef977dec071d02dae (diff) | |
download | SCons-ae1c3983b9c6d41608d494dfbdace21cdd459951.zip SCons-ae1c3983b9c6d41608d494dfbdace21cdd459951.tar.gz SCons-ae1c3983b9c6d41608d494dfbdace21cdd459951.tar.bz2 |
Initialize new branch.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/scons.postinst | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index eec9d25..8557c86 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 24fed0f..1d127da 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) |