[Pkg-ocaml-maint-commits] [SCM] cmigrep packaging branch, master, updated. debian/1.5-7-16-gd39f75c

Ralf Treinen treinen at free.fr
Wed Feb 16 19:32:28 UTC 2011


The following commit has been merged in the master branch:
commit 548ee534101fca2aec2f1a14d9cb2b6360d8e2b6
Author: Ralf Treinen <treinen at free.fr>
Date:   Wed Feb 16 20:08:58 2011 +0100

    spurious depends (now fond by dh-ocaml)

diff --git a/debian/control b/debian/control
index fd23fa8..02c033e 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,7 @@ Homepage: http://homepage.mac.com/letaris/
 
 Package: cmigrep
 Architecture: all
-Depends: ${ocaml:Depends}, libpcre-ocaml, ${misc:Depends}
+Depends: ${ocaml:Depends}, ${misc:Depends}
 Conflicts: ocaml-tools (<= 2007.02.04-2)
 Replaces: ocaml-tools
 Description: search in OCaml compiled interface files
diff --git a/debian/rules b/debian/rules
index 78de8c7..73b994d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,4 +6,4 @@ override_dh_auto_build:
 	$(MAKE) byte GODI_LIB=/usr/lib/ocaml/compiler-libs \
 
 # everything is installed by debhelper tools
-override_dh_auto_install:
+# override_dh_auto_install:

-- 
cmigrep packaging



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