diff -Nru awffull-3.10.2/debian/changelog awffull-3.10.2/debian/changelog --- awffull-3.10.2/debian/changelog 2013-07-01 12:07:38.000000000 +0000 +++ awffull-3.10.2/debian/changelog 2013-10-18 17:35:33.000000000 +0000 @@ -1,3 +1,11 @@ +awffull (3.10.2-4) unstable; urgency=low + + * QA upload. + * Fix FTBFS (Closes: #724118) + * Canonicalise Vcs-Browser + + -- Marius Gavrilescu Fri, 18 Oct 2013 18:27:25 +0300 + awffull (3.10.2-3) unstable; urgency=low * QA upload. diff -Nru awffull-3.10.2/debian/control awffull-3.10.2/debian/control --- awffull-3.10.2/debian/control 2013-07-01 10:54:08.000000000 +0000 +++ awffull-3.10.2/debian/control 2013-10-18 17:35:33.000000000 +0000 @@ -8,7 +8,7 @@ libgd2-xpm-dev | libgd2-noxpm-dev Homepage: http://www.stedee.id.au/awffull/ Vcs-Git: git://anonscm.debian.org/collab-maint/awffull.git -Vcs-Browser: http://git.debian.org/?p=collab-maint/awffull.git +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/awffull.git Standards-Version: 3.9.4 Package: awffull diff -Nru awffull-3.10.2/debian/rules awffull-3.10.2/debian/rules --- awffull-3.10.2/debian/rules 2013-07-01 11:49:17.000000000 +0000 +++ awffull-3.10.2/debian/rules 2013-10-18 17:35:33.000000000 +0000 @@ -31,7 +31,8 @@ override_dh_installman: help2man $(CURDIR)/debian/awffull/usr/sbin/awffull_history_regen \ -n awffull_history_regen -s 1 \ - -o $(CURDIR)/debian/awffull_history_regen.1 + -o $(CURDIR)/debian/awffull_history_regen.1 \ + --version-string="$(shell dpkg-parsechangelog -SVersion | perl -pe chomp)" dh_installman debian/awffull_history_regen.1 .PHONY: override_dh_strip