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
|
python-xmp-toolkit (2.0.1+git20140309.5437b0a-4) unstable; urgency=medium
* add test_exempi-fix-for-exempi-2.4.0.patch (Closes: #851014).
-- Daniel Stender <stender@debian.org> Sun, 22 Jan 2017 18:29:57 +0100
python-xmp-toolkit (2.0.1+git20140309.5437b0a-3) unstable; urgency=medium
* deb/control:
+ updated uploader email address.
+ bumped standards to 3.9.8 (no changes needed).
* Added disable-html-style.patch (Closes: #815305).
-- Daniel Stender <stender@debian.org> Sat, 25 Jun 2016 13:53:19 +0200
python-xmp-toolkit (2.0.1+git20140309.5437b0a-2) unstable; urgency=medium
* Added fix-get_property_datetime-utc.patch.
* deb/control:
+ put group into Maintainers field (group uploads w/o confirmation).
+ bumped Standards-Version to 3.9.7 (no changes needed).
+ use HTTPS also for Vcs-Git.
+ removed deprecated Testsuite field.
* deb/copyright: expanded copyright span for debian/*.
* deb/rules: removed check if nodocs is set in DEB_BUILD_OPTIONS (obsolete).
-- Daniel Stender <debian@danielstender.com> Sat, 20 Feb 2016 16:46:45 +0100
python-xmp-toolkit (2.0.1+git20140309.5437b0a-1) unstable; urgency=medium
* Changed package versioning scheme to keep correct order.
* deb/control:
+ bumped standards to 3.9.6 (no changes needed).
+ updated Vcs fields (moved to Git).
+ added Suggests on docs package to module packages.
* deb/copyright:
+ removed unused file paragraph (refered to build time files).
+ updated.
* deb/rules:
+ improved sphinxdoc build (dropped deb/python-libxmp-doc.docs).
+ contribute README.rst directly through dh_installdocs (dropped
deb/python{,3}-libxmp.docs).
+ removed Vim setup line.
* deb/watch: watch pypi.debian.net.
* Added DEP-8 test suite.
* Added deb/gbp.conf, docs-no-updated-timestamp.patch (Closes: #782337).
-- Daniel Stender <debian@danielstender.com> Fri, 01 May 2015 21:29:59 +0200
python-xmp-toolkit (2.0.1~git20140309.5437b0a-1) unstable; urgency=low
* Uploaded to unstable.
* New upstream revision: updated hardcode-library-name.diff, removed
fix-deprecated-unittest-methods.diff (applied upstream).
* Changed to build with setuptools:
+ Removed patches/no-setuptools.diff, added b-ds on python(3)-setuptools.
* deb/control:
+ Change of maintainer (Closes: #708545).
+ Bumped debhelper level to 9 (also in debian/compat).
+ B-ds: dropped python-support, added python3-all, python(3)-tz,
python(3)-mock (needed by test suite), and dh-python.
+ Bumped standards to 3.9.5 (no changes needed).
+ Changed Homepage URL (Google Code became obsolete).
+ Added X-Python(3)-Versions.
* deb/copyright:
+ Updated Format URI [ Jakub Wilk ].
+ Straightened, removed trailing commas, updated.
* deb/rules:
+ Added DH_VERBOSE, DEB_BUILD_OPTIONS and PYBUILD_NAME export lines.
+ Reduced to build with dh sequencer.
* deb/watch: changed from Google Code (obsolete) to Pypi.
* Upstream ships with Sphinx documentation:
+ Removed deb/get-orig.source.sh (to create dfsg is not needed anymore).
+ deb/control: added b-d for python-sphinx, and doc package description.
+ deb/rules: overrides for building docs, removal of docs/_build,
and dh_sphinxdoc.
+ Added deb/python-libxmp-doc.docs and deb/python-libxmp-doc.doc-base.
* Added python(3)-libxmp.docs for inclusion of README.rst.
* Wrapped and sorted.
-- Daniel Stender <debian@danielstender.com> Fri, 29 Aug 2014 16:09:17 +0200
python-xmp-toolkit (1.0.2+dfsg-1) experimental; urgency=low
* Initial release (closes: #657270).
* Disable use of setuptools. (no-setuptools.diff)
* Hardcode library name instead of using ctypes.util.find_library.
(hardcode-library-name.diff)
* Remove pre-built HTML documentation from the .orig tarball, as it contains
some sourceless JavaScript code.
-- Jakub Wilk <jwilk@debian.org> Thu, 26 Jan 2012 23:45:11 +0100
|