[lmodern] 02/02: no need for dh_installtex on fonts-lmodern, triggered
This is an automated email from the git hooks/post-receive script.
preining pushed a commit to branch master
in repository lmodern.
commit c3cea6bf01cf105f870954f291df55898b75a4bc
Author: Norbert Preining <preining@debian.org>
Date: Wed Feb 10 21:24:53 2016 +0900
no need for dh_installtex on fonts-lmodern, triggered
---
debian/changelog | 7 +++++++
debian/rules | 3 ++-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 1282288..2d3fe4a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+lmodern (2.004.5-2) UNRELEASED; urgency=medium
+
+ * drop dh_installtex call for fonts-lmodern, as all work is done
+ via triggers (Closes: #814321)
+
+ -- Norbert Preining <preining@debian.org> Wed, 10 Feb 2016 21:24:13 +0900
+
lmodern (2.004.5-1) unstable; urgency=medium
* new upstream release with new Latin Modern Math fonts (Closes: #799731)
diff --git a/debian/rules b/debian/rules
index 7b84129..8e58a0e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -79,7 +79,8 @@ binary-indep: build-indep
# the first call works only on the lmodern package, not all
dh_installtex map=Map,lm.map
# since we are shipping files in texmf trees, call dh_installtex, too
- dh_installtex -p fonts-lmodern
+ # not necessary anymore, as mktexlsr is called via triggers
+ # dh_installtex -p fonts-lmodern
dh_link
dh_installdocs
dh_installchangelogs
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-tex/lmodern.git
Reply to: