[Pkg-ocaml-maint-commits] [SCM] advi packaging branch, experimental, updated. debian/1.6.0-13-56-g070ca49

Ralf Treinen treinen at free.fr
Wed Mar 3 08:34:43 UTC 2010


The following commit has been merged in the experimental branch:
commit 01bbd3aa62d61d2fa9badf455edb785be228b02a
Author: Ralf Treinen <treinen at free.fr>
Date:   Tue Mar 2 20:35:04 2010 +0100

    use dh_ocaml

diff --git a/debian/control b/debian/control
index 1f559db..3c1ca36 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Homepage: http://pauillac.inria.fr/advi/
 
 Package: advi
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends},
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${ocaml:Depends},
  texlive-base-bin, texlive-base, ghostscript
 Suggests: ttf-kochi-gothic, ttf-kochi-mincho, bzip2
 Replaces: mldvi, activedvi
diff --git a/debian/rules b/debian/rules
index 1eec75b..eb0c0e6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ DEB_BUILD_ARCH      ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
 OPT    = $(shell test -x /usr/bin/ocamlopt && echo true)
 
 %:
-	dh $@ --with tex
+	dh $@ --with tex,ocaml
 
 override_dh_auto_configure:
 	./configure --host=$(DEB_HOST_GNU_TYPE) \

-- 
advi packaging



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