diff options
author | Steven Knight <knight@baldmt.com> | 2001-12-14 20:08:06 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2001-12-14 20:08:06 (GMT) |
commit | ad37063b59063fb328d2047e1b2e15669bcb134c (patch) | |
tree | 9a30f1cfff2c6aa2d010b729c898a2a0f0be68fe /debian | |
parent | 60ca9b913e5ac7d4f8079e521e8cbf2295c196d9 (diff) | |
download | SCons-ad37063b59063fb328d2047e1b2e15669bcb134c.zip SCons-ad37063b59063fb328d2047e1b2e15669bcb134c.tar.gz SCons-ad37063b59063fb328d2047e1b2e15669bcb134c.tar.bz2 |
Update version numbers, etc., to 0.02.
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 1570b26..cd638a1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +scons (0.02-1) unstable; urgency=low + + * Second Release. + + -- Steven Knight <knight@baldmt.com> Fri, 14 Dec 2001 13:23:03 -0600 + + scons (0.01-1) unstable; urgency=low * Initial Release. diff --git a/debian/scons.postinst b/debian/scons.postinst index 34d87ab..8b36fd3 100644 --- a/debian/scons.postinst +++ b/debian/scons.postinst @@ -6,7 +6,7 @@ # PACKAGE=scons -DIRLIST="/usr/lib/scons-0.01" +DIRLIST="/usr/lib/scons-0.02" case "$1" in configure|abort-upgrade|abort-remove|abort-deconfigure) |