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
|
pyprotocols (1.0a0dev-5) unstable; urgency=low
* Piotr Ozarowski <ozarow@gmail.com>:
- Added XS-Vcs-Svn field
* Gustavo Noronha:
- debian/rules:
+ fix code to handle the case in which the egg-info directory
is in /usr/share/python-support already (Closes: #401166)
- debian/control:
+ add build-depends on python-support >= 0.3.4
-- Gustavo Noronha Silva <kov@debian.org> Mon, 4 Dec 2006 22:39:08 -0200
pyprotocols (1.0a0dev-4) unstable; urgency=low
* debian/control:
- added XS-Python-Version again, since vorlon convinced me it
can be useful
- make debhelper dependency more strict, to avoid problems with
generated dependencies being too strict (Closes: #383302)
-- Gustavo Noronha Silva <kov@debian.org> Mon, 21 Aug 2006 23:41:20 -0300
pyprotocols (1.0a0dev-3) unstable; urgency=low
* debian/control:
- remoed XS-Python-Version, deprecated by debian/pyversions
- increase required cdbs version
* debian/rules:
- make the egg-info directory renaming more robust, so it won't fail
when the default python version changes (Closes: #375527)
-- Gustavo Noronha Silva <kov@debian.org> Sat, 24 Jun 2006 17:07:08 -0300
pyprotocols (1.0a0dev-2) unstable; urgency=low
* New Python Policy
* debian/control:
- fixed small typo (Closes: #374123)
- package is now Arch: any, because it includes the speedup extension
* debian/rules, debian/python-support.version:
- no longer need to take care of that manually; dh_support
will help here
* debian/rules:
- rename egg-info directory to remove specific python version
-- Gustavo Noronha Silva <kov@debian.org> Sat, 24 Jun 2006 17:01:08 -0300
pyprotocols (1.0a0dev-1) unstable; urgency=low
* Initial release (Closes: #338692)
-- Gustavo Noronha Silva <kov@debian.org> Wed, 10 May 2006 08:00:40 -0300
|