diff options
author | Steven Knight <knight@baldmt.com> | 2002-02-25 22:44:34 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2002-02-25 22:44:34 (GMT) |
commit | 22377ca1715d2b67a5e72cdede0fb0103e4c7ff1 (patch) | |
tree | f6c258a93e60f2ec1132871dc9ea7e81a22c2d62 /debian | |
parent | 8289435e0814081e0be0f8dbb096d0c59415f890 (diff) | |
download | SCons-22377ca1715d2b67a5e72cdede0fb0103e4c7ff1.zip SCons-22377ca1715d2b67a5e72cdede0fb0103e4c7ff1.tar.gz SCons-22377ca1715d2b67a5e72cdede0fb0103e4c7ff1.tar.bz2 |
Initialize the 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 6e2b6bd..c9201e1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +scons (0.06-1) unstable; urgency=low + + * Sixth Release. + + -- Steven Knight <knight@baldmt.com> Thu, 21 Feb 2002 16:50:03 -0600 + + scons (0.05-1) unstable; urgency=low * Fifth Release. diff --git a/debian/scons.postinst b/debian/scons.postinst index 1d127da..9015080 100644 --- a/debian/scons.postinst +++ b/debian/scons.postinst @@ -6,7 +6,7 @@ # PACKAGE=scons -DIRLIST="/usr/lib/scons-0.05" +DIRLIST="/usr/lib/scons-0.06" case "$1" in configure|abort-upgrade|abort-remove|abort-deconfigure) |