diff -Nru aj-snapshot-0.9.6/debian/changelog aj-snapshot-0.9.6/debian/changelog --- aj-snapshot-0.9.6/debian/changelog 2016-02-12 10:01:24.000000000 +0000 +++ aj-snapshot-0.9.6/debian/changelog 2016-11-19 01:06:54.000000000 +0000 @@ -1,3 +1,20 @@ +aj-snapshot (0.9.6-3) unstable; urgency=medium + + * QA upload. + * Migrated DH level to 10. + * debian/control: + - bumped Standards-Version to 3.9.8. + * debian/copyright: + - added upstream contact. + - updated all data. + - updated the copyright rights for packaging. + * debian/patches/fixman.patch: created to add a program description + to man page. + * debian/rules: + - added DEB_BUILD_MAINT_OPTIONS variable to improve the GCC hardening. + + -- Gilmar dos Reis Queiroz Fri, 18 Nov 2016 23:06:54 -0200 + aj-snapshot (0.9.6-2) unstable; urgency=medium * Orphaning this diff -Nru aj-snapshot-0.9.6/debian/compat aj-snapshot-0.9.6/debian/compat --- aj-snapshot-0.9.6/debian/compat 2016-02-12 09:54:52.000000000 +0000 +++ aj-snapshot-0.9.6/debian/compat 2016-11-19 01:06:54.000000000 +0000 @@ -1 +1 @@ -7 +10 diff -Nru aj-snapshot-0.9.6/debian/control aj-snapshot-0.9.6/debian/control --- aj-snapshot-0.9.6/debian/control 2016-02-12 10:01:49.000000000 +0000 +++ aj-snapshot-0.9.6/debian/control 2016-11-19 01:06:54.000000000 +0000 @@ -3,12 +3,12 @@ Priority: optional Maintainer: Debian QA Group Build-Depends: - debhelper (>= 7.4.10~), + debhelper (>= 10), dh-autoreconf, libasound2-dev, libjack-dev (>= 0.107.0), libmxml-dev -Standards-Version: 3.9.3 +Standards-Version: 3.9.8 Homepage: http://aj-snapshot.sourceforge.net/ Package: aj-snapshot diff -Nru aj-snapshot-0.9.6/debian/copyright aj-snapshot-0.9.6/debian/copyright --- aj-snapshot-0.9.6/debian/copyright 2016-02-12 09:55:20.000000000 +0000 +++ aj-snapshot-0.9.6/debian/copyright 2016-11-19 01:06:54.000000000 +0000 @@ -1,13 +1,16 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Aj-snapshot +Upstream-Contact: Lieven Moors Source: http://sourceforge.net/projects/aj-snapshot/files/ Files: * -Copyright: 2009-2012 Lieven Moors +Copyright: 2009-2012 Jari Suominen + 2009-2012 Lieven Moors License: GPL-3+ Files: debian/* -Copyright: 2011-2012 Alessio Treglia +Copyright: 2011-2016 Alessio Treglia + 2016 Gilmar dos Reis Queiroz License: GPL-3+ License: GPL-3+ diff -Nru aj-snapshot-0.9.6/debian/patches/fixman.patch aj-snapshot-0.9.6/debian/patches/fixman.patch --- aj-snapshot-0.9.6/debian/patches/fixman.patch 1970-01-01 00:00:00.000000000 +0000 +++ aj-snapshot-0.9.6/debian/patches/fixman.patch 2016-11-19 01:06:54.000000000 +0000 @@ -0,0 +1,15 @@ +Description: added a program description +Author: Gilmar dos Reis Queiroz +Last-Update: 2016-11-19 + +--- aj-snapshot-0.9.6.orig/man/aj-snapshot.1 ++++ aj-snapshot-0.9.6/man/aj-snapshot.1 +@@ -3,7 +3,7 @@ + .\" + .TH AJ-SNAPSHOT 1 "NOVEMBER 2011" Linux "User Manuals" + .SH NAME +-aj-snapshot ++aj-snapshot \- command line utility to store/restore ALSA and/or JACK connections to/from an XML file + .SH SYNOPSIS + .B aj-snapshot \fR[ \fB-adfjqrx\fR ] [ \fB-p \fIpolling_interval\fR ] [ \fB-i \fIclient_name\fR ]... [ \fIFILE\fR ] + .SH DESCRIPTION diff -Nru aj-snapshot-0.9.6/debian/patches/series aj-snapshot-0.9.6/debian/patches/series --- aj-snapshot-0.9.6/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ aj-snapshot-0.9.6/debian/patches/series 2016-11-19 01:06:54.000000000 +0000 @@ -0,0 +1 @@ +fixman.patch diff -Nru aj-snapshot-0.9.6/debian/rules aj-snapshot-0.9.6/debian/rules --- aj-snapshot-0.9.6/debian/rules 2016-02-12 09:54:52.000000000 +0000 +++ aj-snapshot-0.9.6/debian/rules 2016-11-19 01:06:54.000000000 +0000 @@ -1,4 +1,6 @@ #!/usr/bin/make -f +export DEB_BUILD_MAINT_OPTIONS = hardening=+all + %: dh $@ --parallel --with autoreconf diff -Nru aj-snapshot-0.9.6/debian/watch aj-snapshot-0.9.6/debian/watch --- aj-snapshot-0.9.6/debian/watch 2016-02-12 09:54:52.000000000 +0000 +++ aj-snapshot-0.9.6/debian/watch 2016-11-19 01:06:54.000000000 +0000 @@ -1,2 +1,2 @@ -version=3 -http://sf.net/aj-snapshot/aj-snapshot-(.*)\.tar\.bz2 +version=4 +http://sf.net/aj-snapshot/aj-snapshot-(.*)\.tar\.(?:bz2|gz|xz)