Package: apt-offline Version: 1.8.0 Followup-For: Bug #865292 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu artful ubuntu-patch
In Ubuntu, the attached patch was applied to achieve the following: * debian/rules: Switch to pybuild buildsystem to avoid needing pyversions. Thanks for considering the patch. Logan Rosen -- System Information: Debian Release: stretch/sid APT prefers zesty-updates APT policy: (500, 'zesty-updates'), (500, 'zesty-security'), (500, 'zesty'), (100, 'zesty-backports') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.10.0-24-generic (SMP w/8 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)
diff -Nru apt-offline-1.8.0/debian/rules apt-offline-1.8.0ubuntu1/debian/rules --- apt-offline-1.8.0/debian/rules 2017-05-21 22:12:10.000000000 -0700 +++ apt-offline-1.8.0ubuntu1/debian/rules 2017-06-20 23:07:01.000000000 -0700 @@ -1,4 +1,4 @@ #!/usr/bin/make -f %: - dh $@ --with python3 + dh $@ --with python3 --buildsystem=pybuild