diff -Nru sciteproj-1.05/debian/changelog sciteproj-1.05/debian/changelog --- sciteproj-1.05/debian/changelog 2015-12-27 10:36:56.000000000 +0000 +++ sciteproj-1.05/debian/changelog 2016-02-14 15:11:29.000000000 +0000 @@ -1,3 +1,10 @@ +sciteproj (1.05-3) unstable; urgency=medium + + * Enable all hardening flags + * Fix lintian warning vcs-field-uses-insecure-uri + + -- Andreas Rönnquist Sun, 14 Feb 2016 16:11:17 +0100 + sciteproj (1.05-2) unstable; urgency=medium * Migrate to dh diff -Nru sciteproj-1.05/debian/control sciteproj-1.05/debian/control --- sciteproj-1.05/debian/control 2015-08-30 12:03:39.000000000 +0000 +++ sciteproj-1.05/debian/control 2016-02-14 15:10:39.000000000 +0000 @@ -10,8 +10,8 @@ gettext Standards-Version: 3.9.6 Homepage: http://www.gusnan.se/sciteproj -Vcs-Git: git://anonscm.debian.org/collab-maint/sciteproj.git -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/sciteproj.git +Vcs-Git: https://anonscm.debian.org/git/collab-maint/sciteproj.git +Vcs-Browser: https://anonscm.debian.org/gitweb/?p=collab-maint/sciteproj.git Package: sciteproj Architecture: any diff -Nru sciteproj-1.05/debian/rules sciteproj-1.05/debian/rules --- sciteproj-1.05/debian/rules 2015-12-27 10:36:24.000000000 +0000 +++ sciteproj-1.05/debian/rules 2016-02-14 14:51:06.000000000 +0000 @@ -4,7 +4,7 @@ #export DH_VERBOSE=1 export DEB_BUILD_HARDENING=1 -export LDFLAGS += -Wl,-z,relro -Wl,--as-needed +export DEB_BUILD_MAINT_OPTIONS = hardening=+all PACKAGE = $(shell dh_listpackages)