[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:22 UTC 2009


The following commit has been merged in the master branch:
commit f9650300a4fef3b2a3842bf43b7511507da38549
Author: Sylvain Le Gall <gildor at debian.org>
Date:   Sun Oct 25 17:35:15 2009 +0000

    Fix Standards-Version and remove useless depends
    
    * Really upgrade to Standards-Version
    * Full confidence to dh-ocaml for depends

diff --git a/debian/changelog b/debian/changelog
index 79c640f..d997a71 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,7 @@ ocaml-inotify (1.0-1) UNRELEASED; urgency=low
 
   * New upstream release
   * Switch to dh-ocaml 0.9.1 to compute dependencies
-  * Upgrade Standards-Version to 3.8.2 (no change)
+  * Upgrade Standards-Version to 3.8.3 (no change)
 
  -- Sylvain Le Gall <gildor at debian.org>  Sun, 25 Oct 2009 17:25:35 +0000
 
diff --git a/debian/control b/debian/control
index d2814f2..6dec11d 100644
--- a/debian/control
+++ b/debian/control
@@ -9,14 +9,14 @@ Build-Depends: cdbs (>= 0.4.52),
  ocaml-findlib, 
  dpatch,
  dh-ocaml (>= 0.9.1)
-Standards-Version: 3.8.2
+Standards-Version: 3.8.3
 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
 Homepage: http://tab.snarc.org/projects/ocaml_inotify/
 
 Package: libinotify-ocaml
 Architecture: any
-Depends: ${ocaml:Depends}, ocaml-base-nox-${F:OCamlABI}, ${shlibs:Depends}, ${misc:Depends}
+Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Provides: ${ocaml:Provides}
 Description: OCaml bindings for the inotify API
  This library provides OCaml bindings for using inotify.
@@ -28,7 +28,7 @@ Description: OCaml bindings for the inotify API
 
 Package: libinotify-ocaml-dev
 Architecture: any
-Depends: ${ocaml:Depends}, ocaml-nox-${F:OCamlABI}, libinotify-ocaml (= ${binary:Version}), ${misc:Depends}
+Depends: ${ocaml:Depends}, 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