diff options
author | Steven Knight <knight@baldmt.com> | 2002-03-30 10:36:12 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2002-03-30 10:36:12 (GMT) |
commit | 37bd22efa578e0c407a4e50fd3c40e20193a9260 (patch) | |
tree | 6b4bc016d3d8ecce7779a9c773e89883d2749d7b /debian | |
parent | 1872e353ccd080dd5d2e338608c2dc614cd991d9 (diff) | |
download | SCons-37bd22efa578e0c407a4e50fd3c40e20193a9260.zip SCons-37bd22efa578e0c407a4e50fd3c40e20193a9260.tar.gz SCons-37bd22efa578e0c407a4e50fd3c40e20193a9260.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 969af85..8e330bd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +scons (0.07-1) unstable; urgency=low + + * Seventh Release. + + -- Steven Knight <knight@baldmt.com> Thu, 28 Mar 2002 01:24:29 -0600 + + scons (0.06-1) unstable; urgency=low * Sixth Release. diff --git a/debian/scons.postinst b/debian/scons.postinst index 9015080..7dd248d 100644 --- a/debian/scons.postinst +++ b/debian/scons.postinst @@ -6,7 +6,7 @@ # PACKAGE=scons -DIRLIST="/usr/lib/scons-0.06" +DIRLIST="/usr/lib/scons-0.07" case "$1" in configure|abort-upgrade|abort-remove|abort-deconfigure) |