diff -Nru m2vrequantiser-1.1/debian/changelog m2vrequantiser-1.1/debian/changelog --- m2vrequantiser-1.1/debian/changelog 2020-06-10 12:08:42.000000000 +0000 +++ m2vrequantiser-1.1/debian/changelog 2020-06-11 14:03:56.000000000 +0000 @@ -1,3 +1,20 @@ +m2vrequantiser (1.1-5) unstable; urgency=medium + + * QA upload. + * debian/control: added 'Rules-Requires-Root: no' to source stanza. + * debian/copyright: updated packaging years. + * debian/patches/: updated patches headers. + * debian/rules: + - Added DEB_BUILD_MAINT_OPTIONS variable to improve GCC hardening. + - Removed unnecessary dh argument. + * debian/tests/control: created to perform trivial CI test. + * debian/upstream/metadata: created. + * debian/watch: + - Bumped version to 4. + - Improved search regex. + + -- Fabio Augusto De Muzio Tobich Thu, 11 Jun 2020 11:03:56 -0300 + m2vrequantiser (1.1-4) unstable; urgency=medium * QA upload. diff -Nru m2vrequantiser-1.1/debian/control m2vrequantiser-1.1/debian/control --- m2vrequantiser-1.1/debian/control 2020-06-10 11:40:16.000000000 +0000 +++ m2vrequantiser-1.1/debian/control 2020-06-11 14:03:56.000000000 +0000 @@ -4,6 +4,7 @@ Maintainer: Debian QA Group Build-Depends: debhelper-compat (= 13) Standards-Version: 4.5.0 +Rules-Requires-Root: no Homepage: https://launchpad.net/m2vrequantiser Vcs-Browser: https://salsa.debian.org/debian/m2vrequantiser Vcs-Git: https://salsa.debian.org/debian/m2vrequantiser.git diff -Nru m2vrequantiser-1.1/debian/copyright m2vrequantiser-1.1/debian/copyright --- m2vrequantiser-1.1/debian/copyright 2020-06-10 11:50:49.000000000 +0000 +++ m2vrequantiser-1.1/debian/copyright 2020-06-11 14:03:56.000000000 +0000 @@ -8,8 +8,8 @@ License: GPL-2+ Files: debian/* -Copyright: 2012 Alessio Treglia - 2020 Fabio Augusto De Muzio Tobich +Copyright: 2012-2016 Alessio Treglia + 2020 Fabio Augusto De Muzio Tobich License: GPL-2+ Files: debian/manpage/create-man.sh diff -Nru m2vrequantiser-1.1/debian/patches/1001-makefile.patch m2vrequantiser-1.1/debian/patches/1001-makefile.patch --- m2vrequantiser-1.1/debian/patches/1001-makefile.patch 2020-06-10 11:10:28.000000000 +0000 +++ m2vrequantiser-1.1/debian/patches/1001-makefile.patch 2020-06-11 14:03:56.000000000 +0000 @@ -1,10 +1,6 @@ Description: Handle DESTDIR variable to properly install stuff. Author: Alessio Treglia -Forwarded: no ---- - Makefile | 10 +++++----- - 1 file changed, 5 insertions(+), 5 deletions(-) - +Last-Update: 2014-07-11 --- m2vrequantiser.orig/Makefile +++ m2vrequantiser/Makefile @@ -1,6 +1,6 @@ diff -Nru m2vrequantiser-1.1/debian/patches/1002-argc_sigsegv.patch m2vrequantiser-1.1/debian/patches/1002-argc_sigsegv.patch --- m2vrequantiser-1.1/debian/patches/1002-argc_sigsegv.patch 2020-06-10 11:10:28.000000000 +0000 +++ m2vrequantiser-1.1/debian/patches/1002-argc_sigsegv.patch 2020-06-11 14:03:56.000000000 +0000 @@ -1,10 +1,7 @@ Subject: Fix SIGSEGV. -Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=715590 -Forwarded: no ---- - main.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - +Author: Bernhard Übelacker +Bug-Debian: https://bugs.debian.org/715590 +Last-Update: 2014-07-03 --- m2vrequantiser.orig/main.c +++ m2vrequantiser/main.c @@ -2315,7 +2315,7 @@ int main (int argc, const char * argv[]) diff -Nru m2vrequantiser-1.1/debian/rules m2vrequantiser-1.1/debian/rules --- m2vrequantiser-1.1/debian/rules 2020-06-10 11:10:28.000000000 +0000 +++ m2vrequantiser-1.1/debian/rules 2020-06-11 14:03:56.000000000 +0000 @@ -1,6 +1,7 @@ #!/usr/bin/make -f +export DEB_BUILD_MAINT_OPTIONS = hardening=+all export PREFIX=/usr %: - dh $@ --parallel + dh $@ diff -Nru m2vrequantiser-1.1/debian/tests/control m2vrequantiser-1.1/debian/tests/control --- m2vrequantiser-1.1/debian/tests/control 1970-01-01 00:00:00.000000000 +0000 +++ m2vrequantiser-1.1/debian/tests/control 2020-06-11 14:03:56.000000000 +0000 @@ -0,0 +1,2 @@ +Test-Command: M2VRequantiser 2>&1 | grep -A1 Usage +Restrictions: superficial diff -Nru m2vrequantiser-1.1/debian/upstream/metadata m2vrequantiser-1.1/debian/upstream/metadata --- m2vrequantiser-1.1/debian/upstream/metadata 1970-01-01 00:00:00.000000000 +0000 +++ m2vrequantiser-1.1/debian/upstream/metadata 2020-06-11 14:03:56.000000000 +0000 @@ -0,0 +1,6 @@ +Bug-Database: https://bugs.launchpad.net/m2vrequantiser +Bug-Submit: https://bugs.launchpad.net/m2vrequantiser/+filebug +Changelog: https://code.launchpad.net/~flexiondotorg/m2vrequantiser/trunk +Homepage: https://launchpad.net/m2vrequantiser +Repository: https://code.launchpad.net/m2vrequantiser +Repository-Browse: https://bazaar.launchpad.net/~flexiondotorg/m2vrequantiser/trunk/files diff -Nru m2vrequantiser-1.1/debian/watch m2vrequantiser-1.1/debian/watch --- m2vrequantiser-1.1/debian/watch 2020-06-10 11:10:28.000000000 +0000 +++ m2vrequantiser-1.1/debian/watch 2020-06-11 14:03:56.000000000 +0000 @@ -1,3 +1,3 @@ -version=3 -https://launchpad.net/m2vrequantiser/+download \ -https://launchpad.net/m2vrequantiser/trunk/.*/\+download/M2VRequantiser-v(.*)\.tar\.gz +version=4 +https://launchpad.net/m2vrequantiser/ \ +https://launchpad.net/.*download/M2VRequantiser-v?@ANY_VERSION@@ARCHIVE_EXT@