[Pkg-ocaml-maint-commits] [SCM] ocaml-inotify packaging branch, master, updated. debian/1.0-1
Sylvain Le Gall
gildor at debian.org
Sun Oct 25 17:49:19 UTC 2009
The following commit has been merged in the master branch:
commit f47c923cc333158adfdea7d624da157d47657696
Author: Sylvain Le Gall <gildor at debian.org>
Date: Sun Oct 25 17:29:28 2009 +0000
New upstream release and use dh-ocaml 0.9 features
diff --git a/debian/changelog b/debian/changelog
index 8ceaa8c..ef486d4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ocaml-inotify (1.0-1) UNRELEASED; urgency=low
+
+ * New upstream release
+ * Switch to dh-ocaml 0.9.1 to compute dependencies
+
+ -- Sylvain Le Gall <gildor at debian.org> Sun, 25 Oct 2009 17:25:35 +0000
+
ocaml-inotify (0.9-1) unstable; urgency=low
* Add debian/gbp.conf to force using pristine-tar
diff --git a/debian/control b/debian/control
index 80cd48f..0ce7834 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: cdbs (>= 0.4.52),
debhelper (>> 5),
ocaml-findlib,
dpatch,
- dh-ocaml (>= 0.4.1)
+ dh-ocaml (>= 0.9.1)
Standards-Version: 3.8.1
Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-inotify.git
Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ocaml-inotify.git
@@ -16,7 +16,8 @@ Homepage: http://tab.snarc.org/projects/ocaml_inotify/
Package: libinotify-ocaml
Architecture: any
-Depends: ocaml-base-nox-${F:OCamlABI}, ${shlibs:Depends}, ${misc:Depends}
+Depends: ${ocaml:Depends}, ocaml-base-nox-${F:OCamlABI}, ${shlibs:Depends}, ${misc:Depends}
+Provides: ${ocaml:Provides}
Description: OCaml bindings for the inotify API
This library provides OCaml bindings for using inotify.
.
@@ -27,7 +28,8 @@ Description: OCaml bindings for the inotify API
Package: libinotify-ocaml-dev
Architecture: any
-Depends: ocaml-nox-${F:OCamlABI}, libinotify-ocaml (= ${binary:Version}), ${misc:Depends}
+Depends: ${ocaml:Depends}, ocaml-nox-${F:OCamlABI}, libinotify-ocaml (= ${binary:Version}), ${misc:Depends}
+Provides: ${ocaml:Provides}
Description: OCaml bindings for the inotify API
This library provides OCaml bindings for using inotify.
.
--
ocaml-inotify packaging
More information about the Pkg-ocaml-maint-commits
mailing list