From 65c983a2752567db1e99a47b9212ef56137641b2 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 29 Aug 2013 21:26:26 -0400 Subject: dh: Call dh_installxfonts after dh_link, so that it will notice fonts installed via symlinks. Closes: #721264 --- debian/changelog | 7 +++++++ dh | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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 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 }; -- cgit v1.2.3