diff -Nru matroxset-0.4/debian/changelog matroxset-0.4/debian/changelog --- matroxset-0.4/debian/changelog 2020-05-09 18:30:47.000000000 +0000 +++ matroxset-0.4/debian/changelog 2020-05-22 21:45:02.000000000 +0000 @@ -1,3 +1,19 @@ +matroxset (0.4-11) unstable; urgency=medium + + * QA upload. + * debian/control: added 'Rules-Requires-Root: no'. + * debian/copyright: + - added my name for debian/* files. + - removed Upstream-Contact and X-Comments. + * debian/examples: removed 'swapit' which points to unknown executable + at user directory. + * debian/patches/10-gcc.patch: added patch header. + * debian/rules: removed no longer needed variable 'DEB_LDFLAGS_MAINT_APPEND'. + * debian/tests/control: created to provide a trivial CI test. Only tests + help option, since it doesn't depend on specific hardware. + + -- Regis Fernandes Gontijo Fri, 22 May 2020 21:45:02 +0000 + matroxset (0.4-10) unstable; urgency=medium * QA upload. @@ -87,7 +103,7 @@ - (Depends): add ${misc:Depends} for debhelper. - (Standards-Version): update to 3.8.3. * debian/copyright - - Use FSF URL (FSF recomendation). + - Use FSF URL (FSF recommendation). * debian/debian-vars.mk - Delete, obsoleted by dh(1). * debian/matroxset.1.pod diff -Nru matroxset-0.4/debian/control matroxset-0.4/debian/control --- matroxset-0.4/debian/control 2020-05-09 18:30:47.000000000 +0000 +++ matroxset-0.4/debian/control 2020-05-17 02:26:08.000000000 +0000 @@ -7,6 +7,7 @@ Vcs-Browser: https://anonscm.debian.org/gitweb/?p=collab-maint/matroxset.git Vcs-Git: https://anonscm.debian.org/git/collab-maint/matroxset.git Homepage: https://www.bglug.ca/matrox_tvout +Rules-Requires-Root: no Package: matroxset Architecture: i386 amd64 diff -Nru matroxset-0.4/debian/copyright matroxset-0.4/debian/copyright --- matroxset-0.4/debian/copyright 2016-10-19 09:48:14.000000000 +0000 +++ matroxset-0.4/debian/copyright 2020-05-20 02:17:38.000000000 +0000 @@ -1,13 +1,6 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0 Upstream-Name: matroxset -Upstream-Contact: Petr Vandrovec Source: http://www.bglug.ca/matrox_tvout -X-Comment: dead upstream - Upstream homepage https://launchpad.net/~petr-vmware - NOTE: - 2009-08-16 upstream has abandoned the code 2006. - 2010-11-23 sources no longer at - . Files: * Copyright: @@ -15,10 +8,10 @@ License: GPL-2+ Files: debian/* -Copyright: - 2009-2016 Jari Aalto - 2006 Matti Pöllä - 2004 Shaun Jackman +Copyright: 2020 Regis Fernandes Gontijo + 2009-2016 Jari Aalto + 2006 Matti Pöllä + 2004 Shaun Jackman License: GPL-2+ License: GPL-2+ diff -Nru matroxset-0.4/debian/examples matroxset-0.4/debian/examples --- matroxset-0.4/debian/examples 2016-10-19 09:48:14.000000000 +0000 +++ matroxset-0.4/debian/examples 2020-05-17 02:12:23.000000000 +0000 @@ -1,3 +1,2 @@ normal -swapit swapped diff -Nru matroxset-0.4/debian/patches/10-gcc.patch matroxset-0.4/debian/patches/10-gcc.patch --- matroxset-0.4/debian/patches/10-gcc.patch 2016-10-19 09:48:14.000000000 +0000 +++ matroxset-0.4/debian/patches/10-gcc.patch 2020-05-20 04:11:09.000000000 +0000 @@ -1,9 +1,11 @@ -Subject: Gcc 4.6.2 hardened build flags fix -From: Jari Aalto - ---- a/matroxset.c -+++ b/matroxset.c -@@ -335,14 +335,14 @@ +Description: Gcc 4.6.2 hardened build flags fix +Author: Jari Aalto +Last-Update: 2012-02-13 +Index: matroxset-0.4/matroxset.c +=================================================================== +--- matroxset-0.4.orig/matroxset.c ++++ matroxset-0.4/matroxset.c +@@ -335,14 +335,14 @@ int main(int argc, char* argv[]) { int ap = 0; for (ptr = vals; ptr->msg; ptr++) { if (vbl.flags & ptr->mask) { diff -Nru matroxset-0.4/debian/rules matroxset-0.4/debian/rules --- matroxset-0.4/debian/rules 2016-10-19 09:48:14.000000000 +0000 +++ matroxset-0.4/debian/rules 2020-05-17 02:32:27.000000000 +0000 @@ -5,7 +5,6 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic -export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed man: $(MAKE) -C debian -f pod2man.mk PACKAGE=$(PACKAGE) MANSECT=1 makeman diff -Nru matroxset-0.4/debian/tests/control matroxset-0.4/debian/tests/control --- matroxset-0.4/debian/tests/control 1970-01-01 00:00:00.000000000 +0000 +++ matroxset-0.4/debian/tests/control 2020-05-22 21:41:09.000000000 +0000 @@ -0,0 +1 @@ +Test-Command: matroxset -h 2>&1 | grep usage