[Pkg-ocaml-maint-commits] [SCM] cduce packaging branch, master, updated. debian/0.5.3-2-11-g2a95a34

Pietro Abate pietro.abate at pps.jussieu.fr
Wed Oct 6 16:24:20 UTC 2010


The following commit has been merged in the master branch:
commit 2a95a342c341745cd4d664b2a6097793c9da5cff
Author: Pietro Abate <pietro.abate at pps.jussieu.fr>
Date:   Wed Oct 6 18:14:24 2010 +0200

    - add build dependency to quilt
    - fix problem with 0001-Add-dynlink.cma-to-the-linking-command-of-the-byteco.patch

diff --git a/debian/control b/debian/control
index f73b712..6b4a343 100644
--- a/debian/control
+++ b/debian/control
@@ -16,6 +16,7 @@ Build-Depends:
  libexpat-ocaml-dev (>= 0.9.1+debian1-6~),
  libcurl-ocaml-dev (>= 0.5.1-2~),
  ocaml-ulex (>= 1.1-2~),
+ quilt (>= 0.46-7~),
  chrpath,
  bzip2
 Standards-Version: 3.9.1
diff --git a/debian/rules b/debian/rules
index eaf2827..c33fe22 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,7 @@ CONFIGURE_OPTS := --prefix=/usr \
   --without-pxp
 
 %:
-	dh --with ocaml $@
+	dh --with ocaml --with quilt $@
 
 .PHONY: override_dh_auto_configure
 override_dh_auto_configure:
@@ -48,4 +48,4 @@ override_dh_auto_install:
 
 .PHONY: override_dh_ocaml
 override_dh_ocaml:
-	dh_ocaml --runtime-map cduce
\ No newline at end of file
+	dh_ocaml --runtime-map cduce

-- 
cduce packaging



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