tag 785966 pending
thanks

dktrkr...@debian.org [2015-05-20 18:36 +0200]:
> your package either build-depends or depends on the python-support
> package, or uses dh_pysupport in debian/rules file.

As per the LowNMU flag on this package and the number of previous NMUs
I just uploaded this without delay. I tested that the package still
starts (in particular as dh_python2 uses a different module install
path).

debdiff attached.

Martin
-- 
Martin Pitt                        | http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)
diff -Nru bittorrent-3.4.2/debian/changelog bittorrent-3.4.2/debian/changelog
--- bittorrent-3.4.2/debian/changelog   2014-08-15 02:15:36.000000000 +0200
+++ bittorrent-3.4.2/debian/changelog   2015-08-18 14:33:15.000000000 +0200
@@ -1,3 +1,11 @@
+bittorrent (3.4.2-11.7) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Convert to dh_python2. (Closes: #785966)
+  * debian/control: Add missing ${misc:Depends}.
+
+ -- Martin Pitt <mp...@debian.org>  Tue, 18 Aug 2015 14:31:30 +0200
+
 bittorrent (3.4.2-11.6) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru bittorrent-3.4.2/debian/control bittorrent-3.4.2/debian/control
--- bittorrent-3.4.2/debian/control     2014-08-08 04:59:36.000000000 +0200
+++ bittorrent-3.4.2/debian/control     2015-08-18 14:29:25.000000000 +0200
@@ -3,12 +3,13 @@
 Priority: optional
 Maintainer: Michael Janssen <jamu...@debian.org>
 Build-Depends: debhelper (>= 5.0.37.2), python, python-dev
-Build-Depends-Indep: python-all-dev (>= 2.5.4), sharutils, python-support (>= 
0.6)
+Build-Depends-Indep: python-all-dev (>= 2.5.4), sharutils
+X-Python-Version: >= 2.3
 Standards-Version: 3.7.2.0
 
 Package: bittorrent
 Architecture: all
-Depends: ${python:Depends}, lsb-base (>= 3.0-10)
+Depends: ${misc:Depends}, ${python:Depends}, lsb-base (>= 3.0-10)
 Suggests: bittorrent-gui
 Recommends: mime-support
 Provides: ${python:Provides}
@@ -29,7 +30,7 @@
 
 Package: bittorrent-gui
 Architecture: all
-Depends: ${python:Depends}, bittorrent (>= 3.4.2-1), python-wxgtk3.0
+Depends: ${misc:Depends}, ${python:Depends}, bittorrent (>= 3.4.2-1), 
python-wxgtk3.0
 Homepage: http://bitconjurer.org/BitTorrent/
 Description: Original BitTorrent client - GUI tools
  BitTorrent is a tool for distributing files. It's extremely   
diff -Nru bittorrent-3.4.2/debian/rules bittorrent-3.4.2/debian/rules
--- bittorrent-3.4.2/debian/rules       2014-08-08 04:57:04.000000000 +0200
+++ bittorrent-3.4.2/debian/rules       2015-08-18 14:31:18.000000000 +0200
@@ -67,12 +67,11 @@
 
        set -e; \
        for python in $(PYVERS); do \
-               pydir=$$python \
                python=$$(echo $$python | sed "s/$(PYDEF)/python/"); \
                $$python setup.py install --root=debian/tmp 
$(py_setup_install_args); \
                cp debian/tmp/usr/bin/btmakemetafile.py \
                   debian/tmp/usr/bin/btcompletedir.py \
-                  debian/tmp/usr/lib/$$pydir/$(call py_sitename_sh, 
$$python)/BitTorrent; \
+                  debian/tmp/$(call py_libdir_sh,$$python)/BitTorrent; \
        done
 
        : # Replace all '#!' calls to python with /usr/bin/python
@@ -116,7 +115,7 @@
        dh_link
        dh_compress
        dh_fixperms
-       dh_pysupport
+       dh_python2
        dh_installdeb
        dh_gencontrol
        dh_md5sums

Attachment: signature.asc
Description: Digital signature

Reply via email to