diff -Nru poolcounter-1.1.2/debian/changelog poolcounter-1.1.2/debian/changelog --- poolcounter-1.1.2/debian/changelog 2018-12-09 08:43:55.000000000 +0000 +++ poolcounter-1.1.2/debian/changelog 2019-03-01 20:45:35.000000000 +0000 @@ -1,3 +1,10 @@ +poolcounter (1.1.2-2) unstable; urgency=medium + + * Enable hardening flags + * Standards-Version: 4.3.0, no changes needed + + -- Kunal Mehta Fri, 01 Mar 2019 20:45:35 +0000 + poolcounter (1.1.2-1) unstable; urgency=medium * New upstream version 1.1.2 diff -Nru poolcounter-1.1.2/debian/control poolcounter-1.1.2/debian/control --- poolcounter-1.1.2/debian/control 2018-12-09 08:31:53.000000000 +0000 +++ poolcounter-1.1.2/debian/control 2019-03-01 20:44:10.000000000 +0000 @@ -4,7 +4,7 @@ Maintainer: MediaWiki packaging team Uploaders: Kunal Mehta Build-Depends: debhelper (>= 11), libevent-dev, python3-pytest -Standards-Version: 4.2.1.1 +Standards-Version: 4.3.0 Homepage: https://www.mediawiki.org/wiki/PoolCounter Vcs-Git: https://salsa.debian.org/mediawiki-team/poolcounter.git Vcs-Browser: https://salsa.debian.org/mediawiki-team/poolcounter diff -Nru poolcounter-1.1.2/debian/rules poolcounter-1.1.2/debian/rules --- poolcounter-1.1.2/debian/rules 2018-12-09 08:31:51.000000000 +0000 +++ poolcounter-1.1.2/debian/rules 2019-03-01 20:44:08.000000000 +0000 @@ -1,7 +1,5 @@ #!/usr/bin/make -f - -# Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 +export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: dh $@