diff -Nru four-in-a-row-3.28.0/debian/changelog four-in-a-row-3.28.0/debian/changelog --- four-in-a-row-3.28.0/debian/changelog 2018-03-12 03:17:30.000000000 +0000 +++ four-in-a-row-3.28.0/debian/changelog 2018-12-24 01:49:11.000000000 +0000 @@ -1,3 +1,10 @@ +four-in-a-row (1:3.28.0-2) unstable; urgency=medium + + * Restore -Wl,-O1 to our LDFLAGS + * Bump Standards-Version to 4.3.0 + + -- Jeremy Bicha Sun, 23 Dec 2018 20:49:11 -0500 + four-in-a-row (1:3.28.0-1) unstable; urgency=medium * New upstream release diff -Nru four-in-a-row-3.28.0/debian/control four-in-a-row-3.28.0/debian/control --- four-in-a-row-3.28.0/debian/control 2018-03-12 03:17:30.000000000 +0000 +++ four-in-a-row-3.28.0/debian/control 2018-12-24 01:49:11.000000000 +0000 @@ -16,7 +16,7 @@ librsvg2-dev (>= 2.32.0), valac (>= 0.18), yelp-tools -Standards-Version: 4.1.2 +Standards-Version: 4.3.0 Vcs-Browser: https://salsa.debian.org/gnome-team/four-in-a-row Vcs-Git: https://salsa.debian.org/gnome-team/four-in-a-row.git Homepage: https://wiki.gnome.org/Apps/Four-in-a-row diff -Nru four-in-a-row-3.28.0/debian/control.in four-in-a-row-3.28.0/debian/control.in --- four-in-a-row-3.28.0/debian/control.in 2018-03-12 03:17:30.000000000 +0000 +++ four-in-a-row-3.28.0/debian/control.in 2018-12-24 01:49:11.000000000 +0000 @@ -12,7 +12,7 @@ librsvg2-dev (>= 2.32.0), valac (>= 0.18), yelp-tools -Standards-Version: 4.1.2 +Standards-Version: 4.3.0 Vcs-Browser: https://salsa.debian.org/gnome-team/four-in-a-row Vcs-Git: https://salsa.debian.org/gnome-team/four-in-a-row.git Homepage: https://wiki.gnome.org/Apps/Four-in-a-row diff -Nru four-in-a-row-3.28.0/debian/gbp.conf four-in-a-row-3.28.0/debian/gbp.conf --- four-in-a-row-3.28.0/debian/gbp.conf 2018-03-12 03:17:30.000000000 +0000 +++ four-in-a-row-3.28.0/debian/gbp.conf 2018-12-24 01:49:11.000000000 +0000 @@ -1,5 +1,17 @@ [DEFAULT] pristine-tar = True -debian-branch=debian/master -upstream-branch=upstream/latest +debian-branch = debian/master +upstream-branch = upstream/latest + +[buildpackage] +sign-tags = True + +[dch] +multimaint-merge = True + +[import-orig] +postimport = dch -v%(version)s New upstream release; git add debian/changelog; debcommit upstream-vcs-tag = %(version)s + +[pq] +patch-numbers = False diff -Nru four-in-a-row-3.28.0/debian/rules four-in-a-row-3.28.0/debian/rules --- four-in-a-row-3.28.0/debian/rules 2018-03-12 03:17:30.000000000 +0000 +++ four-in-a-row-3.28.0/debian/rules 2018-12-24 01:49:11.000000000 +0000 @@ -1,8 +1,7 @@ #!/usr/bin/make -f --include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk export DEB_BUILD_MAINT_OPTIONS = hardening=+all -export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs -Wl,--as-needed +export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,-z,defs -Wl,--as-needed %: dh $@ --with gnome