Control: tags -1 patch

Dear Maintainer,

In Ubuntu, the attached patch was applied to achieve the following:

  * debian/compat: Bump to 10.
  * debian/control: Build-depend on debhelper (>= 10) and dh-python.
  * debian/rules: Use dh_prep instead of dh_clean -k.

Thanks for considering the patch.

Logan Rosen
diff -u python-tcpwrap-0.2/debian/compat python-tcpwrap-0.2/debian/compat
--- python-tcpwrap-0.2/debian/compat
+++ python-tcpwrap-0.2/debian/compat
@@ -1 +1 @@
-4
+10
diff -u python-tcpwrap-0.2/debian/rules python-tcpwrap-0.2/debian/rules
--- python-tcpwrap-0.2/debian/rules
+++ python-tcpwrap-0.2/debian/rules
@@ -27,13 +27,13 @@
 install-indep:
 	dh_testdir
 	dh_testroot
-	dh_clean -k -i
+	dh_prep
 	dh_installdirs -i
 
 install-arch: build-arch
 	dh_testdir
 	dh_testroot
-	dh_clean -k -s
+	dh_prep
 	dh_installdirs -s
 	set -e; \
 	for v in $(PYVERS); do \
diff -u python-tcpwrap-0.2/debian/control python-tcpwrap-0.2/debian/control
--- python-tcpwrap-0.2/debian/control
+++ python-tcpwrap-0.2/debian/control
@@ -2,7 +2,7 @@
 Section: python
 Priority: optional
 Maintainer: Brian Sutherland <ji...@web.de>
-Build-Depends: debhelper (>= 5.0.37.2), python-all-dev (>= 2.6.6-3~), libwrap0-dev
+Build-Depends: debhelper (>= 10), python-all-dev (>= 2.6.6-3~), libwrap0-dev, dh-python
 Standards-Version: 3.6.1
 
 Package: python-tcpwrap

Reply via email to