summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2013-08-29 21:26:26 -0400
committerJoey Hess <joey@kitenet.net>2013-08-29 21:26:26 -0400
commit65c983a2752567db1e99a47b9212ef56137641b2 (patch)
tree10feff9a449345db8f64aa6e1710a443385348ee
parent240e4fdee0f81f1e4ca979cfa8a2fe76f19c5bb3 (diff)
dh: Call dh_installxfonts after dh_link, so that it will notice fonts installed via symlinks. Closes: #721264
-rw-r--r--debian/changelog7
-rwxr-xr-xdh2
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index bce1e84e..090c318c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+debhelper (9.20130721) UNRELEASED; urgency=low
+
+ * dh: Call dh_installxfonts after dh_link, so that it will
+ notice fonts installed via symlinks. Closes: #721264
+
+ -- Joey Hess <joeyh@debian.org> Tue, 20 Aug 2013 12:46:25 -0400
+
debhelper (9.20130720) unstable; urgency=low
* dh_python: Removed this deprecated and unused command.
diff --git a/dh b/dh
index 7f816611..faa82b96 100755
--- a/dh
+++ b/dh
@@ -382,7 +382,6 @@ my @i = qw{
dh_installppp
dh_installudev
dh_installwm
- dh_installxfonts
dh_installgsettings
dh_bugfiles
dh_ucf
@@ -393,6 +392,7 @@ my @i = qw{
dh_usrlocal
dh_link
+ dh_installxfonts
dh_compress
dh_fixperms
};