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
|
python-dexml (0.5.1-2) unstable; urgency=low
* Team upload.
[ Jakub Wilk ]
* Run tests only if DEB_BUILD_OPTIONS=nocheck is not set.
[ Ondřej Nový ]
* Fixed homepage (https)
* Fixed VCS URL (https)
* d/control: Set Vcs-* to salsa.debian.org
* d/copyright: Use https protocol in Format field
* Convert git repository from git-dpm to gbp layout
* Use debhelper-compat instead of debian/compat.
[ Piotr Ożarowski ]
* Add dh-python to Build-Depends
[ Andrey Rahmatullin ]
* Drop Python 2 support.
* Switch to pybuild.
* Don't install /usr/lib/python3/dist-packages/README.rst
-- Andrey Rahmatullin <wrar@debian.org> Mon, 12 Aug 2019 22:52:33 +0500
python-dexml (0.5.1-1) unstable; urgency=low
[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
* Remove DM-Upload-Allowed; it's no longer used by the archive
software.
[ Janos Guljas ]
* New upstream release.
* Raise debhelper compatibility to 9.
* Bump standrards to 3.9.4.
* Update my email address.
* Update years in debian/copyright.
* Remove use-setuptools.patch as no longer needed.
-- Janos Guljas <janos@debian.org> Thu, 23 May 2013 13:45:29 +0200
python-dexml (0.4.2-2) unstable; urgency=low
* debian/source/options
- Add extend-diff-ignore to ignore changes in dexml.egg-info after the
build. (Closes: #671100)
* debian/rules
- Override dh_clean to remove the build directory.
- Add 'set -e' to for loops.
* Add debian/source/local-options.
* Update debian/rules to build --with both python2 and python3.
* Update debian/rules to use consistent options between pyversions and
py3versions.
* Bump standards version to 3.9.3.
* Update copyright format URI in debian/copyright.
* Add DM-Upload-Allowed control field.
-- Janos Guljas <janos@resenje.org> Fri, 04 May 2012 18:40:13 +0200
python-dexml (0.4.2-1) unstable; urgency=low
* Initial release. (Closes: #637097)
-- Janos Guljas <janos@resenje.org> Mon, 08 Aug 2011 15:52:05 +0200
|