[Pkg-ocaml-maint-commits] [SCM] ocaml-benchmark packaging branch, master, updated. debian/0.9-2

Sylvain Le Gall gildor at debian.org
Mon Dec 14 23:03:20 UTC 2009


The following commit has been merged in the master branch:
commit 3b23f72f14a1ff7dfa3cf7f45efa4f2eb74ff2b4
Author: Sylvain Le Gall <gildor at debian.org>
Date:   Mon Dec 14 23:00:58 2009 +0000

    dh-ocaml transition
    
    * Use dh-ocaml 0.9.1 features
    * Upgrade Standards-Version to 3.8.3 (no change)

diff --git a/debian/changelog b/debian/changelog
index e895c96..febe92e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ocaml-benchmark (0.9-2) unstable; urgency=low
+
+  * Use dh-ocaml 0.9.1 features
+  * Upgrade Standards-Version to 3.8.3 (no change)
+
+ -- Sylvain Le Gall <gildor at debian.org>  Mon, 14 Dec 2009 23:00:28 +0000
+
 ocaml-benchmark (0.9-1) unstable; urgency=low
 
   * New Upstream Version
diff --git a/debian/control b/debian/control
index bc5efdc..8682486 100644
--- a/debian/control
+++ b/debian/control
@@ -8,15 +8,16 @@ Build-Depends: cdbs (>= 0.4.23-1.1),
  dpatch, 
  ocaml-nox (>= 3.10.0-9), 
  ocaml-findlib (>= 1.1.2pl1-4),
- dh-ocaml (>= 0.4.1)
-Standards-Version: 3.8.1
+ dh-ocaml (>= 0.9.1)
+Standards-Version: 3.8.3
 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ocaml-benchmark.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-benchmark.git
 Homepage: http://sourceforge.net/projects/ocaml-benchmark/
 
 Package: libbenchmark-ocaml-dev
 Architecture: any
-Depends: ocaml-nox-${F:OCamlABI}, ${misc:Depends}
+Depends: ${ocaml:Depends}, ${misc:Depends}
+Provides: ${ocaml:Provides}
 Description: OCaml benchmarking library
  This library implements benchmarking functions for measuring the
  run-time of one or many functions using latency (multiple
diff --git a/debian/libbenchmark-ocaml-dev.ocamldoc b/debian/libbenchmark-ocaml-dev.ocamldoc
new file mode 100644
index 0000000..c01ade2
--- /dev/null
+++ b/debian/libbenchmark-ocaml-dev.ocamldoc
@@ -0,0 +1 @@
+# Nothing
diff --git a/debian/rules b/debian/rules
index 84697a4..9d50126 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,10 +17,10 @@
 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
 # MA 02110-1301, USA.
 
+include /usr/share/cdbs/1/rules/ocaml.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/dpatch.mk
 include /usr/share/cdbs/1/class/makefile.mk
-include /usr/share/cdbs/1/rules/ocaml.mk
 
 PACKAGE_DEV := libbenchmark-ocaml-dev
 DESTDIR_DEV := $(CURDIR)/debian/$(PACKAGE_DEV)
@@ -41,7 +41,5 @@ DEB_MAKE_INSTALL_TARGET  := installbyte
 endif
 DEB_MAKE_INSTALL_TARGET  += DESTDIR="$(DESTDIR_DEV)/$(OCAML_STDLIB_DIR)"
 
-OCAML_OCAMLDOC_PACKAGES_DOCBASE := libbenchmark-ocaml-dev
-
 clean::
 	-$(RM) '$(CURDIR)/.depend'

-- 
ocaml-benchmark packaging



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