[Pkg-ocaml-maint-commits] [SCM] uuidm packaging branch, master, updated. debian/0.9.3-1-2-g038d0f3

Sylvain Le Gall gildor at debian.org
Tue Mar 3 00:21:50 UTC 2009


The following commit has been merged in the master branch:
commit 038d0f37be0961b62f94a4400ba28b04ff672ed9
Author: Sylvain Le Gall <gildor at debian.org>
Date:   Tue Mar 3 01:18:02 2009 +0100

    Update debian/ to conform to ocaml 3.11 migration
    
    * Add a debian/gbp.conf to force using pristine-tar
    * Add a debian/gbp.conf to force using pristine-tar
    * Update debian/compat to level 7
    * Add dh-ocaml build-dependency, use rules/ocaml.mk

diff --git a/debian/changelog b/debian/changelog
index 3f19e61..4dd3544 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
 uuidm (0.9.3-2) UNRELEASED; urgency=low
 
-  * NOT RELEASED YET
+  * Add a debian/gbp.conf to force using pristine-tar
+  * Update debian/compat to level 7
+  * Add dh-ocaml build-dependency, use rules/ocaml.mk
 
- -- Sylvain Le Gall <gildor at debian.org>  Mon, 11 Aug 2008 23:10:13 +0200
+ -- Sylvain Le Gall <gildor at debian.org>  Sat, 28 Feb 2009 20:06:03 +0100
 
 uuidm (0.9.3-1) unstable; urgency=low
 
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 1e387a5..c258aeb 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: libdevel
 Priority: optional
 Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
 Uploaders: Sylvain Le Gall <gildor at debian.org>
-Build-Depends: cdbs (>= 0.4.23), debhelper (>= 5), dpatch, ocaml-nox (>= 3.10.0-8)
+Build-Depends: cdbs (>= 0.4.23), debhelper (>= 7), dpatch, ocaml-nox (>= 3.10.0-8), dh-ocaml (>= 0.4.1)
 Standards-Version: 3.8.0
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/uuidm.git
 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/uuidm.git
@@ -11,7 +11,6 @@ Homepage: http://erratique.ch/software/uuidm
 
 Package: libuuidm-ocaml-dev
 Architecture: any
-Section: libdevel
 Depends: ocaml-base-${F:OCamlABI}
 Description: Universally unique identifiers for OCaml
  This library is an OCaml module implementing 128 bits universally unique
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..cec628c
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,2 @@
+[DEFAULT]
+pristine-tar = True
diff --git a/debian/rules b/debian/rules
index 2418d0c..2fccf4f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,7 +19,7 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/dpatch.mk
-include /usr/share/cdbs/1/class/ocaml.mk
+include /usr/share/cdbs/1/rules/ocaml.mk
 
 DESTDIR_DEV=$(CURDIR)/debian/libuuidm-ocaml-dev
 

-- 
uuidm packaging



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