diff -Nru apt-show-source-0.10+nmu2/debian/changelog apt-show-source-0.10+nmu3/debian/changelog --- apt-show-source-0.10+nmu2/debian/changelog 2015-09-02 04:40:50.000000000 -0300 +++ apt-show-source-0.10+nmu3/debian/changelog 2015-12-20 12:44:43.000000000 -0200 @@ -1,3 +1,17 @@ +apt-show-source (0.10+nmu3) unstable; urgency=medium + + * Non-maintainer upload. + * Update DH level to 9 to avoid a FTBFS. (Closes: #800298). + * debian/compat: updated to 9. + * debian/control: + - Added the ${misc:Depends} variable to provide the + right install dependencies. + - Bumped to Standard-Version 3.9.6. + * debian/rules: removed the DH_COMPAT to avoid the conflict + with compat version 9. + + -- Raphael Mota Ramos Sun, 20 Dec 2015 11:30:31 -0200 + apt-show-source (0.10+nmu2) unstable; urgency=medium * Non-maintainer upload. diff -Nru apt-show-source-0.10+nmu2/debian/compat apt-show-source-0.10+nmu3/debian/compat --- apt-show-source-0.10+nmu2/debian/compat 1969-12-31 21:00:00.000000000 -0300 +++ apt-show-source-0.10+nmu3/debian/compat 2015-12-20 11:35:15.000000000 -0200 @@ -0,0 +1 @@ +9 diff -Nru apt-show-source-0.10+nmu2/debian/control apt-show-source-0.10+nmu3/debian/control --- apt-show-source-0.10+nmu2/debian/control 2015-08-20 17:09:41.000000000 -0300 +++ apt-show-source-0.10+nmu3/debian/control 2015-12-20 11:36:08.000000000 -0200 @@ -2,13 +2,13 @@ Section: admin Priority: optional Maintainer: OHURA Makoto -Standards-Version: 3.5.9 +Standards-Version: 3.9.6 Build-Depends-Indep: perl -Build-Depends: debhelper +Build-Depends: debhelper (>= 9) Package: apt-show-source Architecture: all -Depends: ${perl:Depends}, apt +Depends: ${perl:Depends}, apt, ${misc:Depends} Description: Shows source-package information This program parses the APT lists for source packages and the dpkg status file and then lists every package with a different diff -Nru apt-show-source-0.10+nmu2/debian/rules apt-show-source-0.10+nmu3/debian/rules --- apt-show-source-0.10+nmu2/debian/rules 2015-08-20 17:08:39.000000000 -0300 +++ apt-show-source-0.10+nmu3/debian/rules 2015-12-20 12:38:13.000000000 -0200 @@ -6,7 +6,6 @@ #export DH_VERBOSE=1 # This is the debhelper compatability version to use. -export DH_COMPAT=1 ifndef PERL PERL = /usr/bin/perl