1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96
|
decompyle (2.3.2-2) unstable; urgency=low
* Added notes in the package description and README.Debian explaining the
roles of the new decompyle and old decompyle2.2 packages.
-- Ben Burton <bab@debian.org> Thu, 24 Mar 2005 07:59:47 +1100
decompyle (2.3.2-1) unstable; urgency=low
* Tidied up changelog and copyright information in the upstream tarball,
particularly with respect to releases 2.3 and beyond. This is being done
as a new upstream release since debian appears to be the upstream source
for decompyle nowadays, and since such information should not be
restricted to the debian diff.
-- Ben Burton <bab@debian.org> Tue, 18 Jan 2005 00:44:36 +1100
decompyle (2.3.1-1) unstable; urgency=low
* Applied patch from Dan Pascu <dan@windowmaker.org> that fixes problems
with optimised jumps in Python >= 2.3. In the previous release
(decompyle 2.3), these problems meant that some files were incorrectly
decompiled and others could not be decompiled at all. With this new
patch, thorough testing over the standard python libraries suggests that
decompyle 2.3.1 can handle everything that decompyle 2.2beta1 could.
-- Ben Burton <bab@debian.org> Sun, 16 Jan 2005 18:12:00 +1100
decompyle (2.3-1) unstable; urgency=low
* Now supports python 2.3! Many thanks to Dan Pascu <dan@windowmaker.org>
for providing the necessary code.
* All dependencies and build-depends are now based on python 2.3 instead
of python 2.2.
-- Ben Burton <bab@debian.org> Mon, 13 Dec 2004 08:30:03 +1100
decompyle (2.2beta1-7) unstable; urgency=low
* Updated copyright and readme files to reflect the fact that the old
upstream site is no longer available. Also added license information
to the copyright file for the previously uncredited marshal_22_for_20.c.
* Don't include .pyc files in the .debs since they're already being
regenerated in the postinsts.
* Using dh_python in the debian build.
* Bumped standards-version to 3.6.1.
-- Ben Burton <bab@debian.org> Sat, 3 Jul 2004 11:54:29 +1000
decompyle (2.2beta1-6) unstable; urgency=low
* New upstream URL.
* Minor manpage cleanups.
* Bumped standards-version to 3.6.0.
* Changed package section from interpreters to python.
-- Ben Burton <bab@debian.org> Thu, 28 Aug 2003 17:01:02 +1000
decompyle (2.2beta1-5) unstable; urgency=low
* Fixed typos (decomplye) (closes: Bug#179181).
-- Ben Burton <bab@debian.org> Sat, 1 Feb 2003 01:24:01 +1100
decompyle (2.2beta1-4) unstable; urgency=low
* Oops, forgot to change the maintainer email address in some places.
* Last day of linux.conf.au!
-- Ben Burton <bab@debian.org> Sat, 25 Jan 2003 13:22:44 +0800
decompyle (2.2beta1-3) unstable; urgency=low
* Standards-version bumped to 3.5.8.
* New maintainer email address.
-- Ben Burton <bab@debian.org> Fri, 24 Jan 2003 07:52:46 +0800
decompyle (2.2beta1-2) unstable; urgency=low
* Call python2.2 instead of python in debian/rules (closes: Bug#160407).
* Depend on python2.2 instead of python (>= 2.2), python (<< 2.3) and
start the script with /usr/bin/python2.2 instead of /usr/bin/python.
* Aesthetic update for manpage.
-- Ben Burton <benb@acm.org> Wed, 11 Sep 2002 09:09:03 +1000
decompyle (2.2beta1-1) unstable; urgency=low
* Initial Release (closes: Bug#119160).
-- Ben Burton <benb@acm.org> Wed, 4 Sep 2002 14:14:48 +1000
Local variables:
mode: debian-changelog
End:
|