tags 617016 + pending
thanks

Dear maintainer,

I've prepared an NMU for python-pcs (versioned as 0.5+debian-1.2) based on
Colin's patch. You can find the debdiff attached here.

Regards.

-- 
Andrea Colangelo                     |   http://andreacolangelo.com
Ubuntu Developer  <www.ubuntu.com>   |   Debian Maintainer  <www.debian.org>
diff -u python-pcs-0.5+debian/debian/control python-pcs-0.5+debian/debian/control
--- python-pcs-0.5+debian/debian/control
+++ python-pcs-0.5+debian/debian/control
@@ -2,14 +2,12 @@
 Section: net
 Priority: extra
 Maintainer: Robert S. Edmonds <edmo...@debian.org>
-Build-Depends: debhelper (>= 5.0.38), python-all-dev (>= 2.3.5-11), python-central (>= 0.5.6), dpatch, texlive-latex-recommended
+Build-Depends: debhelper (>= 5.0.38), python-all-dev (>= 2.6.6-3~), dpatch, texlive-latex-recommended
 Standards-Version: 3.7.2
-XS-Python-Version: all
 
 Package: python-pcs
 Architecture: all
 Depends: ${python:Depends}, python-pypcap
-XB-Python-Version: ${python:Versions}
 Description: Packet Construction Set for Python
  PCS is a set of Python modules and objects that make building network
  protocol code easier for the protocol developer. It provides functionality
diff -u python-pcs-0.5+debian/debian/rules python-pcs-0.5+debian/debian/rules
--- python-pcs-0.5+debian/debian/rules
+++ python-pcs-0.5+debian/debian/rules
@@ -24,13 +24,13 @@
 	dh_testdir
 	dh_testroot
 	dh_clean -k 
-	for python in $(PYVERS); do $$python setup.py install --no-compile --root=debian/$(PKG); done
+	for python in $(PYVERS); do $$python setup.py install --no-compile --root=debian/$(PKG) --install-layout=deb; done
 
 binary-indep: build install
 binary-arch: build install
 	dh_testdir
 	dh_testroot
-	dh_pycentral
+	dh_python2
 	dh_installchangelogs 
 	dh_installdocs
 	dh_installexamples
diff -u python-pcs-0.5+debian/debian/changelog python-pcs-0.5+debian/debian/changelog
--- python-pcs-0.5+debian/debian/changelog
+++ python-pcs-0.5+debian/debian/changelog
@@ -1,3 +1,11 @@
+python-pcs (0.5+debian-1.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Convert to dh_python2 (Closes: #617016). Thanks to Colin Watson for the
+    patch forwarded from Ubuntu. 
+
+ -- Andrea Colangelo <war...@ubuntu.com>  Wed, 26 Jun 2013 12:44:04 +0200
+
 python-pcs (0.5+debian-1.1) unstable; urgency=low
 
   * NMU. Rebuild to move files to /usr/share/pyshared. Closes: #490499.

Attachment: signature.asc
Description: Digital signature

Reply via email to