diff -Nru mdbus-2.3.3/debian/changelog mdbus-2.3.3/debian/changelog --- mdbus-2.3.3/debian/changelog 2016-09-17 12:06:20.000000000 +0000 +++ mdbus-2.3.3/debian/changelog 2016-10-18 22:56:57.000000000 +0000 @@ -1,8 +1,11 @@ -mdbus (2.3.3-1build1) yakkety; urgency=medium +mdbus (2.3.3-2) unstable; urgency=medium - * No-change rebuild for readline soname change. + * Switch to compat level 10 + * Update Debian Standards Version to 3.9.8 + * Use secure vcs urls + * Enable hardening, forward CFLAGS & LDFLAGS to compiler - -- Matthias Klose Sat, 17 Sep 2016 12:06:20 +0000 + -- Sebastian Reichel Wed, 19 Oct 2016 00:56:57 +0200 mdbus (2.3.3-1) unstable; urgency=low diff -Nru mdbus-2.3.3/debian/compat mdbus-2.3.3/debian/compat --- mdbus-2.3.3/debian/compat 2015-11-07 17:57:28.000000000 +0000 +++ mdbus-2.3.3/debian/compat 2016-10-18 22:56:57.000000000 +0000 @@ -1 +1 @@ -9 +10 diff -Nru mdbus-2.3.3/debian/control mdbus-2.3.3/debian/control --- mdbus-2.3.3/debian/control 2015-11-07 17:57:28.000000000 +0000 +++ mdbus-2.3.3/debian/control 2016-10-18 22:56:57.000000000 +0000 @@ -4,15 +4,14 @@ Maintainer: Debian FreeSmartphone.Org Team Uploaders: Sebastian Reichel , Simon Busch -Build-Depends: debhelper (>= 9), - dh-autoreconf, +Build-Depends: debhelper (>= 10~), libglib2.0-dev (>= 2.26.0), libreadline-dev, valac (>= 0.14) -Standards-Version: 3.9.6 +Standards-Version: 3.9.8 Homepage: http://www.freesmartphone.org -Vcs-Git: git://anonscm.debian.org/pkg-fso/mdbus.git -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-fso/mdbus.git;a=summary +Vcs-Git: https://anonscm.debian.org/cgit/pkg-fso/mdbus.git +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-fso/mdbus.git Package: mdbus2 Architecture: any diff -Nru mdbus-2.3.3/debian/copyright mdbus-2.3.3/debian/copyright --- mdbus-2.3.3/debian/copyright 2015-11-07 17:57:28.000000000 +0000 +++ mdbus-2.3.3/debian/copyright 2016-10-18 22:56:57.000000000 +0000 @@ -1,5 +1,5 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Source: git://git.freesmartphone.org/cornucopia.git +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Source: https://github.com/freesmartphone/cornucopia Files: * Copyright: 2009-2011, Michael 'Mickey' Lauer diff -Nru mdbus-2.3.3/debian/rules mdbus-2.3.3/debian/rules --- mdbus-2.3.3/debian/rules 2015-11-07 17:57:28.000000000 +0000 +++ mdbus-2.3.3/debian/rules 2016-10-18 22:56:57.000000000 +0000 @@ -1,6 +1,13 @@ #!/usr/bin/make -f + +export DEB_BUILD_MAINT_OPTIONS = hardening=+all +DPKG_EXPORT_BUILDFLAGS = 1 +include /usr/share/dpkg/buildflags.mk + +VALAFLAGS:=$(foreach w,$(CPPFLAGS) $(CFLAGS) $(LDFLAGS),-X $(w)) + %: - dh $@ --with autoreconf + dh $@ override_dh_auto_configure: find . -name *_vala.stamp | xargs rm -f