diff options
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) |