Package: pgpgpg Version: 0.13-9 Followup-For: Bug #800201 User: [email protected] Usertags: origin-ubuntu xenial ubuntu-patch
In Ubuntu, the attached patch was applied to achieve the following: * debian/compat: Indicate compatibility level of 9. * debian/control: Build-depend on debhelper (>= 9). * debian/rules: Update DESTDIR to be debian/pgpgpg. Thanks for considering the patch. -- System Information: Debian Release: stretch/sid APT prefers xenial-updates APT policy: (500, 'xenial-updates'), (500, 'xenial-security'), (500, 'xenial'), (100, 'xenial-backports') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.2.0-19-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 Init: systemd (via /run/systemd/system)
diff -u pgpgpg-0.13/debian/control pgpgpg-0.13/debian/control --- pgpgpg-0.13/debian/control +++ pgpgpg-0.13/debian/control @@ -2,7 +2,7 @@ Section: utils Priority: optional Maintainer: Paweł Więcek <[email protected]> -Build-Depends: debhelper +Build-Depends: debhelper (>= 9) Standards-Version: 3.7.2 Package: pgpgpg diff -u pgpgpg-0.13/debian/rules pgpgpg-0.13/debian/rules --- pgpgpg-0.13/debian/rules +++ pgpgpg-0.13/debian/rules @@ -24,7 +24,7 @@ binary-arch: checkroot build $(checkdir) -rm -rf debian/tmp - $(MAKE) DESTDIR=`pwd`/debian/tmp install + $(MAKE) DESTDIR=`pwd`/debian/pgpgpg install dh_installdocs README BUGS TODO dh_installchangelogs NEWS only in patch2: unchanged: --- pgpgpg-0.13.orig/debian/compat +++ pgpgpg-0.13/debian/compat @@ -0,0 +1 @@ +9

