[Python-modules-commits] r15825 - in packages/pyexiv2/trunk/debian (4 files)
nijel at users.alioth.debian.org
nijel at users.alioth.debian.org
Mon Feb 21 10:47:02 UTC 2011
Date: Monday, February 21, 2011 @ 10:46:39
Author: nijel
Revision: 15825
Migrate to dh_python2.
Modified:
packages/pyexiv2/trunk/debian/changelog
packages/pyexiv2/trunk/debian/control
packages/pyexiv2/trunk/debian/rules
Deleted:
packages/pyexiv2/trunk/debian/pycompat
Modified: packages/pyexiv2/trunk/debian/changelog
===================================================================
--- packages/pyexiv2/trunk/debian/changelog 2011-02-21 10:43:53 UTC (rev 15824)
+++ packages/pyexiv2/trunk/debian/changelog 2011-02-21 10:46:39 UTC (rev 15825)
@@ -2,8 +2,9 @@
* NOT RELEASED YET
* Use upstream fix for sphinx changed parameters (Closes: #613841).
+ * Migrate to dh_python2.
- -- Michal ÄihaÅ <nijel at debian.org> Mon, 21 Feb 2011 11:40:08 +0100
+ -- Michal ÄihaÅ <nijel at debian.org> Mon, 21 Feb 2011 11:44:22 +0100
pyexiv2 (0.3.0-2) unstable; urgency=low
Modified: packages/pyexiv2/trunk/debian/control
===================================================================
--- packages/pyexiv2/trunk/debian/control 2011-02-21 10:43:53 UTC (rev 15824)
+++ packages/pyexiv2/trunk/debian/control 2011-02-21 10:46:39 UTC (rev 15825)
@@ -4,15 +4,14 @@
Maintainer: Michal ÄihaÅ <nijel at debian.org>
Uploaders: Python Modules Packaging Team <python-modules-team at lists.alioth.debian.org>
Build-Depends: debhelper (>= 7.0.50),
- python-support (>= 0.5.3),
- python-all-dev (>= 2.3.5-11),
+ python-all-dev (>= 2.6.6-3),
python-all-dbg,
python-sphinx,
scons,
libexiv2-dev (>= 0.18),
libboost-python-dev
Standards-Version: 3.9.1
-XS-Python-Version: >= 2.6
+X-Python-Version: >= 2.6
Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/pyexiv2/trunk
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pyexiv2/trunk/
Homepage: http://tilloy.net/dev/pyexiv2/
@@ -20,10 +19,10 @@
Package: python-pyexiv2
Architecture: any
Provides: ${python:Provides}
+Breaks: ${python:Breaks}
Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}
Recommends: python-pyexiv2-doc
Breaks: lazygal (<< 0.5), phatch-cli (<< 0.3)
-XB-Python-Version: ${python:Versions}
Description: Python binding to Exiv2
pyexiv2 is a Python binding to Eiv2, the C++ library for manipulation
of EXIF and IPTC image metadata. It is a Python module that allows your
Deleted: packages/pyexiv2/trunk/debian/pycompat
===================================================================
--- packages/pyexiv2/trunk/debian/pycompat 2011-02-21 10:43:53 UTC (rev 15824)
+++ packages/pyexiv2/trunk/debian/pycompat 2011-02-21 10:46:39 UTC (rev 15825)
@@ -1 +0,0 @@
-2
Modified: packages/pyexiv2/trunk/debian/rules
===================================================================
--- packages/pyexiv2/trunk/debian/rules 2011-02-21 10:43:53 UTC (rev 15824)
+++ packages/pyexiv2/trunk/debian/rules 2011-02-21 10:46:39 UTC (rev 15825)
@@ -39,23 +39,23 @@
build: build-stamp
build-stamp:
- dh build
+ dh --with python2 build
touch $@
clean:
- dh clean
+ dh --with python2 clean
install: build
- dh install
+ dh --with python2 install
# Build architecture-independent files here.
binary-indep: build install
- dh binary-indep
+ dh --with python2 binary-indep
# Build architecture-dependent files here.
binary-arch: build install
- dh binary-arch
+ dh --with python2 binary-arch
binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary install
More information about the Python-modules-commits
mailing list