[debhelper-devel] [Git][debian/debhelper][master] dh_installxfonts: fix typo causing a misc:Depends on non-existing xfont-utils

Niels Thykier gitlab at salsa.debian.org
Wed Apr 4 18:03:47 UTC 2018


Niels Thykier pushed to branch master at Debian / debhelper


Commits:
98d248f4 by Nicolas Boulenguez at 2018-04-04T18:00:56+00:00
dh_installxfonts: fix typo causing a misc:Depends on non-existing xfont-utils

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -


2 changed files:

- debian/changelog
- dh_installxfonts


Changes:

=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,14 @@
 debhelper (11.1.7) UNRELEASED; urgency=medium
 
+  [ Niels Thykier ]
   * debhelper.7: Add a ~ to the suggested Build-Depends to ensure
     backports also work for debhelper with single integer versions.
     Thanks to Trent W. Buck for the suggestion.  (Closes: #894666)
 
+  [ Nicolas Boulenguez ]
+  * dh_installxfonts: Fix typo that causes a misc:Depends on
+    non-existing xfont-utils.  (Closes: #894835)
+
  -- Niels Thykier <niels at thykier.net>  Wed, 04 Apr 2018 05:14:35 +0000
 
 debhelper (11.1.6) unstable; urgency=medium


=====================================
dh_installxfonts
=====================================
--- a/dh_installxfonts
+++ b/dh_installxfonts
@@ -86,7 +86,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 			{ 'CMDS' => join(";", @cmds, @cmds_postrm) });
 
 		if (@cmds_postrm) {
-			addsubstvar($package, "misc:Depends", "xfont-utils", ">= 1:7.5+2");
+			addsubstvar($package, "misc:Depends", "xfonts-utils", ">= 1:7.5+2");
 		} else {
 			addsubstvar($package, "misc:Depends", "xfonts-utils");
 		}



View it on GitLab: https://salsa.debian.org/debian/debhelper/commit/98d248f46b6085d691aa29c423fa9fa2e240709a

---
View it on GitLab: https://salsa.debian.org/debian/debhelper/commit/98d248f46b6085d691aa29c423fa9fa2e240709a
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/debhelper-devel/attachments/20180404/1c72da32/attachment-0001.html>


More information about the debhelper-devel mailing list