[Pkg-ocaml-maint-commits] [SCM] galax packaging branch, master, updated. debian/1.1-5-14-gfeaeecc

Stefano Zacchiroli zack at upsilon.cc
Wed Oct 7 08:04:43 UTC 2009


The following commit has been merged in the master branch:
commit feaeecce38348fc4a285013cc274d5e8eb80e707
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date:   Wed Oct 7 10:03:08 2009 +0200

    remove old-style dep generation on the interpreter

diff --git a/debian/control b/debian/control
index 8b3ede5..28e420a 100644
--- a/debian/control
+++ b/debian/control
@@ -103,7 +103,6 @@ Package: libgalax-ocaml-dev
 Section: ocaml
 Architecture: any
 Depends:
- ocaml-nox-${F:OCamlABI},
  libpcre-ocaml-dev,
  libocamlnet-ocaml-dev,
  libpxp-ocaml-dev,
diff --git a/debian/rules b/debian/rules
index 3290b5b..e497fc2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,8 +36,6 @@ override_dh_auto_install:
 ifeq ($(OCAML_HAVE_OCAMLOPT),no)
 override_dh_strip:
 	dh_strip -Xusr/bin
-override_dh_gencontrol:
-	dh_gencontrol -VF:OCamlInterp="ocaml-base-nox-$(OCAML_ABI)"
 endif
 
 override_dh_install:

-- 
galax packaging



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