[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#780016: marked as done (unblock: debhelper/9.20150101)



Your message dated Sun, 8 Mar 2015 11:22:47 +0100
with message-id <20150308102246.GA13627@ugent.be>
and subject line Re: Bug#780016: unblock: debhelper/9.20150101
has caused the Debian Bug report #780016,
regarding unblock: debhelper/9.20150101
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
780016: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=780016
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please consider unblocking debhelper/9.20150101 as we now have packages
in testing Build-depending on it.

The abridged version of the changes are:
 * Documentation updates and typo fixes
   - Admittedly, this introduces a new translated string.
 * Bump minimum version for dpkg for symlink_to_dir and dir_to_symlink
   dpkg-maintscripts.
 * Noise in po and pot files due to line number changes.
 * Emit a warning (or in compat >= 10, an error) when using --link-doc
   between an arch:all and an arch:any package.
   - To my knowledge, no package (except debhelper itself) is using
     compat 10.

If there any of the above changes you consider unsuitable, let me know
so I can revert them (modulo the noise in the po and pot file, which
might be a larger change those files are updated by the clean target).

Attached a debdiff of the changes (extracted by "d").  I have
deliberately retained the po and pot changes due to string change.

~Niels
Base version: debhelper_9.20141022 from testing
Target version: debhelper_9.20150101 from unstable

No hints in place.

Excuses:

debhelper (9.20141022 to 9.20150101)
    Maintainer: Debhelper Maintainers
    65 days old (needed 5 days)
    Not touching package due to block request by freeze (check https://release.debian.org/jessie/freeze_policy.html if update is needed)
    Not considered

 .gitattributes            |    1 
 debhelper.pod             |    8 ++-
 debian/changelog          |   49 ++++++++++++++++++++
 debian/control            |    2 
 dh_installdeb             |    4 -
 dh_installdocs            |   11 ++++
 dh_installman             |    2 
 man/po4a/po/de.po         |  108 ++++++++++++++++++++++++----------------------
 man/po4a/po/debhelper.pot |  102 +++++++++++++++++++++++--------------------
 man/po4a/po/es.po         |  108 ++++++++++++++++++++++++----------------------
 man/po4a/po/fr.po         |  108 ++++++++++++++++++++++++----------------------
 man/po4a/po/pt.po         |  108 ++++++++++++++++++++++++----------------------
 12 files changed, 358 insertions(+), 253 deletions(-)

gpgv: keyblock resource `/home/nthykier/.gnupg/trustedkeys.gpg': file open error
gpgv: Signature made 2014-10-22T19:03:47 UTC using RSA key ID 2512E3C7
gpgv: Can't check signature: public key not found
dpkg-source: warning: failed to verify signature on /tmp/tmpM6vzxl/debhelper_9.20141022.dsc
gpgv: keyblock resource `/home/nthykier/.gnupg/trustedkeys.gpg': file open error
gpgv: Signature made 2015-01-01T16:21:46 UTC using RSA key ID 7D806442
gpgv: Can't check signature: public key not found
dpkg-source: warning: failed to verify signature on /tmp/tmpM6vzxl/debhelper_9.20150101.dsc
diff -Nru debhelper-9.20141022/debhelper.pod debhelper-9.20150101/debhelper.pod
--- debhelper-9.20141022/debhelper.pod	2014-10-10 21:25:15.000000000 +0000
+++ debhelper-9.20150101/debhelper.pod	2014-12-29 09:14:08.000000000 +0000
@@ -532,12 +532,18 @@
 
 Changes from v9 are:
 
+=over 8
+
 =item -
 
 B<dh_installinit> will no longer install a file named debian/I<package>
 as an init script.
 
-=over 8
+=item -
+
+B<dh_installdocs> will error out if it detects links created with
+--link-doc between packages of architecture "all" and non-"all" as it
+breaks binNMUs.
 
 =item -
 
diff -Nru debhelper-9.20141022/debian/changelog debhelper-9.20150101/debian/changelog
--- debhelper-9.20141022/debian/changelog	2014-10-22 18:43:30.000000000 +0000
+++ debhelper-9.20150101/debian/changelog	2015-01-01 16:17:45.000000000 +0000
@@ -1,3 +1,52 @@
+debhelper (9.20150101) unstable; urgency=medium
+
+  [ Niels Thykier ]
+  * Revert detection of unsafe binNMUs under compat 9 and
+    earlier.  It had some false-positives.  (Closes: #773965)
+
+  [ Axel Beckert ]
+  * Document that dh_installdocs will error out on --link-doc
+    between arch:all and arch:any packages in man 7 debhelper.
+
+ -- Niels Thykier <niels@thykier.net>  Thu, 01 Jan 2015 17:05:01 +0100
+
+debhelper (9.20141222) unstable; urgency=medium
+
+  * Add missing entry about #747141.
+  * Fix typo in comment in dh_installman.  Thanks to Raphael
+    Geissert for spotting it.  (Closes: #772502)
+
+ -- Niels Thykier <niels@thykier.net>  Mon, 22 Dec 2014 01:02:52 +0100
+
+debhelper (9.20141221) unstable; urgency=medium
+
+  [ Niels Thykier ]
+  * New debhelper maintainers.  (Closes: #768507)
+    - Add Niels Thykier to uploaders.
+  * dh_installdeb: Raise required dpkg version for dir_to_symlink to
+    1.17.13 (see #769843, msg #10).  Thanks to Guillem Jover.
+  * Refuse to build packages using --link-doc between arch:any and
+    arch:all packages (or vice versa) as it results in broken
+    packages.
+    - In compat 9 or less: Only during an actual binNMU.
+    - In compat 10 or newer: Unconditionally.
+    (Closes: #747141)
+
+  [ Bernhard R. Link ]
+    - Add Bernhard Link to uploaders.
+
+  [ Axel Beckert ]
+  * dh_installdeb: Raise required dpkg version for symlink_to_dir to
+    1.17.14. It is needed in case of relative symlinks. (Closes: #770245)
+
+ -- Niels Thykier <niels@thykier.net>  Sun, 21 Dec 2014 21:21:18 +0100
+
+debhelper (9.20141107) unstable; urgency=medium
+
+  * I'm leaving Debian, and Debhelper needs a new maintainer.
+
+ -- Joey Hess <joeyh@debian.org>  Fri, 07 Nov 2014 17:15:10 -0400
+
 debhelper (9.20141022) unstable; urgency=low
 
   * dh_installdeb: Sort conffile list so there is a stable order for
diff -Nru debhelper-9.20141022/debian/control debhelper-9.20150101/debian/control
--- debhelper-9.20141022/debian/control	2014-10-10 21:25:18.000000000 +0000
+++ debhelper-9.20150101/debian/control	2014-12-21 20:20:24.000000000 +0000
@@ -2,7 +2,7 @@
 Section: devel
 Priority: optional
 Maintainer: Debhelper Maintainers <debhelper-devel@lists.alioth.debian.org>
-Uploaders: Joey Hess <joeyh@debian.org>
+Uploaders: Niels Thykier <niels@thykier.net>, Bernhard R. Link <brlink@debian.org>, Tianon Gravi <admwiggin@gmail.com>
 Build-Depends: po4a (>= 0.24)
 Standards-Version: 3.9.6
 Vcs-Git: git://git.debian.org/git/debhelper/debhelper.git
diff -Nru debhelper-9.20141022/dh_installdeb debhelper-9.20150101/dh_installdeb
--- debhelper-9.20141022/dh_installdeb	2014-10-22 18:42:04.000000000 +0000
+++ debhelper-9.20150101/dh_installdeb	2014-12-21 20:20:24.000000000 +0000
@@ -69,8 +69,8 @@
 my %maintscript_predeps = (
 	"rm_conffile" => "",
 	"mv_conffile" => "",
-	"symlink_to_dir" => "1.17.5",
-	"dir_to_symlink" => "1.17.5",
+	"symlink_to_dir" => "1.17.14",
+	"dir_to_symlink" => "1.17.13",
 );
 
 foreach my $package (@{$dh{DOPACKAGES}}) {
diff -Nru debhelper-9.20141022/dh_installdocs debhelper-9.20150101/dh_installdocs
--- debhelper-9.20141022/dh_installdocs	2014-07-02 20:51:27.000000000 +0000
+++ debhelper-9.20150101/dh_installdocs	2014-12-29 09:19:27.000000000 +0000
@@ -158,6 +158,8 @@
 	"link-doc=s" => \$dh{LINK_DOC},
 });
 
+my $called_getpackages = 0;
+
 foreach my $package (@{$dh{DOPACKAGES}}) {
 	next if is_udeb($package);
 	
@@ -166,6 +168,15 @@
 	my $link_doc=($dh{LINK_DOC} && $dh{LINK_DOC} ne $package);
 
 	if ($link_doc) {
+		getpackages('both') unless $called_getpackages++;
+
+		if (package_arch($package) ne package_arch($dh{LINK_DOC})) {
+			if (compat(9)) {
+				warning("WARNING: --link-doc between architecture all and not all packages breaks binNMUs");
+			} else {
+				error("--link-doc not allowed between ${package} and $dh{LINK_DOC} (one is arch:all and the other not)");
+			}
+		}
 		# Make sure that the parent directory exists.
 		if (! -d "$tmp/usr/share/doc" && ! -l "$tmp/usr/share/doc") {
 			doit("install","-g",0,"-o",0,"-d","$tmp/usr/share/doc");
diff -Nru debhelper-9.20141022/dh_installman debhelper-9.20150101/dh_installman
--- debhelper-9.20141022/dh_installman	2014-07-02 20:51:27.000000000 +0000
+++ debhelper-9.20150101/dh_installman	2014-12-21 23:54:19.000000000 +0000
@@ -219,7 +219,7 @@
 
 # Check if a file is a .so man page, for use by File::Find.
 sub find_so_man {
-	# The -s test is becuase a .so file tends to be small. We don't want
+	# The -s test is because a .so file tends to be small. We don't want
 	# to open every man page. 1024 is arbitrary.
 	if (! -f $_ || -s $_ > 1024 || -s == 0) {
 		return;
diff -Nru debhelper-9.20141022/.gitattributes debhelper-9.20150101/.gitattributes
--- debhelper-9.20141022/.gitattributes	2014-07-02 20:51:27.000000000 +0000
+++ debhelper-9.20150101/.gitattributes	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-debian/changelog merge=dpkg-mergechangelogs
diff -Nru debhelper-9.20141022/man/po4a/po/debhelper.pot debhelper-9.20150101/man/po4a/po/debhelper.pot
--- debhelper-9.20141022/man/po4a/po/debhelper.pot	2014-10-22 18:43:58.000000000 +0000
+++ debhelper-9.20150101/man/po4a/po/debhelper.pot	2015-01-01 16:08:13.000000000 +0000
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2014-10-03 15:16-0400\n"
+"POT-Creation-Date: 2015-01-01 16:08+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -624,7 +624,7 @@
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:314 debhelper.pod:319 debhelper.pod:323 debhelper.pod:337 debhelper.pod:342 debhelper.pod:347 debhelper.pod:352 debhelper.pod:366 debhelper.pod:370 debhelper.pod:375 debhelper.pod:379 debhelper.pod:391 debhelper.pod:396 debhelper.pod:402 debhelper.pod:408 debhelper.pod:421 debhelper.pod:428 debhelper.pod:432 debhelper.pod:436 debhelper.pod:449 debhelper.pod:453 debhelper.pod:461 debhelper.pod:466 debhelper.pod:480 debhelper.pod:485 debhelper.pod:492 debhelper.pod:497 debhelper.pod:502 debhelper.pod:506 debhelper.pod:512 debhelper.pod:517 debhelper.pod:522 debhelper.pod:535 debhelper.pod:542
+#: debhelper.pod:314 debhelper.pod:319 debhelper.pod:323 debhelper.pod:337 debhelper.pod:342 debhelper.pod:347 debhelper.pod:352 debhelper.pod:366 debhelper.pod:370 debhelper.pod:375 debhelper.pod:379 debhelper.pod:391 debhelper.pod:396 debhelper.pod:402 debhelper.pod:408 debhelper.pod:421 debhelper.pod:428 debhelper.pod:432 debhelper.pod:436 debhelper.pod:449 debhelper.pod:453 debhelper.pod:461 debhelper.pod:466 debhelper.pod:480 debhelper.pod:485 debhelper.pod:492 debhelper.pod:497 debhelper.pod:502 debhelper.pod:506 debhelper.pod:512 debhelper.pod:517 debhelper.pod:522 debhelper.pod:537 debhelper.pod:542 debhelper.pod:548
 msgid "-"
 msgstr ""
 
@@ -929,7 +929,7 @@
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:537
+#: debhelper.pod:539
 msgid ""
 "B<dh_installinit> will no longer install a file named debian/I<package> as "
 "an init script."
@@ -938,6 +938,14 @@
 #. type: textblock
 #: debhelper.pod:544
 msgid ""
+"B<dh_installdocs> will error out if it detects links created with --link-doc "
+"between packages of architecture \"all\" and non-\"all\" as it breaks "
+"binNMUs."
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:550
+msgid ""
 "B<dh> no longer creates the package build directory when skipping running "
 "debhelper commands. This will not affect packages that only build with "
 "debhelper commands, but it may expose bugs in commands not included in "
@@ -945,17 +953,17 @@
 msgstr ""
 
 #. type: =head1
-#: debhelper.pod:553 dh_auto_test:45 dh_installcatalogs:59 dh_installdocs:121 dh_installemacsen:72 dh_installexamples:53 dh_installinit:140 dh_installman:82 dh_installmodules:54 dh_installudev:55 dh_installwm:54 dh_installxfonts:37 dh_movefiles:64 dh_strip:68 dh_usrlocal:49
+#: debhelper.pod:559 dh_auto_test:45 dh_installcatalogs:59 dh_installdocs:121 dh_installemacsen:72 dh_installexamples:53 dh_installinit:140 dh_installman:82 dh_installmodules:54 dh_installudev:55 dh_installwm:54 dh_installxfonts:37 dh_movefiles:64 dh_strip:68 dh_usrlocal:49
 msgid "NOTES"
 msgstr ""
 
 #. type: =head2
-#: debhelper.pod:555
+#: debhelper.pod:561
 msgid "Multiple binary package support"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:557
+#: debhelper.pod:563
 msgid ""
 "If your source package generates more than one binary package, debhelper "
 "programs will default to acting on all binary packages when run. If your "
@@ -967,7 +975,7 @@
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:565
+#: debhelper.pod:571
 msgid ""
 "To facilitate this, as well as give you more control over which packages are "
 "acted on by debhelper programs, all debhelper programs accept the B<-a>, "
@@ -977,7 +985,7 @@
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:571
+#: debhelper.pod:577
 msgid ""
 "First, any package whose B<Architecture> field in B<debian/control> does not "
 "match the build architecture will be excluded (L<Debian Policy, section "
@@ -985,7 +993,7 @@
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:575
+#: debhelper.pod:581
 msgid ""
 "Also, some additional packages may be excluded based on the contents of the "
 "B<DEB_BUILD_PROFILES> environment variable and B<Build-Profiles> fields in "
@@ -994,12 +1002,12 @@
 msgstr ""
 
 #. type: =head2
-#: debhelper.pod:580
+#: debhelper.pod:586
 msgid "Automatic generation of Debian install scripts"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:582
+#: debhelper.pod:588
 msgid ""
 "Some debhelper commands will automatically generate parts of Debian "
 "maintainer scripts. If you want these automatically generated things "
@@ -1010,21 +1018,21 @@
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:589
+#: debhelper.pod:595
 msgid ""
 "If a script does not exist at all and debhelper needs to add something to "
 "it, then debhelper will create the complete script."
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:592
+#: debhelper.pod:598
 msgid ""
 "All debhelper commands that automatically generate code in this way let it "
 "be disabled by the -n parameter (see above)."
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:595
+#: debhelper.pod:601
 msgid ""
 "Note that the inserted code will be shell code, so you cannot directly use "
 "it in a Perl script. If you would like to embed it into a Perl script, here "
@@ -1033,7 +1041,7 @@
 msgstr ""
 
 #. type: verbatim
-#: debhelper.pod:600
+#: debhelper.pod:606
 #, no-wrap
 msgid ""
 "  my $temp=\"set -e\\nset -- @ARGV\\n\" . << 'EOF';\n"
@@ -1045,12 +1053,12 @@
 msgstr ""
 
 #. type: =head2
-#: debhelper.pod:606
+#: debhelper.pod:612
 msgid "Automatic generation of miscellaneous dependencies."
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:608
+#: debhelper.pod:614
 msgid ""
 "Some debhelper commands may make the generated package need to depend on "
 "some other packages. For example, if you use L<dh_installdebconf(1)>, your "
@@ -1062,7 +1070,7 @@
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:616
+#: debhelper.pod:622
 msgid ""
 "All commands of this type, besides documenting what dependencies may be "
 "needed on their man pages, will automatically generate a substvar called "
@@ -1071,7 +1079,7 @@
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:621
+#: debhelper.pod:627
 msgid ""
 "This is entirely independent of the standard B<${shlibs:Depends}> generated "
 "by L<dh_makeshlibs(1)>, and the B<${perl:Depends}> generated by "
@@ -1080,19 +1088,19 @@
 msgstr ""
 
 #. type: =head2
-#: debhelper.pod:626
+#: debhelper.pod:632
 msgid "Package build directories"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:628
+#: debhelper.pod:634
 msgid ""
 "By default, all debhelper programs assume that the temporary directory used "
 "for assembling the tree of files in a package is debian/I<package>."
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:631
+#: debhelper.pod:637
 msgid ""
 "Sometimes, you might want to use some other temporary directory. This is "
 "supported by the B<-P> flag. For example, \"B<dh_installdocs "
@@ -1104,12 +1112,12 @@
 msgstr ""
 
 #. type: =head2
-#: debhelper.pod:639
+#: debhelper.pod:645
 msgid "udebs"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:641
+#: debhelper.pod:647
 msgid ""
 "Debhelper includes support for udebs. To create a udeb with debhelper, add "
 "\"B<Package-Type: udeb>\" to the package's stanza in F<debian/control>.  "
@@ -1120,70 +1128,70 @@
 msgstr ""
 
 #. type: =head1
-#: debhelper.pod:648
+#: debhelper.pod:654
 msgid "ENVIRONMENT"
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:652
+#: debhelper.pod:658
 msgid "B<DH_VERBOSE>"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:654
+#: debhelper.pod:660
 msgid ""
 "Set to B<1> to enable verbose mode. Debhelper will output every command it "
 "runs. Also enables verbose build logs for some build systems like autoconf."
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:657
+#: debhelper.pod:663
 msgid "B<DH_COMPAT>"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:659
+#: debhelper.pod:665
 msgid ""
 "Temporarily specifies what compatibility level debhelper should run at, "
 "overriding any value in F<debian/compat>."
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:662
+#: debhelper.pod:668
 msgid "B<DH_NO_ACT>"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:664
+#: debhelper.pod:670
 msgid "Set to B<1> to enable no-act mode."
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:666
+#: debhelper.pod:672
 msgid "B<DH_OPTIONS>"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:668
+#: debhelper.pod:674
 msgid ""
 "Anything in this variable will be prepended to the command line arguments of "
 "all debhelper commands."
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:671
+#: debhelper.pod:677
 msgid ""
 "When using L<dh(1)>, it can be passed options that will be passed on to each "
 "debhelper command, which is generally better than using DH_OPTIONS."
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:674
+#: debhelper.pod:680
 msgid "B<DH_ALWAYS_EXCLUDE>"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:676
+#: debhelper.pod:682
 msgid ""
 "If set, this adds the value the variable is set to to the B<-X> options of "
 "all commands that support the B<-X> option. Moreover, B<dh_builddeb> will "
@@ -1191,7 +1199,7 @@
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:680
+#: debhelper.pod:686
 msgid ""
 "This can be useful if you are doing a build from a CVS source tree, in which "
 "case setting B<DH_ALWAYS_EXCLUDE=CVS> will prevent any CVS directories from "
@@ -1202,44 +1210,44 @@
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:687
+#: debhelper.pod:693
 msgid ""
 "Multiple things to exclude can be separated with colons, as in "
 "B<DH_ALWAYS_EXCLUDE=CVS:.svn>"
 msgstr ""
 
 #. type: =head1
-#: debhelper.pod:692 dh:972 dh_auto_build:47 dh_auto_clean:50 dh_auto_configure:52 dh_auto_install:92 dh_auto_test:63 dh_bugfiles:124 dh_builddeb:124 dh_clean:147 dh_compress:210 dh_desktop:31 dh_fixperms:131 dh_gconf:101 dh_gencontrol:78 dh_icons:71 dh_install:260 dh_installcatalogs:122 dh_installchangelogs:241 dh_installcron:79 dh_installdeb:142 dh_installdebconf:128 dh_installdirs:88 dh_installdocs:337 dh_installemacsen:141 dh_installexamples:108 dh_installifupdown:71 dh_installinfo:77 dh_installinit:324 dh_installlogcheck:80 dh_installlogrotate:52 dh_installman:263 dh_installmanpages:197 dh_installmenu:89 dh_installmime:63 dh_installmodules:115 dh_installpam:61 dh_installppp:67 dh_installudev:117 dh_installwm:110 dh_installxfonts:89 dh_link:228 dh_lintian:59 dh_listpackages:30 dh_makeshlibs:264 dh_md5sums:90 dh_movefiles:170 dh_perl:152 dh_prep:60 dh_scrollkeeper:28 dh_shlibdeps:152 dh_strip:242 dh_suidregister:117 dh_testdir:53 dh_testroot:27 dh_undocumented:28 dh_usrlocal:116
+#: debhelper.pod:698 dh:972 dh_auto_build:47 dh_auto_clean:50 dh_auto_configure:52 dh_auto_install:92 dh_auto_test:63 dh_bugfiles:124 dh_builddeb:124 dh_clean:147 dh_compress:210 dh_desktop:31 dh_fixperms:131 dh_gconf:101 dh_gencontrol:78 dh_icons:71 dh_install:260 dh_installcatalogs:122 dh_installchangelogs:241 dh_installcron:79 dh_installdeb:142 dh_installdebconf:128 dh_installdirs:88 dh_installdocs:348 dh_installemacsen:141 dh_installexamples:108 dh_installifupdown:71 dh_installinfo:77 dh_installinit:324 dh_installlogcheck:80 dh_installlogrotate:52 dh_installman:263 dh_installmanpages:197 dh_installmenu:89 dh_installmime:63 dh_installmodules:115 dh_installpam:61 dh_installppp:67 dh_installudev:117 dh_installwm:110 dh_installxfonts:89 dh_link:228 dh_lintian:59 dh_listpackages:30 dh_makeshlibs:264 dh_md5sums:90 dh_movefiles:170 dh_perl:152 dh_prep:60 dh_scrollkeeper:28 dh_shlibdeps:152 dh_strip:242 dh_suidregister:117 dh_testdir:53 dh_testroot:27 dh_undocumented:28 dh_usrlocal:116
 msgid "SEE ALSO"
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:696
+#: debhelper.pod:702
 msgid "F</usr/share/doc/debhelper/examples/>"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:698
+#: debhelper.pod:704
 msgid "A set of example F<debian/rules> files that use debhelper."
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:700
+#: debhelper.pod:706
 msgid "L<http://joeyh.name/code/debhelper/>"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:702
+#: debhelper.pod:708
 msgid "Debhelper web site."
 msgstr ""
 
 #. type: =head1
-#: debhelper.pod:706 dh:978 dh_auto_build:53 dh_auto_clean:56 dh_auto_configure:58 dh_auto_install:98 dh_auto_test:69 dh_bugfiles:132 dh_builddeb:130 dh_clean:153 dh_compress:216 dh_desktop:37 dh_fixperms:137 dh_gconf:107 dh_gencontrol:84 dh_icons:77 dh_install:266 dh_installcatalogs:128 dh_installchangelogs:247 dh_installcron:85 dh_installdeb:148 dh_installdebconf:134 dh_installdirs:94 dh_installdocs:343 dh_installemacsen:148 dh_installexamples:114 dh_installifupdown:77 dh_installinfo:83 dh_installlogcheck:86 dh_installlogrotate:58 dh_installman:269 dh_installmanpages:203 dh_installmenu:97 dh_installmime:69 dh_installmodules:121 dh_installpam:67 dh_installppp:73 dh_installudev:123 dh_installwm:116 dh_installxfonts:95 dh_link:234 dh_lintian:67 dh_listpackages:36 dh_makeshlibs:270 dh_md5sums:96 dh_movefiles:176 dh_perl:158 dh_prep:66 dh_scrollkeeper:34 dh_shlibdeps:158 dh_strip:248 dh_suidregister:123 dh_testdir:59 dh_testroot:33 dh_undocumented:34 dh_usrlocal:122
+#: debhelper.pod:712 dh:978 dh_auto_build:53 dh_auto_clean:56 dh_auto_configure:58 dh_auto_install:98 dh_auto_test:69 dh_bugfiles:132 dh_builddeb:130 dh_clean:153 dh_compress:216 dh_desktop:37 dh_fixperms:137 dh_gconf:107 dh_gencontrol:84 dh_icons:77 dh_install:266 dh_installcatalogs:128 dh_installchangelogs:247 dh_installcron:85 dh_installdeb:148 dh_installdebconf:134 dh_installdirs:94 dh_installdocs:354 dh_installemacsen:148 dh_installexamples:114 dh_installifupdown:77 dh_installinfo:83 dh_installlogcheck:86 dh_installlogrotate:58 dh_installman:269 dh_installmanpages:203 dh_installmenu:97 dh_installmime:69 dh_installmodules:121 dh_installpam:67 dh_installppp:73 dh_installudev:123 dh_installwm:116 dh_installxfonts:95 dh_link:234 dh_lintian:67 dh_listpackages:36 dh_makeshlibs:270 dh_md5sums:96 dh_movefiles:176 dh_perl:158 dh_prep:66 dh_scrollkeeper:34 dh_shlibdeps:158 dh_strip:248 dh_suidregister:123 dh_testdir:59 dh_testroot:33 dh_undocumented:34 dh_usrlocal:122
 msgid "AUTHOR"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:708 dh:980 dh_auto_build:55 dh_auto_clean:58 dh_auto_configure:60 dh_auto_install:100 dh_auto_test:71 dh_builddeb:132 dh_clean:155 dh_compress:218 dh_fixperms:139 dh_gencontrol:86 dh_install:268 dh_installchangelogs:249 dh_installcron:87 dh_installdeb:150 dh_installdebconf:136 dh_installdirs:96 dh_installdocs:345 dh_installemacsen:150 dh_installexamples:116 dh_installifupdown:79 dh_installinfo:85 dh_installinit:332 dh_installlogrotate:60 dh_installman:271 dh_installmanpages:205 dh_installmenu:99 dh_installmime:71 dh_installmodules:123 dh_installpam:69 dh_installppp:75 dh_installudev:125 dh_installwm:118 dh_installxfonts:97 dh_link:236 dh_listpackages:38 dh_makeshlibs:272 dh_md5sums:98 dh_movefiles:178 dh_prep:68 dh_shlibdeps:160 dh_strip:250 dh_suidregister:125 dh_testdir:61 dh_testroot:35 dh_undocumented:36
+#: debhelper.pod:714 dh:980 dh_auto_build:55 dh_auto_clean:58 dh_auto_configure:60 dh_auto_install:100 dh_auto_test:71 dh_builddeb:132 dh_clean:155 dh_compress:218 dh_fixperms:139 dh_gencontrol:86 dh_install:268 dh_installchangelogs:249 dh_installcron:87 dh_installdeb:150 dh_installdebconf:136 dh_installdirs:96 dh_installdocs:356 dh_installemacsen:150 dh_installexamples:116 dh_installifupdown:79 dh_installinfo:85 dh_installinit:332 dh_installlogrotate:60 dh_installman:271 dh_installmanpages:205 dh_installmenu:99 dh_installmime:71 dh_installmodules:123 dh_installpam:69 dh_installppp:75 dh_installudev:125 dh_installwm:118 dh_installxfonts:97 dh_link:236 dh_listpackages:38 dh_makeshlibs:272 dh_md5sums:98 dh_movefiles:178 dh_prep:68 dh_shlibdeps:160 dh_strip:250 dh_suidregister:125 dh_testdir:61 dh_testroot:35 dh_undocumented:36
 msgid "Joey Hess <joeyh@debian.org>"
 msgstr ""
 
@@ -1763,12 +1771,12 @@
 msgstr ""
 
 #. type: textblock
-#: dh:974 dh_auto_build:49 dh_auto_clean:52 dh_auto_configure:54 dh_auto_install:94 dh_auto_test:65 dh_builddeb:126 dh_clean:149 dh_compress:212 dh_fixperms:133 dh_gconf:103 dh_gencontrol:80 dh_install:262 dh_installcatalogs:124 dh_installchangelogs:243 dh_installcron:81 dh_installdeb:144 dh_installdebconf:130 dh_installdirs:90 dh_installdocs:339 dh_installexamples:110 dh_installifupdown:73 dh_installinfo:79 dh_installinit:326 dh_installlogcheck:82 dh_installlogrotate:54 dh_installman:265 dh_installmanpages:199 dh_installmime:65 dh_installmodules:117 dh_installpam:63 dh_installppp:69 dh_installudev:119 dh_installwm:112 dh_installxfonts:91 dh_link:230 dh_listpackages:32 dh_makeshlibs:266 dh_md5sums:92 dh_movefiles:172 dh_perl:154 dh_prep:62 dh_strip:244 dh_suidregister:119 dh_testdir:55 dh_testroot:29 dh_undocumented:30 dh_usrlocal:118
+#: dh:974 dh_auto_build:49 dh_auto_clean:52 dh_auto_configure:54 dh_auto_install:94 dh_auto_test:65 dh_builddeb:126 dh_clean:149 dh_compress:212 dh_fixperms:133 dh_gconf:103 dh_gencontrol:80 dh_install:262 dh_installcatalogs:124 dh_installchangelogs:243 dh_installcron:81 dh_installdeb:144 dh_installdebconf:130 dh_installdirs:90 dh_installdocs:350 dh_installexamples:110 dh_installifupdown:73 dh_installinfo:79 dh_installinit:326 dh_installlogcheck:82 dh_installlogrotate:54 dh_installman:265 dh_installmanpages:199 dh_installmime:65 dh_installmodules:117 dh_installpam:63 dh_installppp:69 dh_installudev:119 dh_installwm:112 dh_installxfonts:91 dh_link:230 dh_listpackages:32 dh_makeshlibs:266 dh_md5sums:92 dh_movefiles:172 dh_perl:154 dh_prep:62 dh_strip:244 dh_suidregister:119 dh_testdir:55 dh_testroot:29 dh_undocumented:30 dh_usrlocal:118
 msgid "L<debhelper(7)>"
 msgstr ""
 
 #. type: textblock
-#: dh:976 dh_auto_build:51 dh_auto_clean:54 dh_auto_configure:56 dh_auto_install:96 dh_auto_test:67 dh_bugfiles:130 dh_builddeb:128 dh_clean:151 dh_compress:214 dh_desktop:35 dh_fixperms:135 dh_gconf:105 dh_gencontrol:82 dh_icons:75 dh_install:264 dh_installchangelogs:245 dh_installcron:83 dh_installdeb:146 dh_installdebconf:132 dh_installdirs:92 dh_installdocs:341 dh_installemacsen:146 dh_installexamples:112 dh_installifupdown:75 dh_installinfo:81 dh_installinit:328 dh_installlogrotate:56 dh_installman:267 dh_installmanpages:201 dh_installmenu:95 dh_installmime:67 dh_installmodules:119 dh_installpam:65 dh_installppp:71 dh_installudev:121 dh_installwm:114 dh_installxfonts:93 dh_link:232 dh_lintian:63 dh_listpackages:34 dh_makeshlibs:268 dh_md5sums:94 dh_movefiles:174 dh_perl:156 dh_prep:64 dh_scrollkeeper:32 dh_shlibdeps:156 dh_strip:246 dh_suidregister:121 dh_testdir:57 dh_testroot:31 dh_undocumented:32 dh_usrlocal:120
+#: dh:976 dh_auto_build:51 dh_auto_clean:54 dh_auto_configure:56 dh_auto_install:96 dh_auto_test:67 dh_bugfiles:130 dh_builddeb:128 dh_clean:151 dh_compress:214 dh_desktop:35 dh_fixperms:135 dh_gconf:105 dh_gencontrol:82 dh_icons:75 dh_install:264 dh_installchangelogs:245 dh_installcron:83 dh_installdeb:146 dh_installdebconf:132 dh_installdirs:92 dh_installdocs:352 dh_installemacsen:146 dh_installexamples:112 dh_installifupdown:75 dh_installinfo:81 dh_installinit:328 dh_installlogrotate:56 dh_installman:267 dh_installmanpages:201 dh_installmenu:95 dh_installmime:67 dh_installmodules:119 dh_installpam:65 dh_installppp:71 dh_installudev:121 dh_installwm:114 dh_installxfonts:93 dh_link:232 dh_lintian:63 dh_listpackages:34 dh_makeshlibs:268 dh_md5sums:94 dh_movefiles:174 dh_perl:156 dh_prep:64 dh_scrollkeeper:32 dh_shlibdeps:156 dh_strip:246 dh_suidregister:121 dh_testdir:57 dh_testroot:31 dh_undocumented:32 dh_usrlocal:120
 msgid "This program is a part of debhelper."
 msgstr ""
 
diff -Nru debhelper-9.20141022/man/po4a/po/de.po debhelper-9.20150101/man/po4a/po/de.po
--- debhelper-9.20141022/man/po4a/po/de.po	2014-10-10 21:25:15.000000000 +0000
+++ debhelper-9.20150101/man/po4a/po/de.po	2015-01-01 16:08:14.000000000 +0000
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: debhelper 9.20131227\n"
 "Report-Msgid-Bugs-To: debhelper@packages.debian.org\n"
-"POT-Creation-Date: 2014-10-03 15:16-0400\n"
+"POT-Creation-Date: 2015-01-01 16:08+0000\n"
 "PO-Revision-Date: 2012-10-22 22:47+0100\n"
 "Last-Translator: Chris Leick <c.leick@vollbio.de>\n"
 "Language-Team: German <debian-l10n-german@lists.debian.org>\n"
@@ -871,7 +871,7 @@
 #: debhelper.pod:453 debhelper.pod:461 debhelper.pod:466 debhelper.pod:480
 #: debhelper.pod:485 debhelper.pod:492 debhelper.pod:497 debhelper.pod:502
 #: debhelper.pod:506 debhelper.pod:512 debhelper.pod:517 debhelper.pod:522
-#: debhelper.pod:535 debhelper.pod:542
+#: debhelper.pod:537 debhelper.pod:542 debhelper.pod:548
 msgid "-"
 msgstr "-"
 
@@ -1253,7 +1253,7 @@
 msgstr "Änderungen gegenüber v9 sind:"
 
 #. type: textblock
-#: debhelper.pod:537
+#: debhelper.pod:539
 msgid ""
 "B<dh_installinit> will no longer install a file named debian/I<package> as "
 "an init script."
@@ -1264,6 +1264,14 @@
 #. type: textblock
 #: debhelper.pod:544
 msgid ""
+"B<dh_installdocs> will error out if it detects links created with --link-doc "
+"between packages of architecture \"all\" and non-\"all\" as it breaks "
+"binNMUs."
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:550
+msgid ""
 "B<dh> no longer creates the package build directory when skipping running "
 "debhelper commands. This will not affect packages that only build with "
 "debhelper commands, but it may expose bugs in commands not included in "
@@ -1275,7 +1283,7 @@
 "Befehlen offenlegen, die nicht in Debhelper enthalten sind."
 
 #. type: =head1
-#: debhelper.pod:553 dh_auto_test:45 dh_installcatalogs:59 dh_installdocs:121
+#: debhelper.pod:559 dh_auto_test:45 dh_installcatalogs:59 dh_installdocs:121
 #: dh_installemacsen:72 dh_installexamples:53 dh_installinit:140
 #: dh_installman:82 dh_installmodules:54 dh_installudev:55 dh_installwm:54
 #: dh_installxfonts:37 dh_movefiles:64 dh_strip:68 dh_usrlocal:49
@@ -1283,12 +1291,12 @@
 msgstr "ANMERKUNGEN"
 
 #. type: =head2
-#: debhelper.pod:555
+#: debhelper.pod:561
 msgid "Multiple binary package support"
 msgstr "Unterstützung mehrerer Binärpakete"
 
 #. type: textblock
-#: debhelper.pod:557
+#: debhelper.pod:563
 msgid ""
 "If your source package generates more than one binary package, debhelper "
 "programs will default to acting on all binary packages when run. If your "
@@ -1307,7 +1315,7 @@
 "Ziel »binary-indep«."
 
 #. type: textblock
-#: debhelper.pod:565
+#: debhelper.pod:571
 #, fuzzy
 #| msgid ""
 #| "To facilitate this, as well as give you more control over which packages "
@@ -1330,7 +1338,7 @@
 "sind."
 
 #. type: textblock
-#: debhelper.pod:571
+#: debhelper.pod:577
 msgid ""
 "First, any package whose B<Architecture> field in B<debian/control> does not "
 "match the build architecture will be excluded (L<Debian Policy, section "
@@ -1338,7 +1346,7 @@
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:575
+#: debhelper.pod:581
 msgid ""
 "Also, some additional packages may be excluded based on the contents of the "
 "B<DEB_BUILD_PROFILES> environment variable and B<Build-Profiles> fields in "
@@ -1347,12 +1355,12 @@
 msgstr ""
 
 #. type: =head2
-#: debhelper.pod:580
+#: debhelper.pod:586
 msgid "Automatic generation of Debian install scripts"
 msgstr "Automatisches Erzeugen von Debian-Installationsskripten"
 
 #. type: textblock
-#: debhelper.pod:582
+#: debhelper.pod:588
 msgid ""
 "Some debhelper commands will automatically generate parts of Debian "
 "maintainer scripts. If you want these automatically generated things "
@@ -1369,7 +1377,7 @@
 "erzeugten Kode ersetzt."
 
 #. type: textblock
-#: debhelper.pod:589
+#: debhelper.pod:595
 msgid ""
 "If a script does not exist at all and debhelper needs to add something to "
 "it, then debhelper will create the complete script."
@@ -1378,7 +1386,7 @@
 "hinzufügen muss, dann wird Debhelper das komplette Skript erstellen."
 
 #. type: textblock
-#: debhelper.pod:592
+#: debhelper.pod:598
 msgid ""
 "All debhelper commands that automatically generate code in this way let it "
 "be disabled by the -n parameter (see above)."
@@ -1387,7 +1395,7 @@
 "dies durch den Parameter -n deaktiviert (siehe oben)."
 
 #. type: textblock
-#: debhelper.pod:595
+#: debhelper.pod:601
 msgid ""
 "Note that the inserted code will be shell code, so you cannot directly use "
 "it in a Perl script. If you would like to embed it into a Perl script, here "
@@ -1401,7 +1409,7 @@
 "etc. gesetzt sind):"
 
 #. type: verbatim
-#: debhelper.pod:600
+#: debhelper.pod:606
 #, no-wrap
 msgid ""
 "  my $temp=\"set -e\\nset -- @ARGV\\n\" . << 'EOF';\n"
@@ -1419,12 +1427,12 @@
 "\n"
 
 #. type: =head2
-#: debhelper.pod:606
+#: debhelper.pod:612
 msgid "Automatic generation of miscellaneous dependencies."
 msgstr "Automatisches Erzeugen verschiedener Abhängigkeiten"
 
 #. type: textblock
-#: debhelper.pod:608
+#: debhelper.pod:614
 msgid ""
 "Some debhelper commands may make the generated package need to depend on "
 "some other packages. For example, if you use L<dh_installdebconf(1)>, your "
@@ -1444,7 +1452,7 @@
 "bietet, sie zu automatisieren."
 
 #. type: textblock
-#: debhelper.pod:616
+#: debhelper.pod:622
 msgid ""
 "All commands of this type, besides documenting what dependencies may be "
 "needed on their man pages, will automatically generate a substvar called B<"
@@ -1458,7 +1466,7 @@
 "Debhelper findet, dass Sie sie benötigen."
 
 #. type: textblock
-#: debhelper.pod:621
+#: debhelper.pod:627
 msgid ""
 "This is entirely independent of the standard B<${shlibs:Depends}> generated "
 "by L<dh_makeshlibs(1)>, and the B<${perl:Depends}> generated by "
@@ -1472,12 +1480,12 @@
 "entspricht."
 
 #. type: =head2
-#: debhelper.pod:626
+#: debhelper.pod:632
 msgid "Package build directories"
 msgstr "Paketbauverzeichnisse"
 
 #. type: textblock
-#: debhelper.pod:628
+#: debhelper.pod:634
 msgid ""
 "By default, all debhelper programs assume that the temporary directory used "
 "for assembling the tree of files in a package is debian/I<package>."
@@ -1487,7 +1495,7 @@
 "debian/I<Paket> ist."
 
 #. type: textblock
-#: debhelper.pod:631
+#: debhelper.pod:637
 msgid ""
 "Sometimes, you might want to use some other temporary directory. This is "
 "supported by the B<-P> flag. For example, \"B<dh_installdocs -Pdebian/tmp>"
@@ -1507,13 +1515,13 @@
 "Debhelper-Programm auswirkt."
 
 #. type: =head2
-#: debhelper.pod:639
+#: debhelper.pod:645
 msgid "udebs"
 msgstr "Udebs"
 
 # FIXME : an udeb
 #. type: textblock
-#: debhelper.pod:641
+#: debhelper.pod:647
 msgid ""
 "Debhelper includes support for udebs. To create a udeb with debhelper, add "
 "\"B<Package-Type: udeb>\" to the package's stanza in F<debian/control>.  "
@@ -1531,17 +1539,17 @@
 "übersprungen werden."
 
 #. type: =head1
-#: debhelper.pod:648
+#: debhelper.pod:654
 msgid "ENVIRONMENT"
 msgstr "UMGEBUNGSVARIABLEN"
 
 #. type: =item
-#: debhelper.pod:652
+#: debhelper.pod:658
 msgid "B<DH_VERBOSE>"
 msgstr "B<DH_VERBOSE>"
 
 #. type: textblock
-#: debhelper.pod:654
+#: debhelper.pod:660
 #, fuzzy
 #| msgid ""
 #| "Set to B<1> to enable verbose mode. Debhelper will output every command "
@@ -1555,12 +1563,12 @@
 "Bausystem verändert."
 
 #. type: =item
-#: debhelper.pod:657
+#: debhelper.pod:663
 msgid "B<DH_COMPAT>"
 msgstr "B<DH_COMPAT>"
 
 #. type: textblock
-#: debhelper.pod:659
+#: debhelper.pod:665
 msgid ""
 "Temporarily specifies what compatibility level debhelper should run at, "
 "overriding any value in F<debian/compat>."
@@ -1569,22 +1577,22 @@
 "werden sollte und setzt dabei jeden Wert in F<debian/compat> außer Kraft."
 
 #. type: =item
-#: debhelper.pod:662
+#: debhelper.pod:668
 msgid "B<DH_NO_ACT>"
 msgstr "B<DH_NO_ACT>"
 
 #. type: textblock
-#: debhelper.pod:664
+#: debhelper.pod:670
 msgid "Set to B<1> to enable no-act mode."
 msgstr "auf B<1> gesetzt, um Modus ohne Aktion zu aktivieren."
 
 #. type: =item
-#: debhelper.pod:666
+#: debhelper.pod:672
 msgid "B<DH_OPTIONS>"
 msgstr "B<DH_OPTIONS>"
 
 #. type: textblock
-#: debhelper.pod:668
+#: debhelper.pod:674
 msgid ""
 "Anything in this variable will be prepended to the command line arguments of "
 "all debhelper commands."
@@ -1593,7 +1601,7 @@
 "Befehle vorangestellt."
 
 #. type: textblock
-#: debhelper.pod:671
+#: debhelper.pod:677
 msgid ""
 "When using L<dh(1)>, it can be passed options that will be passed on to each "
 "debhelper command, which is generally better than using DH_OPTIONS."
@@ -1603,12 +1611,12 @@
 "DH_OPTIONS zu verwenden."
 
 #. type: =item
-#: debhelper.pod:674
+#: debhelper.pod:680
 msgid "B<DH_ALWAYS_EXCLUDE>"
 msgstr "B<DH_ALWAYS_EXCLUDE>"
 
 #. type: textblock
-#: debhelper.pod:676
+#: debhelper.pod:682
 msgid ""
 "If set, this adds the value the variable is set to to the B<-X> options of "
 "all commands that support the B<-X> option. Moreover, B<dh_builddeb> will "
@@ -1620,7 +1628,7 @@
 "entspricht, B<rm -rf> ausführen."
 
 #. type: textblock
-#: debhelper.pod:680
+#: debhelper.pod:686
 msgid ""
 "This can be useful if you are doing a build from a CVS source tree, in which "
 "case setting B<DH_ALWAYS_EXCLUDE=CVS> will prevent any CVS directories from "
@@ -1638,7 +1646,7 @@
 "ist, wo auch immer Ihr Paket gebaut wird."
 
 #. type: textblock
-#: debhelper.pod:687
+#: debhelper.pod:693
 msgid ""
 "Multiple things to exclude can be separated with colons, as in "
 "B<DH_ALWAYS_EXCLUDE=CVS:.svn>"
@@ -1647,13 +1655,13 @@
 "getrennt werden, wie in B<DH_ALWAYS_EXCLUDE=CVS:.svn>."
 
 #. type: =head1
-#: debhelper.pod:692 dh:972 dh_auto_build:47 dh_auto_clean:50
+#: debhelper.pod:698 dh:972 dh_auto_build:47 dh_auto_clean:50
 #: dh_auto_configure:52 dh_auto_install:92 dh_auto_test:63 dh_bugfiles:124
 #: dh_builddeb:124 dh_clean:147 dh_compress:210 dh_desktop:31 dh_fixperms:131
 #: dh_gconf:101 dh_gencontrol:78 dh_icons:71 dh_install:260
 #: dh_installcatalogs:122 dh_installchangelogs:241 dh_installcron:79
 #: dh_installdeb:142 dh_installdebconf:128 dh_installdirs:88
-#: dh_installdocs:337 dh_installemacsen:141 dh_installexamples:108
+#: dh_installdocs:348 dh_installemacsen:141 dh_installexamples:108
 #: dh_installifupdown:71 dh_installinfo:77 dh_installinit:324
 #: dh_installlogcheck:80 dh_installlogrotate:52 dh_installman:263
 #: dh_installmanpages:197 dh_installmenu:89 dh_installmime:63
@@ -1667,37 +1675,37 @@
 msgstr "SIEHE AUCH"
 
 #. type: =item
-#: debhelper.pod:696
+#: debhelper.pod:702
 msgid "F</usr/share/doc/debhelper/examples/>"
 msgstr "F</usr/share/doc/debhelper/examples/>"
 
 #. type: textblock
-#: debhelper.pod:698
+#: debhelper.pod:704
 msgid "A set of example F<debian/rules> files that use debhelper."
 msgstr ""
 "eine Zusammenstellung von F<debian/rules>-Beispieldateien, die Debhelper "
 "benutzen"
 
 #. type: =item
-#: debhelper.pod:700
+#: debhelper.pod:706
 #, fuzzy
 #| msgid "L<http://kitenet.net/~joey/code/debhelper/>"
 msgid "L<http://joeyh.name/code/debhelper/>"
 msgstr "L<http://kitenet.net/~joey/code/debhelper/>"
 
 #. type: textblock
-#: debhelper.pod:702
+#: debhelper.pod:708
 msgid "Debhelper web site."
 msgstr "Debhelper-Website"
 
 #. type: =head1
-#: debhelper.pod:706 dh:978 dh_auto_build:53 dh_auto_clean:56
+#: debhelper.pod:712 dh:978 dh_auto_build:53 dh_auto_clean:56
 #: dh_auto_configure:58 dh_auto_install:98 dh_auto_test:69 dh_bugfiles:132
 #: dh_builddeb:130 dh_clean:153 dh_compress:216 dh_desktop:37 dh_fixperms:137
 #: dh_gconf:107 dh_gencontrol:84 dh_icons:77 dh_install:266
 #: dh_installcatalogs:128 dh_installchangelogs:247 dh_installcron:85
 #: dh_installdeb:148 dh_installdebconf:134 dh_installdirs:94
-#: dh_installdocs:343 dh_installemacsen:148 dh_installexamples:114
+#: dh_installdocs:354 dh_installemacsen:148 dh_installexamples:114
 #: dh_installifupdown:77 dh_installinfo:83 dh_installlogcheck:86
 #: dh_installlogrotate:58 dh_installman:269 dh_installmanpages:203
 #: dh_installmenu:97 dh_installmime:69 dh_installmodules:121 dh_installpam:67
@@ -1710,11 +1718,11 @@
 msgstr "AUTOR"
 
 #. type: textblock
-#: debhelper.pod:708 dh:980 dh_auto_build:55 dh_auto_clean:58
+#: debhelper.pod:714 dh:980 dh_auto_build:55 dh_auto_clean:58
 #: dh_auto_configure:60 dh_auto_install:100 dh_auto_test:71 dh_builddeb:132
 #: dh_clean:155 dh_compress:218 dh_fixperms:139 dh_gencontrol:86
 #: dh_install:268 dh_installchangelogs:249 dh_installcron:87 dh_installdeb:150
-#: dh_installdebconf:136 dh_installdirs:96 dh_installdocs:345
+#: dh_installdebconf:136 dh_installdirs:96 dh_installdocs:356
 #: dh_installemacsen:150 dh_installexamples:116 dh_installifupdown:79
 #: dh_installinfo:85 dh_installinit:332 dh_installlogrotate:60
 #: dh_installman:271 dh_installmanpages:205 dh_installmenu:99
@@ -2441,7 +2449,7 @@
 #: dh_compress:212 dh_fixperms:133 dh_gconf:103 dh_gencontrol:80
 #: dh_install:262 dh_installcatalogs:124 dh_installchangelogs:243
 #: dh_installcron:81 dh_installdeb:144 dh_installdebconf:130 dh_installdirs:90
-#: dh_installdocs:339 dh_installexamples:110 dh_installifupdown:73
+#: dh_installdocs:350 dh_installexamples:110 dh_installifupdown:73
 #: dh_installinfo:79 dh_installinit:326 dh_installlogcheck:82
 #: dh_installlogrotate:54 dh_installman:265 dh_installmanpages:199
 #: dh_installmime:65 dh_installmodules:117 dh_installpam:63 dh_installppp:69
@@ -2458,7 +2466,7 @@
 #: dh_clean:151 dh_compress:214 dh_desktop:35 dh_fixperms:135 dh_gconf:105
 #: dh_gencontrol:82 dh_icons:75 dh_install:264 dh_installchangelogs:245
 #: dh_installcron:83 dh_installdeb:146 dh_installdebconf:132 dh_installdirs:92
-#: dh_installdocs:341 dh_installemacsen:146 dh_installexamples:112
+#: dh_installdocs:352 dh_installemacsen:146 dh_installexamples:112
 #: dh_installifupdown:75 dh_installinfo:81 dh_installinit:328
 #: dh_installlogrotate:56 dh_installman:267 dh_installmanpages:201
 #: dh_installmenu:95 dh_installmime:67 dh_installmodules:119 dh_installpam:65
diff -Nru debhelper-9.20141022/man/po4a/po/es.po debhelper-9.20150101/man/po4a/po/es.po
--- debhelper-9.20141022/man/po4a/po/es.po	2014-10-10 21:25:15.000000000 +0000
+++ debhelper-9.20150101/man/po4a/po/es.po	2015-01-01 16:08:14.000000000 +0000
@@ -31,7 +31,7 @@
 msgstr ""
 "Project-Id-Version: debhelper 9.20120609\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-03 15:16-0400\n"
+"POT-Creation-Date: 2015-01-01 16:08+0000\n"
 "PO-Revision-Date: 2012-08-20 11:17+0200\n"
 "Last-Translator: Omar Campagne <ocampagne@gmail.com>\n"
 "Language-Team: Debian l10n Spanish <debian-l10n-spanish@lists.debian.org>\n"
@@ -956,7 +956,7 @@
 #: debhelper.pod:453 debhelper.pod:461 debhelper.pod:466 debhelper.pod:480
 #: debhelper.pod:485 debhelper.pod:492 debhelper.pod:497 debhelper.pod:502
 #: debhelper.pod:506 debhelper.pod:512 debhelper.pod:517 debhelper.pod:522
-#: debhelper.pod:535 debhelper.pod:542
+#: debhelper.pod:537 debhelper.pod:542 debhelper.pod:548
 msgid "-"
 msgstr "-"
 
@@ -1356,7 +1356,7 @@
 msgstr "Los cambios desde el nivel v9 son:"
 
 #. type: textblock
-#: debhelper.pod:537
+#: debhelper.pod:539
 msgid ""
 "B<dh_installinit> will no longer install a file named debian/I<package> as "
 "an init script."
@@ -1365,6 +1365,14 @@
 #. type: textblock
 #: debhelper.pod:544
 msgid ""
+"B<dh_installdocs> will error out if it detects links created with --link-doc "
+"between packages of architecture \"all\" and non-\"all\" as it breaks "
+"binNMUs."
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:550
+msgid ""
 "B<dh> no longer creates the package build directory when skipping running "
 "debhelper commands. This will not affect packages that only build with "
 "debhelper commands, but it may expose bugs in commands not included in "
@@ -1373,7 +1381,7 @@
 
 # type: =head1
 #. type: =head1
-#: debhelper.pod:553 dh_auto_test:45 dh_installcatalogs:59 dh_installdocs:121
+#: debhelper.pod:559 dh_auto_test:45 dh_installcatalogs:59 dh_installdocs:121
 #: dh_installemacsen:72 dh_installexamples:53 dh_installinit:140
 #: dh_installman:82 dh_installmodules:54 dh_installudev:55 dh_installwm:54
 #: dh_installxfonts:37 dh_movefiles:64 dh_strip:68 dh_usrlocal:49
@@ -1382,13 +1390,13 @@
 
 # type: =head2
 #. type: =head2
-#: debhelper.pod:555
+#: debhelper.pod:561
 msgid "Multiple binary package support"
 msgstr "Compatibilidad con varios paquetes binarios"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:557
+#: debhelper.pod:563
 msgid ""
 "If your source package generates more than one binary package, debhelper "
 "programs will default to acting on all binary packages when run. If your "
@@ -1409,7 +1417,7 @@
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:565
+#: debhelper.pod:571
 #, fuzzy
 #| msgid ""
 #| "To facilitate this, as well as give you more control over which packages "
@@ -1431,7 +1439,7 @@
 "los paquetes listados en el fichero de control."
 
 #. type: textblock
-#: debhelper.pod:571
+#: debhelper.pod:577
 msgid ""
 "First, any package whose B<Architecture> field in B<debian/control> does not "
 "match the build architecture will be excluded (L<Debian Policy, section "
@@ -1439,7 +1447,7 @@
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:575
+#: debhelper.pod:581
 msgid ""
 "Also, some additional packages may be excluded based on the contents of the "
 "B<DEB_BUILD_PROFILES> environment variable and B<Build-Profiles> fields in "
@@ -1449,13 +1457,13 @@
 
 # type: =head2
 #. type: =head2
-#: debhelper.pod:580
+#: debhelper.pod:586
 msgid "Automatic generation of Debian install scripts"
 msgstr "Generación automática de los scripts de instalación de Debian"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:582
+#: debhelper.pod:588
 msgid ""
 "Some debhelper commands will automatically generate parts of Debian "
 "maintainer scripts. If you want these automatically generated things "
@@ -1473,7 +1481,7 @@
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:589
+#: debhelper.pod:595
 msgid ""
 "If a script does not exist at all and debhelper needs to add something to "
 "it, then debhelper will create the complete script."
@@ -1483,7 +1491,7 @@
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:592
+#: debhelper.pod:598
 msgid ""
 "All debhelper commands that automatically generate code in this way let it "
 "be disabled by the -n parameter (see above)."
@@ -1493,7 +1501,7 @@
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:595
+#: debhelper.pod:601
 msgid ""
 "Note that the inserted code will be shell code, so you cannot directly use "
 "it in a Perl script. If you would like to embed it into a Perl script, here "
@@ -1507,7 +1515,7 @@
 
 # type: verbatim
 #. type: verbatim
-#: debhelper.pod:600
+#: debhelper.pod:606
 #, no-wrap
 msgid ""
 "  my $temp=\"set -e\\nset -- @ARGV\\n\" . << 'EOF';\n"
@@ -1526,12 +1534,12 @@
 
 # type: =head2
 #. type: =head2
-#: debhelper.pod:606
+#: debhelper.pod:612
 msgid "Automatic generation of miscellaneous dependencies."
 msgstr "Generación automática de diversas dependencias."
 
 #. type: textblock
-#: debhelper.pod:608
+#: debhelper.pod:614
 msgid ""
 "Some debhelper commands may make the generated package need to depend on "
 "some other packages. For example, if you use L<dh_installdebconf(1)>, your "
@@ -1551,7 +1559,7 @@
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:616
+#: debhelper.pod:622
 msgid ""
 "All commands of this type, besides documenting what dependencies may be "
 "needed on their man pages, will automatically generate a substvar called B<"
@@ -1566,7 +1574,7 @@
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:621
+#: debhelper.pod:627
 msgid ""
 "This is entirely independent of the standard B<${shlibs:Depends}> generated "
 "by L<dh_makeshlibs(1)>, and the B<${perl:Depends}> generated by "
@@ -1580,13 +1588,13 @@
 
 # type: =head2
 #. type: =head2
-#: debhelper.pod:626
+#: debhelper.pod:632
 msgid "Package build directories"
 msgstr "Directorios de construcción del paquete"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:628
+#: debhelper.pod:634
 msgid ""
 "By default, all debhelper programs assume that the temporary directory used "
 "for assembling the tree of files in a package is debian/I<package>."
@@ -1597,7 +1605,7 @@
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:631
+#: debhelper.pod:637
 msgid ""
 "Sometimes, you might want to use some other temporary directory. This is "
 "supported by the B<-P> flag. For example, \"B<dh_installdocs -Pdebian/tmp>"
@@ -1617,13 +1625,13 @@
 
 # type: =head2
 #. type: =head2
-#: debhelper.pod:639
+#: debhelper.pod:645
 msgid "udebs"
 msgstr "udebs"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:641
+#: debhelper.pod:647
 msgid ""
 "Debhelper includes support for udebs. To create a udeb with debhelper, add "
 "\"B<Package-Type: udeb>\" to the package's stanza in F<debian/control>.  "
@@ -1642,19 +1650,19 @@
 
 # type: =head1
 #. type: =head1
-#: debhelper.pod:648
+#: debhelper.pod:654
 msgid "ENVIRONMENT"
 msgstr "ENTORNO"
 
 # type: =item
 #. type: =item
-#: debhelper.pod:652
+#: debhelper.pod:658
 msgid "B<DH_VERBOSE>"
 msgstr "B<DH_VERBOSE>"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:654
+#: debhelper.pod:660
 #, fuzzy
 #| msgid ""
 #| "Set to B<1> to enable verbose mode. Debhelper will output every command "
@@ -1669,13 +1677,13 @@
 
 # type: =item
 #. type: =item
-#: debhelper.pod:657
+#: debhelper.pod:663
 msgid "B<DH_COMPAT>"
 msgstr "B<DH_COMPAT>"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:659
+#: debhelper.pod:665
 msgid ""
 "Temporarily specifies what compatibility level debhelper should run at, "
 "overriding any value in F<debian/compat>."
@@ -1685,25 +1693,25 @@
 
 # type: =item
 #. type: =item
-#: debhelper.pod:662
+#: debhelper.pod:668
 msgid "B<DH_NO_ACT>"
 msgstr "B<DH_NO_ACT>"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:664
+#: debhelper.pod:670
 msgid "Set to B<1> to enable no-act mode."
 msgstr "Defina como B<1> para habilitar el modo no-act."
 
 # type: =item
 #. type: =item
-#: debhelper.pod:666
+#: debhelper.pod:672
 msgid "B<DH_OPTIONS>"
 msgstr "B<DH_OPTIONS>"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:668
+#: debhelper.pod:674
 msgid ""
 "Anything in this variable will be prepended to the command line arguments of "
 "all debhelper commands."
@@ -1712,7 +1720,7 @@
 "de órdenes de todas las órdenes de debhelper."
 
 #. type: textblock
-#: debhelper.pod:671
+#: debhelper.pod:677
 msgid ""
 "When using L<dh(1)>, it can be passed options that will be passed on to each "
 "debhelper command, which is generally better than using DH_OPTIONS."
@@ -1722,13 +1730,13 @@
 
 # type: =item
 #. type: =item
-#: debhelper.pod:674
+#: debhelper.pod:680
 msgid "B<DH_ALWAYS_EXCLUDE>"
 msgstr "B<DH_ALWAYS_EXCLUDE>"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:676
+#: debhelper.pod:682
 msgid ""
 "If set, this adds the value the variable is set to to the B<-X> options of "
 "all commands that support the B<-X> option. Moreover, B<dh_builddeb> will "
@@ -1740,7 +1748,7 @@
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:680
+#: debhelper.pod:686
 msgid ""
 "This can be useful if you are doing a build from a CVS source tree, in which "
 "case setting B<DH_ALWAYS_EXCLUDE=CVS> will prevent any CVS directories from "
@@ -1758,7 +1766,7 @@
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:687
+#: debhelper.pod:693
 msgid ""
 "Multiple things to exclude can be separated with colons, as in "
 "B<DH_ALWAYS_EXCLUDE=CVS:.svn>"
@@ -1768,13 +1776,13 @@
 
 # type: =head1
 #. type: =head1
-#: debhelper.pod:692 dh:972 dh_auto_build:47 dh_auto_clean:50
+#: debhelper.pod:698 dh:972 dh_auto_build:47 dh_auto_clean:50
 #: dh_auto_configure:52 dh_auto_install:92 dh_auto_test:63 dh_bugfiles:124
 #: dh_builddeb:124 dh_clean:147 dh_compress:210 dh_desktop:31 dh_fixperms:131
 #: dh_gconf:101 dh_gencontrol:78 dh_icons:71 dh_install:260
 #: dh_installcatalogs:122 dh_installchangelogs:241 dh_installcron:79
 #: dh_installdeb:142 dh_installdebconf:128 dh_installdirs:88
-#: dh_installdocs:337 dh_installemacsen:141 dh_installexamples:108
+#: dh_installdocs:348 dh_installemacsen:141 dh_installexamples:108
 #: dh_installifupdown:71 dh_installinfo:77 dh_installinit:324
 #: dh_installlogcheck:80 dh_installlogrotate:52 dh_installman:263
 #: dh_installmanpages:197 dh_installmenu:89 dh_installmime:63
@@ -1789,19 +1797,19 @@
 
 # type: =item
 #. type: =item
-#: debhelper.pod:696
+#: debhelper.pod:702
 msgid "F</usr/share/doc/debhelper/examples/>"
 msgstr "F</usr/share/doc/debhelper/examples/>"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:698
+#: debhelper.pod:704
 msgid "A set of example F<debian/rules> files that use debhelper."
 msgstr "Varios ficheros de ejemplo F<debian/rules> que utilizan debhelper."
 
 # type: =item
 #. type: =item
-#: debhelper.pod:700
+#: debhelper.pod:706
 #, fuzzy
 #| msgid "L<http://kitenet.net/~joey/code/debhelper/>"
 msgid "L<http://joeyh.name/code/debhelper/>"
@@ -1809,19 +1817,19 @@
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:702
+#: debhelper.pod:708
 msgid "Debhelper web site."
 msgstr "Sitio web de Debhelper."
 
 # type: =head1
 #. type: =head1
-#: debhelper.pod:706 dh:978 dh_auto_build:53 dh_auto_clean:56
+#: debhelper.pod:712 dh:978 dh_auto_build:53 dh_auto_clean:56
 #: dh_auto_configure:58 dh_auto_install:98 dh_auto_test:69 dh_bugfiles:132
 #: dh_builddeb:130 dh_clean:153 dh_compress:216 dh_desktop:37 dh_fixperms:137
 #: dh_gconf:107 dh_gencontrol:84 dh_icons:77 dh_install:266
 #: dh_installcatalogs:128 dh_installchangelogs:247 dh_installcron:85
 #: dh_installdeb:148 dh_installdebconf:134 dh_installdirs:94
-#: dh_installdocs:343 dh_installemacsen:148 dh_installexamples:114
+#: dh_installdocs:354 dh_installemacsen:148 dh_installexamples:114
 #: dh_installifupdown:77 dh_installinfo:83 dh_installlogcheck:86
 #: dh_installlogrotate:58 dh_installman:269 dh_installmanpages:203
 #: dh_installmenu:97 dh_installmime:69 dh_installmodules:121 dh_installpam:67
@@ -1835,11 +1843,11 @@
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:708 dh:980 dh_auto_build:55 dh_auto_clean:58
+#: debhelper.pod:714 dh:980 dh_auto_build:55 dh_auto_clean:58
 #: dh_auto_configure:60 dh_auto_install:100 dh_auto_test:71 dh_builddeb:132
 #: dh_clean:155 dh_compress:218 dh_fixperms:139 dh_gencontrol:86
 #: dh_install:268 dh_installchangelogs:249 dh_installcron:87 dh_installdeb:150
-#: dh_installdebconf:136 dh_installdirs:96 dh_installdocs:345
+#: dh_installdebconf:136 dh_installdirs:96 dh_installdocs:356
 #: dh_installemacsen:150 dh_installexamples:116 dh_installifupdown:79
 #: dh_installinfo:85 dh_installinit:332 dh_installlogrotate:60
 #: dh_installman:271 dh_installmanpages:205 dh_installmenu:99
@@ -2579,7 +2587,7 @@
 #: dh_compress:212 dh_fixperms:133 dh_gconf:103 dh_gencontrol:80
 #: dh_install:262 dh_installcatalogs:124 dh_installchangelogs:243
 #: dh_installcron:81 dh_installdeb:144 dh_installdebconf:130 dh_installdirs:90
-#: dh_installdocs:339 dh_installexamples:110 dh_installifupdown:73
+#: dh_installdocs:350 dh_installexamples:110 dh_installifupdown:73
 #: dh_installinfo:79 dh_installinit:326 dh_installlogcheck:82
 #: dh_installlogrotate:54 dh_installman:265 dh_installmanpages:199
 #: dh_installmime:65 dh_installmodules:117 dh_installpam:63 dh_installppp:69
@@ -2597,7 +2605,7 @@
 #: dh_clean:151 dh_compress:214 dh_desktop:35 dh_fixperms:135 dh_gconf:105
 #: dh_gencontrol:82 dh_icons:75 dh_install:264 dh_installchangelogs:245
 #: dh_installcron:83 dh_installdeb:146 dh_installdebconf:132 dh_installdirs:92
-#: dh_installdocs:341 dh_installemacsen:146 dh_installexamples:112
+#: dh_installdocs:352 dh_installemacsen:146 dh_installexamples:112
 #: dh_installifupdown:75 dh_installinfo:81 dh_installinit:328
 #: dh_installlogrotate:56 dh_installman:267 dh_installmanpages:201
 #: dh_installmenu:95 dh_installmime:67 dh_installmodules:119 dh_installpam:65
diff -Nru debhelper-9.20141022/man/po4a/po/fr.po debhelper-9.20150101/man/po4a/po/fr.po
--- debhelper-9.20141022/man/po4a/po/fr.po	2014-10-10 21:25:15.000000000 +0000
+++ debhelper-9.20150101/man/po4a/po/fr.po	2015-01-01 16:08:14.000000000 +0000
@@ -4,7 +4,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: debhelper manpages\n"
-"POT-Creation-Date: 2014-10-03 15:16-0400\n"
+"POT-Creation-Date: 2015-01-01 16:08+0000\n"
 "PO-Revision-Date: 2012-11-03 11:13-0400\n"
 "Last-Translator: Valery Perrin <valery.perrin.debian@free.fr>\n"
 "Language-Team: French <debian-l10n-french@lists.debian.org>\n"
@@ -940,7 +940,7 @@
 #: debhelper.pod:453 debhelper.pod:461 debhelper.pod:466 debhelper.pod:480
 #: debhelper.pod:485 debhelper.pod:492 debhelper.pod:497 debhelper.pod:502
 #: debhelper.pod:506 debhelper.pod:512 debhelper.pod:517 debhelper.pod:522
-#: debhelper.pod:535 debhelper.pod:542
+#: debhelper.pod:537 debhelper.pod:542 debhelper.pod:548
 msgid "-"
 msgstr "-"
 
@@ -1353,7 +1353,7 @@
 msgstr "Les changements par rapport à la version 9 sont :"
 
 #. type: textblock
-#: debhelper.pod:537
+#: debhelper.pod:539
 msgid ""
 "B<dh_installinit> will no longer install a file named debian/I<package> as "
 "an init script."
@@ -1362,6 +1362,14 @@
 #. type: textblock
 #: debhelper.pod:544
 msgid ""
+"B<dh_installdocs> will error out if it detects links created with --link-doc "
+"between packages of architecture \"all\" and non-\"all\" as it breaks "
+"binNMUs."
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:550
+msgid ""
 "B<dh> no longer creates the package build directory when skipping running "
 "debhelper commands. This will not affect packages that only build with "
 "debhelper commands, but it may expose bugs in commands not included in "
@@ -1370,7 +1378,7 @@
 
 # type: =head1
 #. type: =head1
-#: debhelper.pod:553 dh_auto_test:45 dh_installcatalogs:59 dh_installdocs:121
+#: debhelper.pod:559 dh_auto_test:45 dh_installcatalogs:59 dh_installdocs:121
 #: dh_installemacsen:72 dh_installexamples:53 dh_installinit:140
 #: dh_installman:82 dh_installmodules:54 dh_installudev:55 dh_installwm:54
 #: dh_installxfonts:37 dh_movefiles:64 dh_strip:68 dh_usrlocal:49
@@ -1379,13 +1387,13 @@
 
 # type: =head2
 #. type: =head2
-#: debhelper.pod:555
+#: debhelper.pod:561
 msgid "Multiple binary package support"
 msgstr "Prise en charge de plusieurs paquets binaires"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:557
+#: debhelper.pod:563
 msgid ""
 "If your source package generates more than one binary package, debhelper "
 "programs will default to acting on all binary packages when run. If your "
@@ -1405,7 +1413,7 @@
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:565
+#: debhelper.pod:571
 #, fuzzy
 #| msgid ""
 #| "To facilitate this, as well as give you more control over which packages "
@@ -1427,7 +1435,7 @@
 "paquets énumérés dans le fichier de contrôle."
 
 #. type: textblock
-#: debhelper.pod:571
+#: debhelper.pod:577
 msgid ""
 "First, any package whose B<Architecture> field in B<debian/control> does not "
 "match the build architecture will be excluded (L<Debian Policy, section "
@@ -1435,7 +1443,7 @@
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:575
+#: debhelper.pod:581
 msgid ""
 "Also, some additional packages may be excluded based on the contents of the "
 "B<DEB_BUILD_PROFILES> environment variable and B<Build-Profiles> fields in "
@@ -1445,13 +1453,13 @@
 
 # type: =head2
 #. type: =head2
-#: debhelper.pod:580
+#: debhelper.pod:586
 msgid "Automatic generation of Debian install scripts"
 msgstr "Génération automatique des scripts Debian de maintenance du paquet"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:582
+#: debhelper.pod:588
 msgid ""
 "Some debhelper commands will automatically generate parts of Debian "
 "maintainer scripts. If you want these automatically generated things "
@@ -1469,7 +1477,7 @@
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:589
+#: debhelper.pod:595
 msgid ""
 "If a script does not exist at all and debhelper needs to add something to "
 "it, then debhelper will create the complete script."
@@ -1479,7 +1487,7 @@
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:592
+#: debhelper.pod:598
 msgid ""
 "All debhelper commands that automatically generate code in this way let it "
 "be disabled by the -n parameter (see above)."
@@ -1490,7 +1498,7 @@
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:595
+#: debhelper.pod:601
 msgid ""
 "Note that the inserted code will be shell code, so you cannot directly use "
 "it in a Perl script. If you would like to embed it into a Perl script, here "
@@ -1505,7 +1513,7 @@
 
 # type: verbatim
 #. type: verbatim
-#: debhelper.pod:600
+#: debhelper.pod:606
 #, no-wrap
 msgid ""
 "  my $temp=\"set -e\\nset -- @ARGV\\n\" . << 'EOF';\n"
@@ -1524,13 +1532,13 @@
 
 # type: =head2
 #. type: =head2
-#: debhelper.pod:606
+#: debhelper.pod:612
 msgid "Automatic generation of miscellaneous dependencies."
 msgstr "Génération automatique des diverses dépendances."
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:608
+#: debhelper.pod:614
 msgid ""
 "Some debhelper commands may make the generated package need to depend on "
 "some other packages. For example, if you use L<dh_installdebconf(1)>, your "
@@ -1550,7 +1558,7 @@
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:616
+#: debhelper.pod:622
 msgid ""
 "All commands of this type, besides documenting what dependencies may be "
 "needed on their man pages, will automatically generate a substvar called B<"
@@ -1565,7 +1573,7 @@
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:621
+#: debhelper.pod:627
 msgid ""
 "This is entirely independent of the standard B<${shlibs:Depends}> generated "
 "by L<dh_makeshlibs(1)>, and the B<${perl:Depends}> generated by "
@@ -1579,13 +1587,13 @@
 
 # type: =head2
 #. type: =head2
-#: debhelper.pod:626
+#: debhelper.pod:632
 msgid "Package build directories"
 msgstr "Répertoires de construction du paquet"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:628
+#: debhelper.pod:634
 msgid ""
 "By default, all debhelper programs assume that the temporary directory used "
 "for assembling the tree of files in a package is debian/I<package>."
@@ -1596,7 +1604,7 @@
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:631
+#: debhelper.pod:637
 msgid ""
 "Sometimes, you might want to use some other temporary directory. This is "
 "supported by the B<-P> flag. For example, \"B<dh_installdocs -Pdebian/tmp>"
@@ -1616,13 +1624,13 @@
 
 # type: =head2
 #. type: =head2
-#: debhelper.pod:639
+#: debhelper.pod:645
 msgid "udebs"
 msgstr "udebs"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:641
+#: debhelper.pod:647
 msgid ""
 "Debhelper includes support for udebs. To create a udeb with debhelper, add "
 "\"B<Package-Type: udeb>\" to the package's stanza in F<debian/control>.  "
@@ -1641,19 +1649,19 @@
 
 # type: =head1
 #. type: =head1
-#: debhelper.pod:648
+#: debhelper.pod:654
 msgid "ENVIRONMENT"
 msgstr "VARIABLES D'ENVIRONNEMENT"
 
 # type: =item
 #. type: =item
-#: debhelper.pod:652
+#: debhelper.pod:658
 msgid "B<DH_VERBOSE>"
 msgstr "B<DH_VERBOSE>"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:654
+#: debhelper.pod:660
 #, fuzzy
 #| msgid ""
 #| "Set to B<1> to enable verbose mode. Debhelper will output every command "
@@ -1667,13 +1675,13 @@
 
 # type: =item
 #. type: =item
-#: debhelper.pod:657
+#: debhelper.pod:663
 msgid "B<DH_COMPAT>"
 msgstr "B<DH_COMPAT>"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:659
+#: debhelper.pod:665
 msgid ""
 "Temporarily specifies what compatibility level debhelper should run at, "
 "overriding any value in F<debian/compat>."
@@ -1683,25 +1691,25 @@
 
 # type: =item
 #. type: =item
-#: debhelper.pod:662
+#: debhelper.pod:668
 msgid "B<DH_NO_ACT>"
 msgstr "B<DH_NO_ACT>"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:664
+#: debhelper.pod:670
 msgid "Set to B<1> to enable no-act mode."
 msgstr "Mettre cette variable à B<1> pour activer le mode simulation (no-act)."
 
 # type: =item
 #. type: =item
-#: debhelper.pod:666
+#: debhelper.pod:672
 msgid "B<DH_OPTIONS>"
 msgstr "B<DH_OPTIONS>"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:668
+#: debhelper.pod:674
 msgid ""
 "Anything in this variable will be prepended to the command line arguments of "
 "all debhelper commands."
@@ -1710,7 +1718,7 @@
 "les commandes debhelper."
 
 #. type: textblock
-#: debhelper.pod:671
+#: debhelper.pod:677
 msgid ""
 "When using L<dh(1)>, it can be passed options that will be passed on to each "
 "debhelper command, which is generally better than using DH_OPTIONS."
@@ -1720,13 +1728,13 @@
 
 # type: =item
 #. type: =item
-#: debhelper.pod:674
+#: debhelper.pod:680
 msgid "B<DH_ALWAYS_EXCLUDE>"
 msgstr "B<DH_ALWAYS_EXCLUDE>"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:676
+#: debhelper.pod:682
 msgid ""
 "If set, this adds the value the variable is set to to the B<-X> options of "
 "all commands that support the B<-X> option. Moreover, B<dh_builddeb> will "
@@ -1739,7 +1747,7 @@
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:680
+#: debhelper.pod:686
 msgid ""
 "This can be useful if you are doing a build from a CVS source tree, in which "
 "case setting B<DH_ALWAYS_EXCLUDE=CVS> will prevent any CVS directories from "
@@ -1758,7 +1766,7 @@
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:687
+#: debhelper.pod:693
 msgid ""
 "Multiple things to exclude can be separated with colons, as in "
 "B<DH_ALWAYS_EXCLUDE=CVS:.svn>"
@@ -1768,13 +1776,13 @@
 
 # type: =head1
 #. type: =head1
-#: debhelper.pod:692 dh:972 dh_auto_build:47 dh_auto_clean:50
+#: debhelper.pod:698 dh:972 dh_auto_build:47 dh_auto_clean:50
 #: dh_auto_configure:52 dh_auto_install:92 dh_auto_test:63 dh_bugfiles:124
 #: dh_builddeb:124 dh_clean:147 dh_compress:210 dh_desktop:31 dh_fixperms:131
 #: dh_gconf:101 dh_gencontrol:78 dh_icons:71 dh_install:260
 #: dh_installcatalogs:122 dh_installchangelogs:241 dh_installcron:79
 #: dh_installdeb:142 dh_installdebconf:128 dh_installdirs:88
-#: dh_installdocs:337 dh_installemacsen:141 dh_installexamples:108
+#: dh_installdocs:348 dh_installemacsen:141 dh_installexamples:108
 #: dh_installifupdown:71 dh_installinfo:77 dh_installinit:324
 #: dh_installlogcheck:80 dh_installlogrotate:52 dh_installman:263
 #: dh_installmanpages:197 dh_installmenu:89 dh_installmime:63
@@ -1789,20 +1797,20 @@
 
 # type: =item
 #. type: =item
-#: debhelper.pod:696
+#: debhelper.pod:702
 msgid "F</usr/share/doc/debhelper/examples/>"
 msgstr "F</usr/share/doc/debhelper/examples/>"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:698
+#: debhelper.pod:704
 msgid "A set of example F<debian/rules> files that use debhelper."
 msgstr ""
 "Un ensemble d'exemples de fichiers F<debian/rules> qui utilisent debhelper."
 
 # type: =item
 #. type: =item
-#: debhelper.pod:700
+#: debhelper.pod:706
 #, fuzzy
 #| msgid "L<http://kitenet.net/~joey/code/debhelper/>"
 msgid "L<http://joeyh.name/code/debhelper/>"
@@ -1810,19 +1818,19 @@
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:702
+#: debhelper.pod:708
 msgid "Debhelper web site."
 msgstr "Le site internet de debhelper."
 
 # type: =head1
 #. type: =head1
-#: debhelper.pod:706 dh:978 dh_auto_build:53 dh_auto_clean:56
+#: debhelper.pod:712 dh:978 dh_auto_build:53 dh_auto_clean:56
 #: dh_auto_configure:58 dh_auto_install:98 dh_auto_test:69 dh_bugfiles:132
 #: dh_builddeb:130 dh_clean:153 dh_compress:216 dh_desktop:37 dh_fixperms:137
 #: dh_gconf:107 dh_gencontrol:84 dh_icons:77 dh_install:266
 #: dh_installcatalogs:128 dh_installchangelogs:247 dh_installcron:85
 #: dh_installdeb:148 dh_installdebconf:134 dh_installdirs:94
-#: dh_installdocs:343 dh_installemacsen:148 dh_installexamples:114
+#: dh_installdocs:354 dh_installemacsen:148 dh_installexamples:114
 #: dh_installifupdown:77 dh_installinfo:83 dh_installlogcheck:86
 #: dh_installlogrotate:58 dh_installman:269 dh_installmanpages:203
 #: dh_installmenu:97 dh_installmime:69 dh_installmodules:121 dh_installpam:67
@@ -1836,11 +1844,11 @@
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:708 dh:980 dh_auto_build:55 dh_auto_clean:58
+#: debhelper.pod:714 dh:980 dh_auto_build:55 dh_auto_clean:58
 #: dh_auto_configure:60 dh_auto_install:100 dh_auto_test:71 dh_builddeb:132
 #: dh_clean:155 dh_compress:218 dh_fixperms:139 dh_gencontrol:86
 #: dh_install:268 dh_installchangelogs:249 dh_installcron:87 dh_installdeb:150
-#: dh_installdebconf:136 dh_installdirs:96 dh_installdocs:345
+#: dh_installdebconf:136 dh_installdirs:96 dh_installdocs:356
 #: dh_installemacsen:150 dh_installexamples:116 dh_installifupdown:79
 #: dh_installinfo:85 dh_installinit:332 dh_installlogrotate:60
 #: dh_installman:271 dh_installmanpages:205 dh_installmenu:99
@@ -2628,7 +2636,7 @@
 #: dh_compress:212 dh_fixperms:133 dh_gconf:103 dh_gencontrol:80
 #: dh_install:262 dh_installcatalogs:124 dh_installchangelogs:243
 #: dh_installcron:81 dh_installdeb:144 dh_installdebconf:130 dh_installdirs:90
-#: dh_installdocs:339 dh_installexamples:110 dh_installifupdown:73
+#: dh_installdocs:350 dh_installexamples:110 dh_installifupdown:73
 #: dh_installinfo:79 dh_installinit:326 dh_installlogcheck:82
 #: dh_installlogrotate:54 dh_installman:265 dh_installmanpages:199
 #: dh_installmime:65 dh_installmodules:117 dh_installpam:63 dh_installppp:69
@@ -2646,7 +2654,7 @@
 #: dh_clean:151 dh_compress:214 dh_desktop:35 dh_fixperms:135 dh_gconf:105
 #: dh_gencontrol:82 dh_icons:75 dh_install:264 dh_installchangelogs:245
 #: dh_installcron:83 dh_installdeb:146 dh_installdebconf:132 dh_installdirs:92
-#: dh_installdocs:341 dh_installemacsen:146 dh_installexamples:112
+#: dh_installdocs:352 dh_installemacsen:146 dh_installexamples:112
 #: dh_installifupdown:75 dh_installinfo:81 dh_installinit:328
 #: dh_installlogrotate:56 dh_installman:267 dh_installmanpages:201
 #: dh_installmenu:95 dh_installmime:67 dh_installmodules:119 dh_installpam:65
diff -Nru debhelper-9.20141022/man/po4a/po/pt.po debhelper-9.20150101/man/po4a/po/pt.po
--- debhelper-9.20141022/man/po4a/po/pt.po	2014-10-10 21:25:15.000000000 +0000
+++ debhelper-9.20150101/man/po4a/po/pt.po	2015-01-01 16:08:14.000000000 +0000
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: debhelper 9.20131227\n"
 "Report-Msgid-Bugs-To: debhelper@packages.debian.org\n"
-"POT-Creation-Date: 2014-10-03 15:16-0400\n"
+"POT-Creation-Date: 2015-01-01 16:08+0000\n"
 "PO-Revision-Date: 2014-08-13 17:54+0100\n"
 "Last-Translator: Américo Monteiro <a_monteiro@gmx.com>\n"
 "Language-Team: Portuguese <traduz@debianpt.org>\n"
@@ -856,7 +856,7 @@
 #: debhelper.pod:453 debhelper.pod:461 debhelper.pod:466 debhelper.pod:480
 #: debhelper.pod:485 debhelper.pod:492 debhelper.pod:497 debhelper.pod:502
 #: debhelper.pod:506 debhelper.pod:512 debhelper.pod:517 debhelper.pod:522
-#: debhelper.pod:535 debhelper.pod:542
+#: debhelper.pod:537 debhelper.pod:542 debhelper.pod:548
 msgid "-"
 msgstr "-"
 
@@ -1234,7 +1234,7 @@
 msgstr "As alterações a partir de v9 são:"
 
 #. type: textblock
-#: debhelper.pod:537
+#: debhelper.pod:539
 msgid ""
 "B<dh_installinit> will no longer install a file named debian/I<package> as "
 "an init script."
@@ -1245,6 +1245,14 @@
 #. type: textblock
 #: debhelper.pod:544
 msgid ""
+"B<dh_installdocs> will error out if it detects links created with --link-doc "
+"between packages of architecture \"all\" and non-\"all\" as it breaks "
+"binNMUs."
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:550
+msgid ""
 "B<dh> no longer creates the package build directory when skipping running "
 "debhelper commands. This will not affect packages that only build with "
 "debhelper commands, but it may expose bugs in commands not included in "
@@ -1256,7 +1264,7 @@
 "incluídos no debhelper."
 
 #. type: =head1
-#: debhelper.pod:553 dh_auto_test:45 dh_installcatalogs:59 dh_installdocs:121
+#: debhelper.pod:559 dh_auto_test:45 dh_installcatalogs:59 dh_installdocs:121
 #: dh_installemacsen:72 dh_installexamples:53 dh_installinit:140
 #: dh_installman:82 dh_installmodules:54 dh_installudev:55 dh_installwm:54
 #: dh_installxfonts:37 dh_movefiles:64 dh_strip:68 dh_usrlocal:49
@@ -1264,12 +1272,12 @@
 msgstr "NOTAS"
 
 #. type: =head2
-#: debhelper.pod:555
+#: debhelper.pod:561
 msgid "Multiple binary package support"
 msgstr "Suporte a pacotes de múltiplos binários"
 
 #. type: textblock
-#: debhelper.pod:557
+#: debhelper.pod:563
 msgid ""
 "If your source package generates more than one binary package, debhelper "
 "programs will default to acting on all binary packages when run. If your "
@@ -1288,7 +1296,7 @@
 "independentes de arquitectura na meta F<debian/rules> binary-indep."
 
 #. type: textblock
-#: debhelper.pod:565
+#: debhelper.pod:571
 msgid ""
 "To facilitate this, as well as give you more control over which packages are "
 "acted on by debhelper programs, all debhelper programs accept the B<-a>, B<-"
@@ -1304,7 +1312,7 @@
 "excepções em baixo."
 
 #. type: textblock
-#: debhelper.pod:571
+#: debhelper.pod:577
 msgid ""
 "First, any package whose B<Architecture> field in B<debian/control> does not "
 "match the build architecture will be excluded (L<Debian Policy, section "
@@ -1315,7 +1323,7 @@
 "secção 5.6.8>)."
 
 #. type: textblock
-#: debhelper.pod:575
+#: debhelper.pod:581
 msgid ""
 "Also, some additional packages may be excluded based on the contents of the "
 "B<DEB_BUILD_PROFILES> environment variable and B<Build-Profiles> fields in "
@@ -1328,12 +1336,12 @@
 "política proposta em  L<https://wiki.debian.org/BuildProfileSpec>."
 
 #. type: =head2
-#: debhelper.pod:580
+#: debhelper.pod:586
 msgid "Automatic generation of Debian install scripts"
 msgstr "Geração automática de scripts de instalação Debian"
 
 #. type: textblock
-#: debhelper.pod:582
+#: debhelper.pod:588
 msgid ""
 "Some debhelper commands will automatically generate parts of Debian "
 "maintainer scripts. If you want these automatically generated things "
@@ -1350,7 +1358,7 @@
 "auto-gerado quando você correr o B<dh_installdeb>."
 
 #. type: textblock
-#: debhelper.pod:589
+#: debhelper.pod:595
 msgid ""
 "If a script does not exist at all and debhelper needs to add something to "
 "it, then debhelper will create the complete script."
@@ -1359,7 +1367,7 @@
 "então o debhelper irá criar o script completo."
 
 #. type: textblock
-#: debhelper.pod:592
+#: debhelper.pod:598
 msgid ""
 "All debhelper commands that automatically generate code in this way let it "
 "be disabled by the -n parameter (see above)."
@@ -1368,7 +1376,7 @@
 "permitem que o seja desactivado pelo parâmetro -n (ver em cima)."
 
 #. type: textblock
-#: debhelper.pod:595
+#: debhelper.pod:601
 msgid ""
 "Note that the inserted code will be shell code, so you cannot directly use "
 "it in a Perl script. If you would like to embed it into a Perl script, here "
@@ -1381,7 +1389,7 @@
 "definidos com o comando \"set\"):"
 
 #. type: verbatim
-#: debhelper.pod:600
+#: debhelper.pod:606
 #, no-wrap
 msgid ""
 "  my $temp=\"set -e\\nset -- @ARGV\\n\" . << 'EOF';\n"
@@ -1399,12 +1407,12 @@
 "\n"
 
 #. type: =head2
-#: debhelper.pod:606
+#: debhelper.pod:612
 msgid "Automatic generation of miscellaneous dependencies."
 msgstr "Geração automática de dependências variadas."
 
 #. type: textblock
-#: debhelper.pod:608
+#: debhelper.pod:614
 msgid ""
 "Some debhelper commands may make the generated package need to depend on "
 "some other packages. For example, if you use L<dh_installdebconf(1)>, your "
@@ -1423,7 +1431,7 @@
 "debhelper oferece um modo de automatizar isto."
 
 #. type: textblock
-#: debhelper.pod:616
+#: debhelper.pod:622
 msgid ""
 "All commands of this type, besides documenting what dependencies may be "
 "needed on their man pages, will automatically generate a substvar called B<"
@@ -1437,7 +1445,7 @@
 "que você precisa."
 
 #. type: textblock
-#: debhelper.pod:621
+#: debhelper.pod:627
 msgid ""
 "This is entirely independent of the standard B<${shlibs:Depends}> generated "
 "by L<dh_makeshlibs(1)>, and the B<${perl:Depends}> generated by "
@@ -1450,12 +1458,12 @@
 "corresponderem à realidade."
 
 #. type: =head2
-#: debhelper.pod:626
+#: debhelper.pod:632
 msgid "Package build directories"
 msgstr "Directórios de compilação de pacotes"
 
 #. type: textblock
-#: debhelper.pod:628
+#: debhelper.pod:634
 msgid ""
 "By default, all debhelper programs assume that the temporary directory used "
 "for assembling the tree of files in a package is debian/I<package>."
@@ -1465,7 +1473,7 @@
 "I<pacote>."
 
 #. type: textblock
-#: debhelper.pod:631
+#: debhelper.pod:637
 msgid ""
 "Sometimes, you might want to use some other temporary directory. This is "
 "supported by the B<-P> flag. For example, \"B<dh_installdocs -Pdebian/tmp>"
@@ -1484,13 +1492,13 @@
 "programa debhelper irá actuar."
 
 #. type: =head2
-#: debhelper.pod:639
+#: debhelper.pod:645
 msgid "udebs"
 msgstr "udebs"
 
 # FIXME : an udeb
 #. type: textblock
-#: debhelper.pod:641
+#: debhelper.pod:647
 msgid ""
 "Debhelper includes support for udebs. To create a udeb with debhelper, add "
 "\"B<Package-Type: udeb>\" to the package's stanza in F<debian/control>.  "
@@ -1507,17 +1515,17 @@
 "F<preinst>, F<postrm>, F<prerm>, e F<config>, etc."
 
 #. type: =head1
-#: debhelper.pod:648
+#: debhelper.pod:654
 msgid "ENVIRONMENT"
 msgstr "AMBIENTE"
 
 #. type: =item
-#: debhelper.pod:652
+#: debhelper.pod:658
 msgid "B<DH_VERBOSE>"
 msgstr "B<DH_VERBOSE>"
 
 #. type: textblock
-#: debhelper.pod:654
+#: debhelper.pod:660
 msgid ""
 "Set to B<1> to enable verbose mode. Debhelper will output every command it "
 "runs. Also enables verbose build logs for some build systems like autoconf."
@@ -1527,12 +1535,12 @@
 "detalhados para alguns sistemas de compilação como o autoconf."
 
 #. type: =item
-#: debhelper.pod:657
+#: debhelper.pod:663
 msgid "B<DH_COMPAT>"
 msgstr "B<DH_COMPAT>"
 
 #. type: textblock
-#: debhelper.pod:659
+#: debhelper.pod:665
 msgid ""
 "Temporarily specifies what compatibility level debhelper should run at, "
 "overriding any value in F<debian/compat>."
@@ -1541,22 +1549,22 @@
 "correr, sobrepondo qualquer valor em F<debian/compat>."
 
 #. type: =item
-#: debhelper.pod:662
+#: debhelper.pod:668
 msgid "B<DH_NO_ACT>"
 msgstr "B<DH_NO_ACT>"
 
 #. type: textblock
-#: debhelper.pod:664
+#: debhelper.pod:670
 msgid "Set to B<1> to enable no-act mode."
 msgstr "Defina para B<1> para activar o modo no-act."
 
 #. type: =item
-#: debhelper.pod:666
+#: debhelper.pod:672
 msgid "B<DH_OPTIONS>"
 msgstr "B<DH_OPTIONS>"
 
 #. type: textblock
-#: debhelper.pod:668
+#: debhelper.pod:674
 msgid ""
 "Anything in this variable will be prepended to the command line arguments of "
 "all debhelper commands."
@@ -1565,7 +1573,7 @@
 "comandos de todos os comandos do debhelper."
 
 #. type: textblock
-#: debhelper.pod:671
+#: debhelper.pod:677
 msgid ""
 "When using L<dh(1)>, it can be passed options that will be passed on to each "
 "debhelper command, which is generally better than using DH_OPTIONS."
@@ -1574,12 +1582,12 @@
 "comando do debhelper, o que é geralmente melhor do que usar DH_OPTIONS."
 
 #. type: =item
-#: debhelper.pod:674
+#: debhelper.pod:680
 msgid "B<DH_ALWAYS_EXCLUDE>"
 msgstr "B<DH_ALWAYS_EXCLUDE>"
 
 #. type: textblock
-#: debhelper.pod:676
+#: debhelper.pod:682
 msgid ""
 "If set, this adds the value the variable is set to to the B<-X> options of "
 "all commands that support the B<-X> option. Moreover, B<dh_builddeb> will "
@@ -1591,7 +1599,7 @@
 "sua árvore de compilação do pacote."
 
 #. type: textblock
-#: debhelper.pod:680
+#: debhelper.pod:686
 msgid ""
 "This can be useful if you are doing a build from a CVS source tree, in which "
 "case setting B<DH_ALWAYS_EXCLUDE=CVS> will prevent any CVS directories from "
@@ -1609,7 +1617,7 @@
 "seu é compilado."
 
 #. type: textblock
-#: debhelper.pod:687
+#: debhelper.pod:693
 msgid ""
 "Multiple things to exclude can be separated with colons, as in "
 "B<DH_ALWAYS_EXCLUDE=CVS:.svn>"
@@ -1618,13 +1626,13 @@
 "B<DH_ALWAYS_EXCLUDE=CVS:.svn>"
 
 #. type: =head1
-#: debhelper.pod:692 dh:972 dh_auto_build:47 dh_auto_clean:50
+#: debhelper.pod:698 dh:972 dh_auto_build:47 dh_auto_clean:50
 #: dh_auto_configure:52 dh_auto_install:92 dh_auto_test:63 dh_bugfiles:124
 #: dh_builddeb:124 dh_clean:147 dh_compress:210 dh_desktop:31 dh_fixperms:131
 #: dh_gconf:101 dh_gencontrol:78 dh_icons:71 dh_install:260
 #: dh_installcatalogs:122 dh_installchangelogs:241 dh_installcron:79
 #: dh_installdeb:142 dh_installdebconf:128 dh_installdirs:88
-#: dh_installdocs:337 dh_installemacsen:141 dh_installexamples:108
+#: dh_installdocs:348 dh_installemacsen:141 dh_installexamples:108
 #: dh_installifupdown:71 dh_installinfo:77 dh_installinit:324
 #: dh_installlogcheck:80 dh_installlogrotate:52 dh_installman:263
 #: dh_installmanpages:197 dh_installmenu:89 dh_installmime:63
@@ -1638,35 +1646,35 @@
 msgstr "VEJA TAMBÉM"
 
 #. type: =item
-#: debhelper.pod:696
+#: debhelper.pod:702
 msgid "F</usr/share/doc/debhelper/examples/>"
 msgstr "F</usr/share/doc/debhelper/examples/>"
 
 #. type: textblock
-#: debhelper.pod:698
+#: debhelper.pod:704
 msgid "A set of example F<debian/rules> files that use debhelper."
 msgstr "Um conjunto de ficheiros F<debian/rules> exemplo que usam debhelper."
 
 #. type: =item
-#: debhelper.pod:700
+#: debhelper.pod:706
 #, fuzzy
 #| msgid "L<http://kitenet.net/~joey/code/debhelper/>"
 msgid "L<http://joeyh.name/code/debhelper/>"
 msgstr "L<http://kitenet.net/~joey/code/debhelper/>"
 
 #. type: textblock
-#: debhelper.pod:702
+#: debhelper.pod:708
 msgid "Debhelper web site."
 msgstr "Sítio web do debhelper."
 
 #. type: =head1
-#: debhelper.pod:706 dh:978 dh_auto_build:53 dh_auto_clean:56
+#: debhelper.pod:712 dh:978 dh_auto_build:53 dh_auto_clean:56
 #: dh_auto_configure:58 dh_auto_install:98 dh_auto_test:69 dh_bugfiles:132
 #: dh_builddeb:130 dh_clean:153 dh_compress:216 dh_desktop:37 dh_fixperms:137
 #: dh_gconf:107 dh_gencontrol:84 dh_icons:77 dh_install:266
 #: dh_installcatalogs:128 dh_installchangelogs:247 dh_installcron:85
 #: dh_installdeb:148 dh_installdebconf:134 dh_installdirs:94
-#: dh_installdocs:343 dh_installemacsen:148 dh_installexamples:114
+#: dh_installdocs:354 dh_installemacsen:148 dh_installexamples:114
 #: dh_installifupdown:77 dh_installinfo:83 dh_installlogcheck:86
 #: dh_installlogrotate:58 dh_installman:269 dh_installmanpages:203
 #: dh_installmenu:97 dh_installmime:69 dh_installmodules:121 dh_installpam:67
@@ -1679,11 +1687,11 @@
 msgstr "AUTOR"
 
 #. type: textblock
-#: debhelper.pod:708 dh:980 dh_auto_build:55 dh_auto_clean:58
+#: debhelper.pod:714 dh:980 dh_auto_build:55 dh_auto_clean:58
 #: dh_auto_configure:60 dh_auto_install:100 dh_auto_test:71 dh_builddeb:132
 #: dh_clean:155 dh_compress:218 dh_fixperms:139 dh_gencontrol:86
 #: dh_install:268 dh_installchangelogs:249 dh_installcron:87 dh_installdeb:150
-#: dh_installdebconf:136 dh_installdirs:96 dh_installdocs:345
+#: dh_installdebconf:136 dh_installdirs:96 dh_installdocs:356
 #: dh_installemacsen:150 dh_installexamples:116 dh_installifupdown:79
 #: dh_installinfo:85 dh_installinit:332 dh_installlogrotate:60
 #: dh_installman:271 dh_installmanpages:205 dh_installmenu:99
@@ -2400,7 +2408,7 @@
 #: dh_compress:212 dh_fixperms:133 dh_gconf:103 dh_gencontrol:80
 #: dh_install:262 dh_installcatalogs:124 dh_installchangelogs:243
 #: dh_installcron:81 dh_installdeb:144 dh_installdebconf:130 dh_installdirs:90
-#: dh_installdocs:339 dh_installexamples:110 dh_installifupdown:73
+#: dh_installdocs:350 dh_installexamples:110 dh_installifupdown:73
 #: dh_installinfo:79 dh_installinit:326 dh_installlogcheck:82
 #: dh_installlogrotate:54 dh_installman:265 dh_installmanpages:199
 #: dh_installmime:65 dh_installmodules:117 dh_installpam:63 dh_installppp:69
@@ -2417,7 +2425,7 @@
 #: dh_clean:151 dh_compress:214 dh_desktop:35 dh_fixperms:135 dh_gconf:105
 #: dh_gencontrol:82 dh_icons:75 dh_install:264 dh_installchangelogs:245
 #: dh_installcron:83 dh_installdeb:146 dh_installdebconf:132 dh_installdirs:92
-#: dh_installdocs:341 dh_installemacsen:146 dh_installexamples:112
+#: dh_installdocs:352 dh_installemacsen:146 dh_installexamples:112
 #: dh_installifupdown:75 dh_installinfo:81 dh_installinit:328
 #: dh_installlogrotate:56 dh_installman:267 dh_installmanpages:201
 #: dh_installmenu:95 dh_installmime:67 dh_installmodules:119 dh_installpam:65
Hints needed:
unblock debhelper/9.20150101

--- End Message ---
--- Begin Message ---
Hi,

On Sun, Mar 08, 2015 at 09:50:34AM +0100, Niels Thykier wrote:
> Please consider unblocking debhelper/9.20150101 as we now have packages
> in testing Build-depending on it.

Unblocked.

Cheers,

Ivo

--- End Message ---

Reply to: