[Pkg-ocaml-maint-commits] [SCM] dose3 packaging branch, master, updated. debian/2.9.8-1-12-g7251603

Ralf Treinen treinen at free.fr
Tue Feb 7 10:19:50 UTC 2012


The following commit has been merged in the master branch:
commit 7251603850c39d512b71999d7de42dbe2e913646
Author: Ralf Treinen <treinen at free.fr>
Date:   Tue Feb 7 11:13:07 2012 +0100

    configure --with-rpm4, install again stublibs

diff --git a/debian/changelog b/debian/changelog
index 7cb9777..e272b83 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,7 @@
 dose3 (2.9.10-1) UNRELEASED; urgency=low
 
   * New upstream release
-  * Do not attempt to install /usr/lib/ocaml/dose3/stublibs which is no
-    longer generated by upstream.
+  * debian/rules: configuration option --with-rpm has become --with-rpm4
   * debian/control:
     - The apt-cudf package now depends first on aspcud before the virtual
       package cudf-solver
diff --git a/debian/libdose3-ocaml.install b/debian/libdose3-ocaml.install
index 0d7a525..76ac9d5 100644
--- a/debian/libdose3-ocaml.install
+++ b/debian/libdose3-ocaml.install
@@ -1 +1 @@
-# usr/lib/ocaml/stublibs/* usr/lib/ocaml/stublibs
\ No newline at end of file
+usr/lib/ocaml/stublibs/* usr/lib/ocaml/stublibs
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
index 6f8da5f..6ae6a53 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
 	dh $@ --with ocaml
 
 override_dh_auto_configure:
-	./configure --with-ocamlgraph --with-zip --with-bz2 --with-rpm
+	./configure --with-ocamlgraph --with-zip --with-bz2 --with-rpm4
 
 override_dh_auto_install:
 	dh_auto_install

-- 
dose3 packaging



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