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

Stefano Zacchiroli zack at upsilon.cc
Fri Feb 20 22:41:44 UTC 2009


The following commit has been merged in the master branch:
commit f250c68edc2c8a10d93217ddbe1711505e98d2b1
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date:   Fri Feb 20 23:38:58 2009 +0100

    rework toward future migrations
    
    * bump debhelper compatibility level to 7
      - simplify debian/*.install file getting rid of debian/tmp/
    * debian/*.install.in: use @OCamlStdlibDir@ and @OCamlDllDir@ instead of
      making assumption on stdlib directory layout

diff --git a/debian/changelog b/debian/changelog
index 749e4e4..6c9004f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+pcre-ocaml (5.15.1-2) UNRELEASED; urgency=low
+
+  * bump debhelper compatibility level to 7
+    - simplify debian/*.install file getting rid of debian/tmp/
+  * debian/*.install.in: use @OCamlStdlibDir@ and @OCamlDllDir@ instead of
+    making assumption on stdlib directory layout
+
+ -- Stefano Zacchiroli <zack at debian.org>  Fri, 20 Feb 2009 23:37:11 +0100
+
 pcre-ocaml (5.15.1-1) experimental; urgency=low
 
   * New upstream release
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..7f8f011 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+7
diff --git a/debian/control b/debian/control
index aa9048d..455ad44 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,14 @@ Priority: optional
 Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
 Uploaders: Stefano Zacchiroli <zack at debian.org>, Stephane Glondu <steph at glondu.net>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 5.0.0), libpcre3-dev (>= 4.5), ocaml-nox (>= 3.11.0), ocaml-findlib (>= 1.2.1-6), cdbs, dpatch, dh-ocaml
+Build-Depends:
+ debhelper (>= 7.0.0),
+ libpcre3-dev,
+ ocaml-nox (>= 3.11.0),
+ ocaml-findlib,
+ cdbs,
+ dpatch,
+ dh-ocaml
 Standards-Version: 3.8.0
 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
diff --git a/debian/libpcre-ocaml.install.in b/debian/libpcre-ocaml.install.in
index 6bc0b81..42fea44 100644
--- a/debian/libpcre-ocaml.install.in
+++ b/debian/libpcre-ocaml.install.in
@@ -1 +1 @@
-debian/tmp/usr/lib/ocaml/*/pcre/*.so	usr/lib/ocaml/@OCamlABI@/stublibs/
+ at OCamlStdlibDir@/pcre/*.so	@OCamlDllDir@

-- 
pcre-ocaml packaging



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