diff -u pgpgpg-0.13/debian/control pgpgpg-0.13/debian/control --- pgpgpg-0.13/debian/control +++ pgpgpg-0.13/debian/control @@ -2,12 +2,12 @@ Section: utils Priority: optional Maintainer: Paweł Więcek -Build-Depends: debhelper -Standards-Version: 3.7.2 +Build-Depends: debhelper (>= 9) +Standards-Version: 3.9.6 Package: pgpgpg Architecture: any -Depends: ${shlibs:Depends}, gnupg +Depends: ${misc:Depends}, ${shlibs:Depends}, gnupg Conflicts: pgp Provides: pgp Replaces: pgp diff -u pgpgpg-0.13/debian/rules pgpgpg-0.13/debian/rules --- pgpgpg-0.13/debian/rules +++ pgpgpg-0.13/debian/rules @@ -15,8 +15,9 @@ clean: checkroot $(checkdir) -rm -f build - -$(MAKE) distclean - -cd debian && rm -rf tmp files* substvars *debhelper + -if [ -e Makefile ]; then $(MAKE) distclean; fi +# -cd debian && rm -rf tmp files* substvars *debhelper + dh_clean binary-indep: checkroot build # We have nothing to do @@ -24,17 +25,18 @@ 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 dh_installman pgpgpg.1 - dh_strip + dh_strip --no-ddebs dh_compress dh_fixperms dh_installdeb dh_shlibdeps dh_gencontrol + dh_md5sums dh_builddeb define checkdir diff -u pgpgpg-0.13/debian/changelog pgpgpg-0.13/debian/changelog --- pgpgpg-0.13/debian/changelog +++ pgpgpg-0.13/debian/changelog @@ -1,3 +1,27 @@ +pgpgpg (0.13-9.1) unstable; urgency=medium + + * Non-maintainer upload. + * Migrated DH level to 9 to avoid a FTBFS. Thanks to Logan Rosen + . (Closes: #800201) + * debian/compat: added. + * debian/control: + - Added the ${misc:Depends} variable to provide the right install + dependencies. + - Bumped Standards-Version to 3.9.6. + * debian/rules: + - Added the --no-ddebs option to dh_strip to avoid the dbgsym + creation. It would be a NEW binary (pgpgpg-dbgsym). + - Added the dh_md5sums to generate a md5sums control file. Thanks + to Ben Finney . (Closes: #439430) + - Changed the binary-arch target to install files in right place. + Thanks to Logan Rosen . (Closes: #800201) + - Some actions to allow the package build twice: + ~ Added a condition to execute '$(MAKE) distclean'. + ~ Using dh_clean to clean the debian/ directory. + * debian/watch: added. + + -- Joao Eriberto Mota Filho Sat, 26 Dec 2015 01:13:27 -0200 + pgpgpg (0.13-9) unstable; urgency=low * Updated debian/rules to contain binary-indep, per policy (closes: #395732) only in patch2: unchanged: --- pgpgpg-0.13.orig/debian/compat +++ pgpgpg-0.13/debian/compat @@ -0,0 +1 @@ +9 only in patch2: unchanged: --- pgpgpg-0.13.orig/debian/watch +++ pgpgpg-0.13/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://mroth.net/pgpgpg/pgpgpg-(\d\S+)\.tar\.(?:bz2|gz|xz)