Package: aptfs Version: 1:0+git201108031956-38fb8dc-1 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu trusty ubuntu-patch
Dear Maintainer, Please convert to dh_python2. In Ubuntu, the attached patch was applied to achieve the following: * Convert to dh_python2. Thanks for considering the patch. Logan Rosen -- System Information: Debian Release: wheezy/sid APT prefers trusty-updates APT policy: (500, 'trusty-updates'), (500, 'trusty-security'), (500, 'trusty'), (100, 'trusty-backports') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.12.0-3-generic (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
=== modified file 'debian/control' --- debian/control 2011-07-28 12:23:18 +0000 +++ debian/control 2013-11-21 03:49:29 +0000 @@ -1,8 +1,9 @@ Source: aptfs Section: utils Priority: extra Maintainer: Chris Lamb <la...@debian.org> -Build-Depends: debhelper (>= 7.0.50), python-support +Build-Depends: debhelper (>= 7.0.50), dh-python, python (>= 2.6.6-3~) Standards-Version: 3.9.2 Homepage: http://chris-lamb.co.uk/projects/aptfs/ Vcs-Git: git://github.com/lamby/pkg-aptfs.git === modified file 'debian/rules' --- debian/rules 2009-03-15 17:36:09 +0000 +++ debian/rules 2013-11-21 03:36:55 +0000 @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ + dh $@ --with python2 override_dh_link: dh_link usr/bin/mount.aptfs sbin/mount.aptfs