summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain Le Gall <gildor@debian.org>2009-12-14 23:00:58 +0000
committerSylvain Le Gall <gildor@debian.org>2009-12-14 23:00:58 +0000
commit3b23f72f14a1ff7dfa3cf7f45efa4f2eb74ff2b4 (patch)
tree441d0b5fbfb9363ef027b963e9aa7be1b85e1cdb
parente94847c664d3b661bb9d6bb5004e809b2f2b6597 (diff)
dh-ocaml transition
* Use dh-ocaml 0.9.1 features * Upgrade Standards-Version to 3.8.3 (no change)
-rw-r--r--debian/changelog7
-rw-r--r--debian/control7
-rw-r--r--debian/libbenchmark-ocaml-dev.ocamldoc1
-rwxr-xr-xdebian/rules4
4 files changed, 13 insertions, 6 deletions
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@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'