diff -Nru schedtool-1.3.0/debian/changelog schedtool-1.3.0/debian/changelog --- schedtool-1.3.0/debian/changelog 2017-07-15 15:33:00.000000000 +0000 +++ schedtool-1.3.0/debian/changelog 2018-05-14 16:55:56.000000000 +0000 @@ -1,3 +1,12 @@ +schedtool (1.3.0-3) unstable; urgency=medium + + * Migrate to Salsa. + * Change priority to “optional”. + * Switch to debhelper compatibility level 11. + * Standards-Version 4.1.4, no further change required. + + -- Stephen Kitt Mon, 14 May 2018 18:55:56 +0200 + schedtool (1.3.0-2) unstable; urgency=medium * New maintainer (Closes: #830767). @@ -52,4 +61,3 @@ * Initial release (Closes: #377546) -- Thibaut VARENE Sat, 6 Jan 2007 23:25:50 +0100 - diff -Nru schedtool-1.3.0/debian/compat schedtool-1.3.0/debian/compat --- schedtool-1.3.0/debian/compat 2017-02-24 19:42:33.000000000 +0000 +++ schedtool-1.3.0/debian/compat 2018-05-14 14:38:09.000000000 +0000 @@ -1 +1 @@ -10 +11 diff -Nru schedtool-1.3.0/debian/control schedtool-1.3.0/debian/control --- schedtool-1.3.0/debian/control 2017-07-15 15:31:04.000000000 +0000 +++ schedtool-1.3.0/debian/control 2018-05-14 16:55:40.000000000 +0000 @@ -1,11 +1,11 @@ Source: schedtool Maintainer: Stephen Kitt Section: utils -Priority: extra -Build-Depends: debhelper (>= 10) -Standards-Version: 4.0.0 -Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/schedtool.git -Vcs-Git: https://anonscm.debian.org/git/collab-maint/schedtool.git +Priority: optional +Build-Depends: debhelper (>= 11~) +Standards-Version: 4.1.4 +Vcs-Browser: https://salsa.debian.org/debian/schedtool +Vcs-Git: https://salsa.debian.org/debian/schedtool.git Package: schedtool Architecture: any diff -Nru schedtool-1.3.0/debian/rules schedtool-1.3.0/debian/rules --- schedtool-1.3.0/debian/rules 2017-02-24 19:42:33.000000000 +0000 +++ schedtool-1.3.0/debian/rules 2018-05-14 16:53:47.000000000 +0000 @@ -2,6 +2,9 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all +DPKG_EXPORT_BUILDFLAGS = 1 +include /usr/share/dpkg/buildflags.mk + %: dh $@