[Python-modules-commits] r29827 - in packages/python-xmp-toolkit/trunk/debian (17 files)
danstender-guest at users.alioth.debian.org
danstender-guest at users.alioth.debian.org
Sun Jul 20 12:49:47 UTC 2014
Date: Sunday, July 20, 2014 @ 12:49:46
Author: danstender-guest
Revision: 29827
* Uploaded to unstable.
* New upstream release: 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)-mock,
python(3)-tz (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.
+ Added description for Python3 bindings package.
* 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 (not needed anymore to create dfsg).
+ deb/control: added b-d for python-sphinx.
+ deb/rules: overrides for building docs and removal of docs/_build.
+ deb/rules: generation of symbolic links for jquery.js and underscore.js.
+ Added deb/python(3)-libxmp.docs and deb/python(3)-libxmp.doc-base.
* deb/source: added extend-diff-ignore for \.egg-info.
* Wrapped and sorted.
Added:
packages/python-xmp-toolkit/trunk/debian/python-libxmp.doc-base
packages/python-xmp-toolkit/trunk/debian/python-libxmp.docs
packages/python-xmp-toolkit/trunk/debian/python3-libxmp.doc-base
packages/python-xmp-toolkit/trunk/debian/python3-libxmp.docs
packages/python-xmp-toolkit/trunk/debian/source/options
Modified:
packages/python-xmp-toolkit/trunk/debian/changelog
packages/python-xmp-toolkit/trunk/debian/compat
packages/python-xmp-toolkit/trunk/debian/control
packages/python-xmp-toolkit/trunk/debian/copyright
packages/python-xmp-toolkit/trunk/debian/patches/hardcode-library-name.diff
packages/python-xmp-toolkit/trunk/debian/patches/series
packages/python-xmp-toolkit/trunk/debian/rules
packages/python-xmp-toolkit/trunk/debian/watch
Deleted:
packages/python-xmp-toolkit/trunk/debian/get-orig-source.sh
packages/python-xmp-toolkit/trunk/debian/patches/fix-deprecated-unittest-methods.diff
packages/python-xmp-toolkit/trunk/debian/patches/no-setuptools.diff
packages/python-xmp-toolkit/trunk/debian/tests/
Modified: packages/python-xmp-toolkit/trunk/debian/changelog
===================================================================
--- packages/python-xmp-toolkit/trunk/debian/changelog 2014-07-20 12:35:45 UTC (rev 29826)
+++ packages/python-xmp-toolkit/trunk/debian/changelog 2014-07-20 12:49:46 UTC (rev 29827)
@@ -1,16 +1,36 @@
-python-xmp-toolkit (1.0.2+dfsg-2) UNRELEASED; urgency=low
+python-xmp-toolkit (2.0.1-1) UNRELEASED; urgency=low
- * Bump standards version to 3.9.4.
- + Update debian/copyright URI.
- * Use xargs to iterate over all Python versions.
- * Don't ignore test suite failures.
- * Export PYTHONWARNINGS=d and PYTHONHASHSEED=random in debian/rules.
- * Add DEP-8 tests.
- * Stop using deprecated unittest methods.
- (fix-deprecated-unittest-methods.diff)
- * Use canonical URIs for Vcs-* fields.
+ * Uploaded to unstable.
+ * New upstream release: 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)-mock,
+ python(3)-tz (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.
+ + Added description for Python3 bindings package.
+ * 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 (not needed anymore to create dfsg).
+ + deb/control: added b-d for python-sphinx.
+ + deb/rules: overrides for building docs and removal of docs/_build.
+ + deb/rules: generation of symbolic links for jquery.js and underscore.js.
+ + Added deb/python(3)-libxmp.docs and deb/python(3)-libxmp.doc-base.
+ * deb/source: added extend-diff-ignore for \.egg-info.
+ * Wrapped and sorted.
- -- Jakub Wilk <jwilk at debian.org> Sun, 05 May 2013 16:03:43 +0200
+ -- Daniel Stender <debian at danielstender.com> Sun, 20 Jul 2014 14:30:46 +0200
python-xmp-toolkit (1.0.2+dfsg-1) experimental; urgency=low
Modified: packages/python-xmp-toolkit/trunk/debian/compat
===================================================================
--- packages/python-xmp-toolkit/trunk/debian/compat 2014-07-20 12:35:45 UTC (rev 29826)
+++ packages/python-xmp-toolkit/trunk/debian/compat 2014-07-20 12:49:46 UTC (rev 29827)
@@ -1 +1 @@
-7
+9
Modified: packages/python-xmp-toolkit/trunk/debian/control
===================================================================
--- packages/python-xmp-toolkit/trunk/debian/control 2014-07-20 12:35:45 UTC (rev 29826)
+++ packages/python-xmp-toolkit/trunk/debian/control 2014-07-20 12:49:46 UTC (rev 29827)
@@ -1,19 +1,35 @@
Source: python-xmp-toolkit
Section: python
Priority: optional
-Maintainer: Jakub Wilk <jwilk at debian.org>
-Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7),
- python-all, python-support,
- libexempi3
-Standards-Version: 3.9.4
+Maintainer: Daniel Stender <debian at danielstender.com>
+Uploaders:
+ Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends:
+ debhelper (>= 9),
+ dh-python,
+ libexempi3 (>= 2.2.0),
+ python-all,
+ python-mock,
+ python-setuptools,
+ python-sphinx,
+ python-tz,
+ python3-all,
+ python3-mock,
+ python3-setuptools,
+ python3-tz
+Standards-Version: 3.9.5
+Homepage: http://python-xmp-toolkit.readthedocs.org/
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-xmp-toolkit/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-xmp-toolkit/trunk/
-Homepage: http://code.google.com/p/python-xmp-toolkit/
+X-Python-Version: >= 2.6
+X-Python3-Version: >= 3.3
Package: python-libxmp
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, libexempi3
+Depends:
+ libexempi3,
+ ${misc:Depends},
+ ${python:Depends}
Description: Python library for XMP metadata
Python XMP Toolkit is a library for working with XMP metadata, as well as
reading/writing XMP metadata stored in many different file formats.
@@ -21,4 +37,21 @@
XMP (Extensible Metadata Platform) facilitates embedding metadata in files
using a subset of RDF. Most notably XMP supports embedding metadata in PDF and
many image formats, though it is designed to support nearly any file type.
+ .
+ This package provides Python bindings.
+Package: python3-libxmp
+Architecture: all
+Depends:
+ libexempi3,
+ ${misc:Depends},
+ ${python3:Depends}
+Description: Python3 library for XMP metadata
+ Python XMP Toolkit is a library for working with XMP metadata, as well as
+ reading/writing XMP metadata stored in many different file formats.
+ .
+ XMP (Extensible Metadata Platform) facilitates embedding metadata in files
+ using a subset of RDF. Most notably XMP supports embedding metadata in PDF and
+ many image formats, though it is designed to support nearly any file type.
+ .
+ This package provides Python3 bindings.
Modified: packages/python-xmp-toolkit/trunk/debian/copyright
===================================================================
--- packages/python-xmp-toolkit/trunk/debian/copyright 2014-07-20 12:35:45 UTC (rev 29826)
+++ packages/python-xmp-toolkit/trunk/debian/copyright 2014-07-20 12:49:46 UTC (rev 29827)
@@ -1,37 +1,37 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: python-xml-toolkit
-Upstream-Contact:
- Lars Holm Nielsen <lnielsen at eso.org>,
- Federico Caboni <federico.caboni at me.com>,
- Amit Kapadia <akapad at gmail.com>
-Source: http://code.google.com/p/python-xmp-toolkit/
+Upstream-Contact: Lars Holm Nielsen <lnielsen at eso.org>
+ John Evans <john.g.evans.ne at gmail.com>
+ Federico Caboni <federico.caboni at me.com>
+ Amit Kapadia <akapad at gmail.com>
+Source: https://github.com/python-xmp-toolkit/python-xmp-toolkit/
Files: *
-Copyright:
- 2008-2009, European Space Agency & European Southern Observatory (ESA/ESO)
- 2008-2009, CRS4 â Centre for Advanced Studies, Research and Development in Sardinia
+Copyright: 2008-2009 European Space Agency & European Southern Observatory (ESA/ESO)
+ 2008-2009 CRS4 â Centre for Advanced Studies, Research and Development in Sardinia
License: BSD-3-clause-ESA-CSR4
Files: debian/*
-Copyright: 2012, Jakub Wilk <jwilk at debian.org>
+Copyright: 2012 Jakub Wilk <jwilk at debian.org>
+ 2014 Daniel Stender <debian at danielstender.com>
License: BSD-3-clause-ESA-CSR4
License: BSD-3-clause-ESA-CSR4
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- .
+ .
* Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
- .
+ .
* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
- .
+ .
* Neither the name of the European Space Agency, European Southern
Observatory nor the names of its contributors may be used to endorse or
promote products derived from this software without specific prior written
permission.
- .
+ .
THIS SOFTWARE IS PROVIDED BY ESA/ESO AND CSR4 âAS ISâ AND ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
Deleted: packages/python-xmp-toolkit/trunk/debian/get-orig-source.sh
===================================================================
--- packages/python-xmp-toolkit/trunk/debian/get-orig-source.sh 2014-07-20 12:35:45 UTC (rev 29826)
+++ packages/python-xmp-toolkit/trunk/debian/get-orig-source.sh 2014-07-20 12:49:46 UTC (rev 29827)
@@ -1,29 +0,0 @@
-#!/bin/sh
-set -e
-export TAR_OPTIONS='--owner root --group root --mode a+rX'
-export GZIP_OPTIONS='-9n'
-pwd=$(pwd)
-dfsg_version="$1"
-if [ -z "$dfsg_version" ]
-then
- printf 'Usage: %s <version>\n' "$0"
- exit 1
-fi
-upstream_version="${dfsg_version%+dfsg*}"
-cd "$(dirname "$0")/../"
-tmpdir=$(mktemp -t -d get-orig-source.XXXXXX)
-uscan --noconf --force-download --rename --download-version="$upstream_version" --destdir="$tmpdir"
-cd "$tmpdir"
-tar -xzf python-xmp-toolkit_*.orig.tar.gz
-rm *.tar.gz
-# Remove pre-built HTML documentation, as it contains some sourceless
-# JavaScript code:
-rm -rf python-xmp-toolkit-*/docs/
-# Remove some useless cruft:
-rm -rf python-xmp-toolkit-*/.[!.]*
-mv python-xmp-toolkit-*/ "python-xmp-toolkit-${dfsg_version}.orig"
-tar -czf "$pwd/python-xmp-toolkit_${dfsg_version}.orig.tar.gz" python-xmp-toolkit-*.orig/
-cd ..
-rm -Rf "$tmpdir"
-
-# vim:ts=4 sw=4 et
Deleted: packages/python-xmp-toolkit/trunk/debian/patches/fix-deprecated-unittest-methods.diff
===================================================================
--- packages/python-xmp-toolkit/trunk/debian/patches/fix-deprecated-unittest-methods.diff 2014-07-20 12:35:45 UTC (rev 29826)
+++ packages/python-xmp-toolkit/trunk/debian/patches/fix-deprecated-unittest-methods.diff 2014-07-20 12:49:46 UTC (rev 29827)
@@ -1,48 +0,0 @@
-Description: don't use deprected unittest methods
-Author: Jakub Wilk <jwilk at debian.org>
-Last-Update: 2013-02-22
-Forwarded: no
-
---- a/test/test_core_unit.py
-+++ b/test/test_core_unit.py
-@@ -58,7 +58,7 @@
-
- def test_init_del(self):
- xmp = XMPMeta()
-- self.failUnless( xmp.xmpptr )
-+ self.assert_( xmp.xmpptr )
- del xmp
-
- def test_test_files(self):
-@@ -123,9 +123,9 @@
- def test_clone(self):
- xmp1 = XMPMeta()
- self.assert_( xmp1 == xmp1, "XMP1 not equal it self" )
-- self.failIf( xmp1 != xmp1, "XMP1 is equal it self" )
-+ self.assertFalse( xmp1 != xmp1, "XMP1 is equal it self" )
- xmp2 = xmp1.clone()
-- self.failIf( xmp1 == xmp2, "XMP1 is not equal XMP2" )
-+ self.assertFalse( xmp1 == xmp2, "XMP1 is not equal XMP2" )
- self.assert_( xmp1 != xmp2, "XMP1 is not equal XMP2" )
- del xmp1
- del xmp2
---- a/test/test_files.py
-+++ b/test/test_files.py
-@@ -53,7 +53,7 @@
-
- def test_init_del(self):
- xmpfile = XMPFiles()
-- self.failUnless( xmpfile.xmpfileptr )
-+ self.assert_( xmpfile.xmpfileptr )
- del xmpfile
-
- def test_test_files(self):
-@@ -123,7 +123,7 @@
- if flg == 'open_forupdate':
- self.assert_( xmpfile.can_put_xmp( xmp ) )
- else:
-- self.failIf( xmpfile.can_put_xmp( xmp ) )
-+ self.assertFalse( xmpfile.can_put_xmp( xmp ) )
-
- def test_put_xmp(self):
- pass
Modified: packages/python-xmp-toolkit/trunk/debian/patches/hardcode-library-name.diff
===================================================================
--- packages/python-xmp-toolkit/trunk/debian/patches/hardcode-library-name.diff 2014-07-20 12:35:45 UTC (rev 29826)
+++ packages/python-xmp-toolkit/trunk/debian/patches/hardcode-library-name.diff 2014-07-20 12:49:46 UTC (rev 29827)
@@ -1,16 +1,17 @@
Description: Hardcode library name (instead of using ctypes.util.find_library).
Author: Jakub Wilk <jwilk at debian.org>
Forwarded: no
-Last-Update: 2012-01-26
+Reviewed-by: Daniel Stender <debian at danielstender.com>
+Last-Update: 2014-07-14
---- a/libxmp/__init__.py
-+++ b/libxmp/__init__.py
-@@ -108,7 +108,7 @@
- # Load C library - Exempi must be installed on the system
- #
- try:
-- lib = ctypes.util.find_library('exempi')
-+ lib = 'libexempi.so.3'
- if lib:
- if os.name != 'nt':
- _exempi = ctypes.CDLL( lib )
+--- a/libxmp/exempi.py
++++ b/libxmp/exempi.py
+@@ -49,7 +49,7 @@ def _load_exempi():
+ """
+ Loads exempi library.
+ """
+- path = ctypes.util.find_library('exempi')
++ path = 'libexempi.so.3'
+ if path is None:
+ if platform.system().startswith('Darwin'):
+ if os.path.exists('/opt/local/lib/libexempi.dylib'):
Deleted: packages/python-xmp-toolkit/trunk/debian/patches/no-setuptools.diff
===================================================================
--- packages/python-xmp-toolkit/trunk/debian/patches/no-setuptools.diff 2014-07-20 12:35:45 UTC (rev 29826)
+++ packages/python-xmp-toolkit/trunk/debian/patches/no-setuptools.diff 2014-07-20 12:49:46 UTC (rev 29827)
@@ -1,15 +0,0 @@
-Description: Don't use setuptools.
-Author: Jakub Wilk <jwilk at debian.org>
-Forwarded: not-needed
-Last-Update: 2012-01-26
-
---- a/setup.py
-+++ b/setup.py
-@@ -35,6 +35,7 @@
- """
-
- try:
-+ raise ImportError
- from setuptools import setup
- except ImportError:
- from distutils.core import setup
Modified: packages/python-xmp-toolkit/trunk/debian/patches/series
===================================================================
--- packages/python-xmp-toolkit/trunk/debian/patches/series 2014-07-20 12:35:45 UTC (rev 29826)
+++ packages/python-xmp-toolkit/trunk/debian/patches/series 2014-07-20 12:49:46 UTC (rev 29827)
@@ -1,3 +1 @@
-no-setuptools.diff
hardcode-library-name.diff
-fix-deprecated-unittest-methods.diff
Added: packages/python-xmp-toolkit/trunk/debian/python-libxmp.doc-base
===================================================================
--- packages/python-xmp-toolkit/trunk/debian/python-libxmp.doc-base (rev 0)
+++ packages/python-xmp-toolkit/trunk/debian/python-libxmp.doc-base 2014-07-20 12:49:46 UTC (rev 29827)
@@ -0,0 +1,11 @@
+Document: python-libxmp
+Title: Python XMP Toolkit 2.0.1 documentation
+Author: Lars Holm Nielsen, John Evans, Federico Caboni, Amit Kapadia
+Abstract: This manual describes the Python XMP Toolkit.
+ Python XMP Toolkit is a library for working with XMP metadata, as well as
+ reading/writing XMP metadata stored in many different file formats.
+Section: Programming/Python
+
+Format: HTML
+Index: /usr/share/doc/python-libxmp/html/index.html
+Files: /usr/share/doc/python-libxmp/html/*.html
\ No newline at end of file
Added: packages/python-xmp-toolkit/trunk/debian/python-libxmp.docs
===================================================================
--- packages/python-xmp-toolkit/trunk/debian/python-libxmp.docs (rev 0)
+++ packages/python-xmp-toolkit/trunk/debian/python-libxmp.docs 2014-07-20 12:49:46 UTC (rev 29827)
@@ -0,0 +1,2 @@
+README.rst
+docs/_build/html
Added: packages/python-xmp-toolkit/trunk/debian/python3-libxmp.doc-base
===================================================================
--- packages/python-xmp-toolkit/trunk/debian/python3-libxmp.doc-base (rev 0)
+++ packages/python-xmp-toolkit/trunk/debian/python3-libxmp.doc-base 2014-07-20 12:49:46 UTC (rev 29827)
@@ -0,0 +1,11 @@
+Document: python3-libxmp
+Title: Python XMP Toolkit 2.0.1 documentation
+Author: Lars Holm Nielsen, John Evans, Federico Caboni, Amit Kapadia
+Abstract: This manual describes the Python XMP Toolkit.
+ Python XMP Toolkit is a library for working with XMP metadata, as well as
+ reading/writing XMP metadata stored in many different file formats.
+Section: Programming/Python
+
+Format: HTML
+Index: /usr/share/doc/python3-libxmp/html/index.html
+Files: /usr/share/doc/python3-libxmp/html/*.html
\ No newline at end of file
Added: packages/python-xmp-toolkit/trunk/debian/python3-libxmp.docs
===================================================================
--- packages/python-xmp-toolkit/trunk/debian/python3-libxmp.docs (rev 0)
+++ packages/python-xmp-toolkit/trunk/debian/python3-libxmp.docs 2014-07-20 12:49:46 UTC (rev 29827)
@@ -0,0 +1,2 @@
+README.rst
+docs/_build/html
Modified: packages/python-xmp-toolkit/trunk/debian/rules
===================================================================
--- packages/python-xmp-toolkit/trunk/debian/rules 2014-07-20 12:35:45 UTC (rev 29826)
+++ packages/python-xmp-toolkit/trunk/debian/rules 2014-07-20 12:49:46 UTC (rev 29827)
@@ -1,47 +1,28 @@
#!/usr/bin/make -f
+#export DH_VERBOSE=1
+#export DEB_BUILD_OPTIONS=nocheck
-export PYTHONWARNINGS=d
-export PYTHONHASHSEED=random
+export PYBUILD_NAME=libxmp
-here = $(dir $(firstword $(MAKEFILE_LIST)))/..
-debian_version = $(word 2, $(shell cd $(here) && dpkg-parsechangelog | grep ^Version:))
-upstream_dfsg_version = $(firstword $(subst -, ,$(debian_version)))
+%:
+ dh $@ --with python2,python3 --buildsystem=pybuild
-python_all = pyversions -r $(CURDIR)/debian/control | tr ' ' '\n' | xargs -t -I {} env {}
+override_dh_auto_clean:
+ rm -rf docs/_build
+ dh_auto_clean
-.PHONY: get-orig-source
-get-orig-source:
- sh $(here)/debian/get-orig-source.sh $(upstream_dfsg_version)
+override_dh_installdocs:
+ python setup.py build_sphinx
+ dh_installdocs
+ rm -fv debian/python*-libxmp/usr/share/doc/python*-libxmp/html/_static/jquery.js
+ ln -s /usr/share/javascript/jquery/jquery.js \
+ debian/python-libxmp/usr/share/doc/python-libxmp/html/_static/jquery.js
+ ln -s /usr/share/javascript/jquery/jquery.js \
+ debian/python3-libxmp/usr/share/doc/python3-libxmp/html/_static/jquery.js
+ rm -fv debian/python*-libxmp/usr/share/doc/python*-libxmp/html/_static/underscore.js
+ ln -s /usr/share/javascript/underscore/underscore.js \
+ debian/python-libxmp/usr/share/doc/python-libxmp/html/_static/underscore.js
+ ln -s /usr/share/javascript/underscore/underscore.js \
+ debian/python3-libxmp/usr/share/doc/python3-libxmp/html/_static/underscore.js
-.PHONY: clean
-clean:
- dh_clean
- rm -rf build
- find -name '*.py[co]' -delete
-
-.PHONY: build build-arch build-indep
-build build-indep:
- dh_testdir
- $(python_all) setup.py build
-ifeq "$(filter nocheck,$(DEB_BUILD_OPTIONS))" ""
- cd test && $(python_all) test_all.py
-endif
-
-.PHONY: binary binary-arch binary-indep
-binary binary-indep: build-indep
- dh_testdir
- dh_testroot
- dh_prep
- $(python_all) setup.py install --prefix=/usr --root=debian/python-libxmp/
- sed -i 's/Metadata-Version: 1\.0/Metadata-Version: 1\.1/' debian/python-libxmp/usr/lib/python2.*/*-packages/*.egg-info
- dh_installdocs AUTHORS README docs_src/using.rst
- dh_installchangelogs
- dh_pysupport
- dh_compress
- dh_fixperms
- dh_installdeb
- dh_gencontrol
- dh_md5sums
- dh_builddeb
-
# vim:ts=4 sw=4 noet
Added: packages/python-xmp-toolkit/trunk/debian/source/options
===================================================================
--- packages/python-xmp-toolkit/trunk/debian/source/options (rev 0)
+++ packages/python-xmp-toolkit/trunk/debian/source/options 2014-07-20 12:49:46 UTC (rev 29827)
@@ -0,0 +1 @@
+extend-diff-ignore="\.egg.info"
\ No newline at end of file
Modified: packages/python-xmp-toolkit/trunk/debian/watch
===================================================================
--- packages/python-xmp-toolkit/trunk/debian/watch 2014-07-20 12:35:45 UTC (rev 29826)
+++ packages/python-xmp-toolkit/trunk/debian/watch 2014-07-20 12:49:46 UTC (rev 29827)
@@ -1,3 +1,2 @@
version=3
-opts=dversionmangle=s/\+dfsg// \
-http://code.google.com/p/python-xmp-toolkit/downloads/list .*/files/python-xmp-toolkit-([0-9.]+)\.tar\.gz
+http://pypi.python.org/packages/source/p/python-xmp-toolkit/python-xmp-toolkit-([0-9.]+).tar.gz
More information about the Python-modules-commits
mailing list