diff -Nru pinentry-x2go-0.7.5.9/debian/changelog pinentry-x2go-0.7.5.9/debian/changelog --- pinentry-x2go-0.7.5.9/debian/changelog 2015-07-16 07:46:55.000000000 +0000 +++ pinentry-x2go-0.7.5.9/debian/changelog 2016-11-30 11:51:56.000000000 +0000 @@ -1,3 +1,17 @@ +pinentry-x2go (0.7.5.9-2) unstable; urgency=medium + + * debian/control: + + New maintenance umbrella: Debian Remote Maintainers team. + + Bump Standards-Version: to 3.9.8. No changes needed. + + B-D on versioned dpkg-dev (>= 1.16.1.1), to have buildflags.mk available. + * debian/{control,compat}: + + Set DH compat level to 9. + * debian/rules: + + Enable all hardening flags. + + + -- Mike Gabriel Wed, 30 Nov 2016 12:48:22 +0100 + pinentry-x2go (0.7.5.9-1) unstable; urgency=medium * New upstream release. diff -Nru pinentry-x2go-0.7.5.9/debian/compat pinentry-x2go-0.7.5.9/debian/compat --- pinentry-x2go-0.7.5.9/debian/compat 2013-03-22 16:49:44.000000000 +0000 +++ pinentry-x2go-0.7.5.9/debian/compat 2016-11-30 11:47:40.000000000 +0000 @@ -1 +1 @@ -7 +9 diff -Nru pinentry-x2go-0.7.5.9/debian/control pinentry-x2go-0.7.5.9/debian/control --- pinentry-x2go-0.7.5.9/debian/control 2015-07-16 07:18:23.000000000 +0000 +++ pinentry-x2go-0.7.5.9/debian/control 2016-11-30 11:50:27.000000000 +0000 @@ -1,20 +1,21 @@ Source: pinentry-x2go Section: utils Priority: extra -Maintainer: X2Go Packaging Team +Maintainer: Debian Remote Maintainers Uploaders: Mike Gabriel , Build-Depends: - debhelper (>= 7.0.50~), + debhelper (>= 9), + dpkg-dev (>= 1.16.1.1), autotools-dev, libglib2.0-dev (>= 2.15.5), m4, libqt4-dev, dh-autoreconf, -Standards-Version: 3.9.6 +Standards-Version: 3.9.8 Homepage: http://wiki.x2go.org -Vcs-Git: git://anonscm.debian.org/collab-maint/pinentry-x2go.git -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/pinentry-x2go.git;a=summary +Vcs-Git: https://anonscm.debian.org/git/pkg-remote/pinentry-x2go.git +Vcs-Browser: https://anonscm.debian.org/git/pkg-remote/pinentry-x2go.git Package: pinentry-x2go Architecture: any diff -Nru pinentry-x2go-0.7.5.9/debian/rules pinentry-x2go-0.7.5.9/debian/rules --- pinentry-x2go-0.7.5.9/debian/rules 2015-07-16 07:16:09.000000000 +0000 +++ pinentry-x2go-0.7.5.9/debian/rules 2016-11-30 11:50:59.000000000 +0000 @@ -1,9 +1,8 @@ #!/usr/bin/make -f -export CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS) -export CFLAGS:=$(shell dpkg-buildflags --get CFLAGS) -export CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS) -export LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS) +export DEB_BUILD_MAINT_OPTIONS = hardening=+all +DPKG_EXPORT_BUILDFLAGS = 1 +include /usr/share/dpkg/buildflags.mk %: dh $@ --with autoreconf --parallel