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

Sylvain Le Gall gildor at debian.org
Tue Nov 3 23:11:10 UTC 2009


The following commit has been merged in the master branch:
commit d36c9862197e641f6f732703881658f67d4059fb
Author: Sylvain Le Gall <gildor at debian.org>
Date:   Tue Nov 3 23:09:06 2009 +0000

    Use dh-ocaml 0.9 features
    
    * Use dh-ocaml 0.9 features
    * Upgrade Standards-Version to 3.8.3 (section ocaml)
    * Remove build-dependency on dpatch

diff --git a/debian/changelog b/debian/changelog
index 0f7c0e6..86a4be8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
-uuidm (0.9.3-3) UNRELEASED; urgency=low
+uuidm (0.9.3-3) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * Use dh-ocaml 0.9 features
+  * Upgrade Standards-Version to 3.8.3 (section ocaml)
+  * Remove build-dependency on dpatch
 
- -- Sylvain Le Gall <gildor at debian.org>  Tue, 03 Mar 2009 02:07:41 +0100
+ -- Sylvain Le Gall <gildor at debian.org>  Tue, 03 Nov 2009 22:57:12 +0000
 
 uuidm (0.9.3-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 0ce6f42..f806c80 100644
--- a/debian/control
+++ b/debian/control
@@ -1,17 +1,21 @@
 Source: uuidm
-Section: libdevel
+Section: ocaml
 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 (>= 7), dpatch, ocaml-nox (>= 3.11), dh-ocaml (>= 0.4.1)
-Standards-Version: 3.8.0
+Build-Depends: cdbs (>= 0.4.23), 
+  debhelper (>= 7), 
+  ocaml-nox (>= 3.11), 
+  dh-ocaml (>= 0.9.1)
+Standards-Version: 3.8.3
 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
 Homepage: http://erratique.ch/software/uuidm
 
 Package: libuuidm-ocaml-dev
 Architecture: any
-Depends: ocaml-base-${F:OCamlABI}, ${misc:Depends}
+Depends: ${ocaml:Depends}, ${misc:Depends}
+Provides: ${ocaml:Provides}
 Description: Universally unique identifiers for OCaml
  This library is an OCaml module implementing 128 bits universally unique
  identifiers (uuid) version 3, 5 (name based with MD5, SHA-1 hashing) and 4
diff --git a/debian/rules b/debian/rules
index 2fccf4f..6253f24 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,7 @@
 # MA 02110-1301, USA.
 
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/dpatch.mk
+#include /usr/share/cdbs/1/rules/dpatch.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