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
|
python-pipeline (0.1.3-3) unstable; urgency=low
* QA upload.
[ Daniele Tricoli ]
* debian/control
- Bumped Standards-Version to 3.9.2 (no changes needed)
[ Jakub Wilk ]
* Orphan the package (see: #620067).
+ Set Maintainer to Debian QA Group.
+ Remove Uploaders.
* Fix the watch file.
* Fix DEP-5 format URI.
* Rewrite debian/rules from scratch, without using dh.
+ Reduce build-dependency on debhelper to >= 7.
* Don't ignore test failures.
-- Jakub Wilk <jwilk@debian.org> Sun, 19 Feb 2012 22:02:49 +0100
python-pipeline (0.1.3-2) unstable; urgency=low
* Upload to unstable.
* Update debian/copyright to the latest DEP-5 version.
* Bump year in debian/copyright.
* Rename some private variables in debian/rules to make them lowercase.
* Support build-arch and build-indep targets even when dh does not.
* Remove no-setuptools.diff, it wasn't used in 0.1.3 anyway.
-- Jakub Wilk <jwilk@debian.org> Sun, 06 Feb 2011 12:58:12 +0100
python-pipeline (0.1.3-1) experimental; urgency=low
* New upstream release.
+ Update debian/copyright.
+ Drop all patches, applied upstream.
* Add support for Python 3:
+ New binary package, python3-pipeline.
+ Build-depend on python3-all.
+ Use dh_python3.
+ Add get-orig-source target to debian/rules.
* Update the watch file.
* Make debian/rules a bit more compact.
* Run tests at build time.
* Require debhelper (>= 7.0.50~), as overrides are being used.
* Bump Standards-Version to 3.9.1 (no changes needed).
-- Jakub Wilk <jwilk@debian.org> Tue, 14 Sep 2010 22:50:10 +0200
python-pipeline (0.1.1-3) unstable; urgency=low
* Bump Standards-Version to 3.8.4 (no changes needed).
* Update my e-mail addresses.
* Switch to source format 3.0 (quilt).
* To make builds deterministic, don't use setuptools even if it is
installed. [no-setuptools.diff]
-- Jakub Wilk <jwilk@debian.org> Wed, 28 Apr 2010 17:17:28 +0200
python-pipeline (0.1.1-2) unstable; urgency=low
[ Sandro Tosi ]
* debian/control
- switch Vcs-Browser field to viewsvn
[ Jakub Wilk ]
* Drop superfluous dependency on python-setuptools.
* Bump Standards-Version to 3.8.3 (no changes needed).
* Add Depends: ${misc:Depends}.
* Drop debian/pycompat.
* Switch from cdbs to dh.
* Convert debian/copyright to the DEP-5 format. Relicense Debian packaging
to the Expat license.
-- Jakub Wilk <ubanus@users.sf.net> Tue, 22 Dec 2009 22:12:45 +0100
python-pipeline (0.1.1-1) unstable; urgency=low
* Initial release (closes: #460103).
-- Jakub Wilk <ubanus@users.sf.net> Sat, 19 Jan 2008 12:50:56 +0100
|