[Pkg-ocaml-maint-commits] [SCM] pcre-ocaml packaging branch, master, updated. debian/6.0.1-1-1-g31f4ecf

Stephane Glondu steph at glondu.net
Mon Jul 27 14:46:14 UTC 2009


The following commit has been merged in the master branch:
commit 31f4ecf2da8fb5f5e9ba066ae981c800dbcb8cf4
Author: Stephane Glondu <steph at glondu.net>
Date:   Mon Jul 27 16:42:42 2009 +0200

    Adapt to new dh-ocaml

diff --git a/debian/changelog b/debian/changelog
index 79076ec..5629c0c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pcre-ocaml (6.0.1-2) UNRELEASED; urgency=low
+
+  * Adapt to new dh-ocaml
+
+ -- Stephane Glondu <steph at glondu.net>  Mon, 27 Jul 2009 16:42:19 +0200
+
 pcre-ocaml (6.0.1-1) unstable; urgency=low
 
   * New Upstream Version
diff --git a/debian/control b/debian/control
index 8cbecaa..dc27e0d 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Build-Depends:
  ocaml-findlib (>> 1.2.4-2),
  cdbs,
  dpatch,
- dh-ocaml (>= 0.4)
+ dh-ocaml (>= 0.9)
 Standards-Version: 3.8.2
 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/pcre-ocaml.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/pcre-ocaml.git
@@ -22,9 +22,10 @@ Homepage: http://www.ocaml.info/home/ocaml_sources.html
 Package: libpcre-ocaml
 Architecture: any
 Depends:
- ocaml-base-nox-${F:OCamlABI},
+ ${ocaml:Depends},
  ${shlibs:Depends},
  ${misc:Depends}
+Provides: ${ocaml:Provides}
 Description: OCaml bindings for PCRE (Perl Compatible Regular Expression)
  This OCaml-library interfaces the PCRE (Perl-compatibility
  regular expressions) C library. it can be used for matching
@@ -44,11 +45,11 @@ Description: OCaml bindings for PCRE (Perl Compatible Regular Expression)
 Package: libpcre-ocaml-dev
 Architecture: any
 Depends:
- ocaml-nox-${F:OCamlABI},
- libpcre-ocaml (= ${binary:Version}),
  libpcre3-dev,
  ocaml-findlib,
+ ${ocaml:Depends},
  ${misc:Depends}
+Provides: ${ocaml:Provides}
 Description: OCaml bindings for PCRE (Perl Compatible Regular Expression)
  This OCaml-library interfaces the PCRE (Perl-compatibility
  regular expressions) C library. it can be used for matching
diff --git a/debian/rules b/debian/rules
index 19be919..bd8b5ae 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,8 @@
 #!/usr/bin/make -f
-include /usr/share/cdbs/1/class/makefile.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/dpatch.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/ocaml.mk
+include /usr/share/cdbs/1/class/makefile.mk
 
 PKGNAME = libpcre-ocaml-dev
 DESTDIR := $(CURDIR)/debian/tmp$(OCAML_STDLIB_DIR)

-- 
pcre-ocaml packaging



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