diff -Nru evtest-1.33/debian/changelog evtest-1.33/debian/changelog --- evtest-1.33/debian/changelog 2018-04-03 12:22:03.000000000 +0000 +++ evtest-1.33/debian/changelog 2018-04-23 18:48:57.000000000 +0000 @@ -1,8 +1,13 @@ -evtest (1:1.33-1build1) bionic; urgency=high +evtest (1:1.33-2) unstable; urgency=medium - * No change rebuild to pick up -fPIE compiler default + * Switch to debhelper compatibility level 11. + * Use secure URLs and update debian/copyright. + * Migrate to Salsa. + * Use priority “optional” instead of “extra”. + * Enable all hardening options. + * Standards-Version 4.1.4, no further change required. - -- Balint Reczey Tue, 03 Apr 2018 12:22:03 +0000 + -- Stephen Kitt Mon, 23 Apr 2018 20:48:57 +0200 evtest (1:1.33-1) unstable; urgency=medium diff -Nru evtest-1.33/debian/compat evtest-1.33/debian/compat --- evtest-1.33/debian/compat 2012-05-16 20:07:48.000000000 +0000 +++ evtest-1.33/debian/compat 2018-03-02 20:16:41.000000000 +0000 @@ -1 +1 @@ -9 +11 diff -Nru evtest-1.33/debian/control evtest-1.33/debian/control --- evtest-1.33/debian/control 2018-04-03 12:22:03.000000000 +0000 +++ evtest-1.33/debian/control 2018-04-23 18:42:07.000000000 +0000 @@ -1,19 +1,17 @@ Source: evtest Section: utils -Priority: extra -Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: Stephen Kitt +Priority: optional +Maintainer: Stephen Kitt Build-Depends: asciidoc, - debhelper (>= 9), - dh-autoreconf, + debhelper (>= 11~), pkg-config, xmlto, xsltproc -Standards-Version: 3.9.6 -Homepage: http://cgit.freedesktop.org/evtest/ -Vcs-Git: git://anonscm.debian.org/collab-maint/evtest.git -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/evtest.git;a=summary +Standards-Version: 4.1.4 +Homepage: https://cgit.freedesktop.org/evtest/ +Vcs-Git: https://salsa.debian.org/debian/evtest.git +Vcs-Browser: https://salsa.debian.org/debian/evtest Package: evtest Architecture: linux-any diff -Nru evtest-1.33/debian/copyright evtest-1.33/debian/copyright --- evtest-1.33/debian/copyright 2013-06-07 12:34:58.000000000 +0000 +++ evtest-1.33/debian/copyright 2018-04-23 07:41:44.000000000 +0000 @@ -1,6 +1,6 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: evtest -Source: http://cgit.freedesktop.org/evtest/ +Source: https://cgit.freedesktop.org/evtest/ Files: * Copyright: 1999-2000 Vojtech Pavlik @@ -8,7 +8,7 @@ License: GPL-2.0+ Files: debian/* -Copyright: 2011-2013 Stephen Kitt +Copyright: 2011-2016, 2018 Stephen Kitt License: GPL-2.0+ License: GPL-2.0+ diff -Nru evtest-1.33/debian/rules evtest-1.33/debian/rules --- evtest-1.33/debian/rules 2011-04-05 08:44:05.000000000 +0000 +++ evtest-1.33/debian/rules 2018-04-23 08:08:10.000000000 +0000 @@ -9,5 +9,7 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +export DEB_BUILD_MAINT_OPTIONS = hardening=+all + %: - dh $@ --with autoreconf + dh $@ diff -Nru evtest-1.33/debian/watch evtest-1.33/debian/watch --- evtest-1.33/debian/watch 2012-05-16 19:54:15.000000000 +0000 +++ evtest-1.33/debian/watch 2018-04-23 07:51:28.000000000 +0000 @@ -1,3 +1,3 @@ version=3 -http://cgit.freedesktop.org/evtest/ /evtest/snapshot/evtest-(.*)\.tar\..* +https://cgit.freedesktop.org/evtest/ /evtest/snapshot/evtest-(.*)\.tar\..*