[Python-modules-commits] r33891 - in packages/pylzma/trunk/debian (changelog control rules)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Wed Aug 19 19:58:08 UTC 2015
Date: Wednesday, August 19, 2015 @ 19:58:07
Author: piotr
Revision: 33891
convert package from dh_pysupport to dh_python2
note that this package is not in the archive (is it the same as python-lzma?)
Modified:
packages/pylzma/trunk/debian/changelog
packages/pylzma/trunk/debian/control
packages/pylzma/trunk/debian/rules
Modified: packages/pylzma/trunk/debian/changelog
===================================================================
--- packages/pylzma/trunk/debian/changelog 2015-08-19 19:32:26 UTC (rev 33890)
+++ packages/pylzma/trunk/debian/changelog 2015-08-19 19:58:07 UTC (rev 33891)
@@ -1,12 +1,5 @@
-pylzma (0.4.2-2) UNRELEASED; urgency=low
+pylzma (0.4.2-1) UNRELEASED; urgency=low
- * Remove Vcs-* fields pointing to upstream repository.
- * Add Vcs-* fields pointing to Debian packaging.
-
- -- Jakub Wilk <jwilk at debian.org> Sun, 05 May 2013 15:27:59 +0200
-
-pylzma (0.4.2-1) unstable; urgency=low
-
* Initial release (Closes: #506865)
-- Sameer Rahmani <lxsameer at gnu.org> Tue, 06 Jul 2010 17:47:16 +0430
Modified: packages/pylzma/trunk/debian/control
===================================================================
--- packages/pylzma/trunk/debian/control 2015-08-19 19:32:26 UTC (rev 33890)
+++ packages/pylzma/trunk/debian/control 2015-08-19 19:58:07 UTC (rev 33891)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Sameer Rahmani <lxsameer at gnu.org>
-Build-Depends: debhelper (>= 7.0.50~), python, python-support, python-all-dev
+Build-Depends: debhelper (>= 7.0.50~), python, dh-python, python-all-dev
Standards-Version: 3.8.4
Homepage: http://www.joachim-bauch.de/projects/python/pylzma/
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/pylzma/trunk/
Modified: packages/pylzma/trunk/debian/rules
===================================================================
--- packages/pylzma/trunk/debian/rules 2015-08-19 19:32:26 UTC (rev 33890)
+++ packages/pylzma/trunk/debian/rules 2015-08-19 19:58:07 UTC (rev 33891)
@@ -10,4 +10,4 @@
#export DH_VERBOSE=1
%:
- dh $@
+ dh $@ --with python2
More information about the Python-modules-commits
mailing list