[Python-modules-commits] r17880 - in packages/tagpy/trunk/debian (changelog control rules)
nijel at users.alioth.debian.org
nijel at users.alioth.debian.org
Tue Jul 19 11:12:26 UTC 2011
Date: Tuesday, July 19, 2011 @ 11:12:25
Author: nijel
Revision: 17880
Migrate to dh_python2.
Modified:
packages/tagpy/trunk/debian/changelog
packages/tagpy/trunk/debian/control
packages/tagpy/trunk/debian/rules
Modified: packages/tagpy/trunk/debian/changelog
===================================================================
--- packages/tagpy/trunk/debian/changelog 2011-07-19 11:09:50 UTC (rev 17879)
+++ packages/tagpy/trunk/debian/changelog 2011-07-19 11:12:25 UTC (rev 17880)
@@ -4,8 +4,9 @@
* Remove silly check for distribute (Closes: #634343).
* Bump standards to 3.9.2.
* Add build-arch and build-indep targets.
+ * Migrate to dh_python2.
- -- Michal ÄihaÅ <nijel at debian.org> Tue, 19 Jul 2011 13:10:24 +0200
+ -- Michal ÄihaÅ <nijel at debian.org> Tue, 19 Jul 2011 13:12:54 +0200
tagpy (0.94.8-2) unstable; urgency=low
Modified: packages/tagpy/trunk/debian/control
===================================================================
--- packages/tagpy/trunk/debian/control 2011-07-19 11:09:50 UTC (rev 17879)
+++ packages/tagpy/trunk/debian/control 2011-07-19 11:12:25 UTC (rev 17880)
@@ -4,14 +4,13 @@
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~),
libtag1-dev,
libboost-python-dev (>= 1.39.2),
pkg-config,
python-setuptools
Standards-Version: 3.9.2
-XS-Python-Version: all
+X-Python-Version: >= 2.5
Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/tagpy/trunk
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/tagpy/trunk/
Homepage: http://mathema.tician.de/software/tagpy
@@ -19,7 +18,6 @@
Package: python-tagpy
Architecture: any
Provides: ${python:Provides}
-XB-Python-Version: ${python:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
Description: Python module for manipulating tags in music files
Binds Python to Scott Wheeler's TagLib. Makes it easy to read ID3 tags
Modified: packages/tagpy/trunk/debian/rules
===================================================================
--- packages/tagpy/trunk/debian/rules 2011-07-19 11:09:50 UTC (rev 17879)
+++ packages/tagpy/trunk/debian/rules 2011-07-19 11:12:25 UTC (rev 17880)
@@ -33,22 +33,22 @@
build-indep: 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
+binary-indep: build-indep install
# We have nothing to do by default.
# Build architecture-dependent files here.
-binary-arch: build install
- dh binary-arch
+binary-arch: build-arch install
+ 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