Hi,
I did make a NMU to 10-day/delay queue. Feel free to cancel this
upload if needed.
The debian/changelog is:
apt-show-source (0.10+nmu3) unstable; urgency=medium
* Non-maintainer upload.
* Update DH level to 9. (Closes: #800298)
* debian/compat: created.
* debian/control:
- Added the ${misc:Depends} variable to provide the right install
dependencies.
- Bumped Standards-Version to 3.9.6.
* debian/rules: disabled the DH_COMPAT line.
I attached a debdiff.
cheers,
--
Giovani Ferreira
http://softwarelivre.org/jova2
GNU/Linux user: 337388 GPG ID: 2375A66C
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-11 21:01:21.000000000
-0200
@@ -1,3 +1,16 @@
+apt-show-source (0.10+nmu3) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Update DH level to 9. (Closes: #800298)
+ * debian/compat: created.
+ * debian/control:
+ - Added the ${misc:Depends} variable to provide the right install
+ dependencies.
+ - Bumped Standards-Version to 3.9.6.
+ * debian/rules: desabled the DH_COMPAT line.
+
+ -- Giovani Augusto Ferreira <[email protected]> Fri, 11 Dec 2015 18:31:28
-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-11 18:32:18.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-11 18:58:20.000000000
-0200
@@ -2,13 +2,13 @@
Section: admin
Priority: optional
Maintainer: OHURA Makoto <[email protected]>
-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: ${misc:Depends}, ${perl:Depends}, apt
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-11 19:21:55.000000000
-0200
@@ -6,7 +6,7 @@
#export DH_VERBOSE=1
# This is the debhelper compatability version to use.
-export DH_COMPAT=1
+#export DH_COMPAT=1
ifndef PERL
PERL = /usr/bin/perl