[Pkg-ocaml-maint-commits] [SCM] ocamlweb packaging branch, master, updated. debian/1.37-13-1-g68940f9

Ralf Treinen treinen at free.fr
Sat Oct 9 14:33:19 UTC 2010


The following commit has been merged in the master branch:
commit e05d3b6f940375cc23b54a6b6a73b29417972d76
Author: Ralf Treinen <treinen at free.fr>
Date:   Mon Feb 8 20:41:41 2010 +0100

    add dh_installtex

diff --git a/debian/changelog b/debian/changelog
index ca5522d..f93fdc3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,9 @@ ocamlweb (1.37-13) unstable; urgency=low
 
   * Standards-Version 3.8.4 (no change)
   * Recompiled for ocaml 3.11.2
+  * Call dh_installtex from install target in debian/rules
 
- -- Ralf Treinen <treinen at debian.org>  Mon, 08 Feb 2010 20:26:42 +0100
+ -- Ralf Treinen <treinen at debian.org>  Mon, 08 Feb 2010 20:41:31 +0100
 
 ocamlweb (1.37-12) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 2f63266..437b557 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,7 @@ include /usr/share/cdbs/1/rules/ocaml.mk
 install/ocamlweb::
 	cp doc/ocamlweb-*-man.html \
 		debian/ocamlweb/usr/share/doc/ocamlweb/ocamlweb-man.html
+	dh_installtex
 
 DEB_CONFIGURE_NORMAL_ARGS = \
 	--prefix=$(DEB_DESTDIR)/usr/\

-- 
ocamlweb packaging



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