Control: tag -1 + patch pending

Hi,

I've uploaded a non-maintainer upload to DELAYED/7 which fixes:

* RC bug #833242: Uses obsolete compressor for .deb data.tar member
* Bug #823279: Warning "Useless use of \E at /usr/bin/debtree line 612."
* A typo in the man page found by lintian.

Feel free to tell me if I should fast-forward it or delay it longer.
(Note that the upload delay is chosen so that the NMU has a chance to
propagate to testing before the buggy version gets removed from
testing. Otherwise I would have uploaded it to DELAYED/10.)

Additionally I've also pushed my changes to the branch "nmu" in the
collab-maint git repository:

  
https://anonscm.debian.org/cgit/collab-maint/debtree.git/log/?id=refs/heads/nmu

That way you can easily import my changes by doing a fast-forward
merge from that branch into the master branch. (I'll do the tagging
and that merge once the NMU has been accepted into the archive.)

Full debdiff:

diff -Nru debtree-1.0.10/debian/changelog debtree-1.0.10+nmu1/debian/changelog
--- debtree-1.0.10/debian/changelog     2012-06-22 01:17:19.000000000 +0200
+++ debtree-1.0.10+nmu1/debian/changelog        2016-11-09 01:26:57.000000000 
+0100
@@ -1,3 +1,13 @@
+debtree (1.0.10+nmu1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Remove override_dh_builddeb to no more build with deprecated bzip2
+    compression. (Closes: #833242)
+  * Guard …."\E" with "no warnings qw(misc);" (Closes: #823279)
+  * Fix typo in man page found by lintian.
+
+ -- Axel Beckert <a...@debian.org>  Wed, 09 Nov 2016 01:26:57 +0100
+
 debtree (1.0.10) unstable; urgency=low
 
   [ Thorsten Alteholz ]
diff -Nru debtree-1.0.10/debian/rules debtree-1.0.10+nmu1/debian/rules
--- debtree-1.0.10/debian/rules 2011-04-17 01:31:33.000000000 +0200
+++ debtree-1.0.10+nmu1/debian/rules    2016-11-09 00:35:44.000000000 +0100
@@ -5,6 +5,3 @@
 
 %:
        dh $@
-
-override_dh_builddeb:
-       dh_builddeb -- -Zbzip2
diff -Nru debtree-1.0.10/debtree debtree-1.0.10+nmu1/debtree
--- debtree-1.0.10/debtree      2012-06-22 00:30:16.000000000 +0200
+++ debtree-1.0.10+nmu1/debtree 2016-11-09 00:49:33.000000000 +0100
@@ -609,7 +609,9 @@
 
        my $pinfo = get_apt_pinfo($rdep, "");
        my $deps = get_apt_deps($pinfo, $dtype);
+       no warnings qw(misc);
        my $regex = "(\Q" . join("\E|\Q", @pset) . "\E)";
+       use warnings;
        for my $dep_or (split(/,/, $deps)) {
                next unless $dep_or =~ /(^|\|)$regex([| ]|$)/;
 
diff -Nru debtree-1.0.10/debtree.1 debtree-1.0.10+nmu1/debtree.1
--- debtree-1.0.10/debtree.1    2011-11-29 23:58:29.000000000 +0100
+++ debtree-1.0.10+nmu1/debtree.1       2016-11-09 01:26:57.000000000 +0100
@@ -50,7 +50,7 @@
 If a package included in an alternative dependency also needs to be displayed
 separately or is also part of some other alternative dependency set, its
 dependencies will only be included once, with the package's first occurrence.
-For the secondary occurences the package name will be shown between square
+For the secondary occurrences the package name will be shown between square
 brackets: `[...]'.
 .PP
 See also the \-\-show\-installed option below.

                Regards, Axel
-- 
 ,''`.  |  Axel Beckert <a...@debian.org>, http://people.debian.org/~abe/
: :' :  |  Debian Developer, ftp.ch.debian.org Admin
`. `'   |  4096R: 2517 B724 C5F6 CA99 5329  6E61 2FF9 CD59 6126 16B5
  `-    |  1024D: F067 EA27 26B9 C3FC 1486  202E C09E 1D89 9593 0EDE

Attachment: signature.asc
Description: Digital signature

Reply via email to