Freeze exception for latex-make 2.1.18-2
Hi,
Can you allow a freeze exception for latex-make 2.1.18-2 that has
just been uploaded?
latex-make 2.1.18-1 currently in wheezy is missing a call of
dh_installtex when building the package. The consequence is that
texhash is not called at install/remove of the package. Hence,
the software does not work until another TeX package (or the
administrator) calls texhash. (See #681300)
The debdiff is added in this message.
Regards,
Vincent
--
Vincent Danjean GPG key ID 0x9D025E87 vdanjean@debian.org
GPG key fingerprint: FC95 08A6 854D DB48 4B9A 8A94 0BF7 7867 9D02 5E87
Unofficial pkgs: http://moais.imag.fr/membres/vincent.danjean/deb.html
APT repo: deb http://people.debian.org/~vdanjean/debian unstable main
diff -Nru latex-make-2.1.18/debian/changelog latex-make-2.1.18/debian/changelog
--- latex-make-2.1.18/debian/changelog 2012-06-09 22:35:13.000000000 +0200
+++ latex-make-2.1.18/debian/changelog 2012-07-12 14:33:23.000000000 +0200
@@ -1,3 +1,9 @@
+latex-make (2.1.18-2) unstable; urgency=low
+
+ * ensure dh_installtex is called when building the package (Closes: #681300)
+
+ -- Vincent Danjean <vdanjean@debian.org> Thu, 12 Jul 2012 14:28:30 +0200
+
latex-make (2.1.18-1) unstable; urgency=low
* Fix subfig generation (Closes: #676737)
diff -Nru latex-make-2.1.18/debian/rules latex-make-2.1.18/debian/rules
--- latex-make-2.1.18/debian/rules 2012-06-09 22:35:13.000000000 +0200
+++ latex-make-2.1.18/debian/rules 2012-07-12 14:33:23.000000000 +0200
@@ -9,4 +9,5 @@
override_dh_install:
dh_install --fail-missing
+ dh_installtex
Reply to: