[Python-modules-commits] [python-xmp-toolkit] 02/09: change version to 2.0.1+git20140309.5437b0a-2 (UNRELEASED) Added fix-get_property_datetime-utc.patch.
Daniel Stender
danstender-guest at moszumanska.debian.org
Sat Feb 20 15:50:16 UTC 2016
This is an automated email from the git hooks/post-receive script.
danstender-guest pushed a commit to branch master
in repository python-xmp-toolkit.
commit 098619797406152befa5b9fb182c9822c1767d15
Merge: 86a2761 58dd24e
Author: Daniel Stender <debian at danielstender.com>
Date: Sat Feb 20 16:31:45 2016 +0100
change version to 2.0.1+git20140309.5437b0a-2 (UNRELEASED)
Added fix-get_property_datetime-utc.patch.
debian/.git-dpm | 4 ++--
debian/changelog | 6 ++++++
.../0003-fix-get_property_datetime-utc.patch | 24 ++++++++++++++++++++++
debian/patches/series | 1 +
libxmp/exempi.py | 2 +-
5 files changed, 34 insertions(+), 3 deletions(-)
diff --cc debian/.git-dpm
index 273a2b3,0000000..636411e
mode 100644,000000..100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@@ -1,11 -1,0 +1,11 @@@
+# see git-dpm(1) from git-dpm package
- 09b641d8d9746109b470926e6a6000628f98eeca
- 09b641d8d9746109b470926e6a6000628f98eeca
++58dd24e59df6b9de32c7be2bed73c949ccb18b5d
++58dd24e59df6b9de32c7be2bed73c949ccb18b5d
+28cc309df51975a6cf86c12618ddb5e4a548e900
+28cc309df51975a6cf86c12618ddb5e4a548e900
+python-xmp-toolkit_2.0.1+git20140309.5437b0a.orig.tar.gz
+0a3b880dc933710efad3e8fc54f6ae991d6f04d4
+3574819
+debianTag="debian/%e%v"
+patchedTag="patched/%e%v"
+upstreamTag="upstream/%e%u"
diff --cc debian/changelog
index d68ed7f,0000000..6527cbd
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,64 -1,0 +1,70 @@@
++python-xmp-toolkit (2.0.1+git20140309.5437b0a-2) UNRELEASED; urgency=medium
++
++ * Added fix-get_property_datetime-utc.patch.
++
++ -- Daniel Stender <debian at danielstender.com> Sat, 20 Feb 2016 16:31: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 at 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 at 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 at debian.org> Thu, 26 Jan 2012 23:45:11 +0100
diff --cc debian/patches/0003-fix-get_property_datetime-utc.patch
index 0000000,0000000..a72b41b
new file mode 100644
--- /dev/null
+++ b/debian/patches/0003-fix-get_property_datetime-utc.patch
@@@ -1,0 -1,0 +1,24 @@@
++From 58dd24e59df6b9de32c7be2bed73c949ccb18b5d Mon Sep 17 00:00:00 2001
++From: Daniel Stender <debian at danielstender.com>
++Date: Sat, 20 Feb 2016 16:28:14 +0100
++Subject: fix-get_property_datetime-utc
++
++Description: fix wrong conversion from timezones into UTC with get_property_datetime()
++Forwarded: https://github.com/python-xmp-toolkit/python-xmp-toolkit/issues/48
++---
++ libxmp/exempi.py | 2 +-
++ 1 file changed, 1 insertion(+), 1 deletion(-)
++
++diff --git a/libxmp/exempi.py b/libxmp/exempi.py
++index 5252841..338a056 100644
++--- a/libxmp/exempi.py
+++++ b/libxmp/exempi.py
++@@ -769,7 +769,7 @@ def get_property_date(xmp, schema, name):
++ minutes=xmp_date_time.tzminute,
++ microseconds=xmp_date_time.nanosecond * 1000)
++
++- if xmp_date_time.tzsign < 0:
+++ if xmp_date_time.tzsign > 0:
++ the_date = utc_date - delta
++ else:
++ the_date = utc_date + delta
diff --cc debian/patches/series
index b4644f3,0000000..88f4377
mode 100644,000000..100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@@ -1,2 -1,0 +1,3 @@@
+0001-hardcode-library-name.patch
+0002-docs-no-updated-timestamp.patch
++0003-fix-get_property_datetime-utc.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-xmp-toolkit.git
More information about the Python-modules-commits
mailing list