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
|
python-pqueue (0.2-7.3) unstable; urgency=medium
* Non-maintainer upload.
* Switch to debhelper compat level 10 (Closes: #817644).
* Add explicit debian/source/format.
-- Andrey Rahmatullin <wrar@debian.org> Wed, 30 Nov 2016 23:13:27 +0500
python-pqueue (0.2-7.2) unstable; urgency=low
* Non-maintainer upload.
* Fix FTBFS with python2.7 multiarch locations (Closes: #713214).
* Convert to dh_python2 (Closes: #617020).
-- Luca Falavigna <dktrkranz@debian.org> Sun, 07 Jul 2013 12:17:50 +0200
python-pqueue (0.2-7.1) unstable; urgency=low
* NMU
* Merge from Ubuntu:
- Fix build failure with python2.5. Closes: #460359.
- Fixes for python2.5 memory management.
-- Matthias Klose <doko@debian.org> Thu, 31 Jan 2008 22:30:29 +0000
python-pqueue (0.2-7) unstable; urgency=low
* Update to new Python policy. (Closes: #373339)
-- Chris Lawrence <lawrencc@debian.org> Wed, 21 Jun 2006 02:41:14 -0400
python-pqueue (0.2-6) unstable; urgency=medium
* Acknowledge NMU by Josselin Mouette; thanks!
* Fix leaks in pqueuemodule.c. (Closes: #230005)
-- Chris Lawrence <lawrencc@debian.org> Wed, 28 Jan 2004 19:30:05 -0600
python-pqueue (0.2-5.1) unstable; urgency=low
* NMU
* Removed obsolete python2-pqueue files.
* Build one version, for python 2.3 (closes: #205747).
* Move section to python.
* Standards-version is 3.6.0.
-- Josselin Mouette <joss@debian.org> Tue, 19 Aug 2003 15:14:25 +0200
python-pqueue (0.2-5) unstable; urgency=low
* Fix "can't build from source" problem by specifying --with-python to
configure script. (Otherwise, "python" would need to be installed.)
(Closes: #120955)
-- Chris Lawrence <lawrencc@debian.org> Sat, 24 Nov 2001 17:28:41 -0600
python-pqueue (0.2-4) unstable; urgency=low
* Fix minor grammatical error in the description.
* Build extension module for Python 2.2 too.
* Update dependencies. (Closes: #118214)
-- Chris Lawrence <lawrencc@debian.org> Sun, 18 Nov 2001 14:36:09 -0600
python-pqueue (0.2-3) unstable; urgency=low
* Build extension module for Python 1.5 and 2.1.
* No longer build a separate python2-pqueue package.
-- Chris Lawrence <lawrencc@debian.org> Fri, 19 Oct 2001 17:04:52 -0500
python-pqueue (0.2-2) unstable; urgency=low
* Build extension module for Python 2.0 as well.
* Force installation of shared library in site-packages directory, even
if built on a machine without one. (Closes: #81816)
-- Chris Lawrence <lawrencc@debian.org> Sat, 13 Jan 2001 12:51:46 -0600
python-pqueue (0.2-1) unstable; urgency=low
* New upstream release.
-- Chris Lawrence <lawrencc@debian.org> Sun, 30 Jul 2000 00:09:46 -0500
python-pqueue (0.1a-1) unstable; urgency=low
* Initial Release.
* Applied patch from upstream author to avoid segfaults when using
PQueue with complex objects.
-- Chris Lawrence <lawrencc@debian.org> Sun, 16 Jan 2000 13:05:09 -0600
|