[Pkg-ocaml-maint-commits] [SCM] hevea packaging branch, master, updated. debian/1.10-9-2-g0ac7e8a

Ralf Treinen treinen at free.fr
Wed Jan 13 19:58:21 UTC 2010


The following commit has been merged in the master branch:
commit 9ea0f524cbcbea62ebec4fef312b6e0c259c028e
Author: Ralf Treinen <treinen at free.fr>
Date:   Tue Jul 21 19:00:53 2009 +0200

    add call to dh_installtex

diff --git a/debian/changelog b/debian/changelog
index b44f7f7..a52eef2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+hevea (1.10-9) unstable; urgency=low
+
+  * debian/rules: added call to dh_installtex in the post deb preparation
+    stage (closes: 536833).
+
+ -- Ralf Treinen <treinen at debian.org>  Tue, 21 Jul 2009 19:00:20 +0200
+
 hevea (1.10-8) unstable; urgency=low
 
   [ Ralf Treinen ]
diff --git a/debian/rules b/debian/rules
index 34cbfc2..4a802e2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,6 +19,9 @@ clean/hevea::
 install/hevea::
 	cp html/gif.hva $(DEB_DESTDIR)/usr/share/hevea/html
 
+binary/hevea::
+	dh_installtex
+
 # we have decided to build this package as bytecode
 DEB_MAKE_BUILD_TARGET = byte
 DEB_MAKE_INSTALL_TARGET = install TARGET=byte

-- 
hevea packaging



More information about the Pkg-ocaml-maint-commits mailing list