[Pkg-ocaml-maint-commits] [SCM] OCaml bindings for the PAM library branch, master, updated. debian/1.1-3-1-gc84a7c5

Stephane Glondu steph at glondu.net
Sun Jul 26 01:48:55 UTC 2009


The following commit has been merged in the master branch:
commit c84a7c5a536897ff9a0cc71401eb91bffaa31f60
Author: Stephane Glondu <steph at glondu.net>
Date:   Sun Jul 26 03:46:09 2009 +0200

    Adapt to new dh-ocaml

diff --git a/debian/changelog b/debian/changelog
index 3bfa061..bc8de81 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+ocamlpam (1.1-4) UNRELEASED; urgency=low
+
+  * debian/control:
+    - adapt to new dh-ocaml
+    - move to section ocaml
+    - update Standards-Version to 3.8.2
+
+ -- Stephane Glondu <steph at glondu.net>  Sun, 26 Jul 2009 03:44:32 +0200
+
 ocamlpam (1.1-3) unstable; urgency=low
 
   * Add dh-ocaml as build-dependency
diff --git a/debian/control b/debian/control
index 5fc1d08..616008e 100644
--- a/debian/control
+++ b/debian/control
@@ -6,23 +6,22 @@ DM-Upload-Allowed: yes
 Build-Depends:
  cdbs,
  debhelper (>= 7),
- dh-ocaml,
+ dh-ocaml (>= 0.9),
  libpam-dev,
  ocaml-nox
-Standards-Version: 3.8.0
-Section: libs
+Standards-Version: 3.8.2
+Section: ocaml
 Homepage: http://sharvil.nanavati.net/projects/ocamlpam/
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocamlpam.git
 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ocamlpam.git
 
 Package: libpam-ocaml-dev
-Section: libdevel
 Architecture: any
 Depends:
- ocaml-nox-${F:OCamlABI},
- libpam-ocaml (= ${binary:Version}),
  libpam-dev,
+ ${ocaml:Depends},
  ${misc:Depends}
+Provides: ${ocaml:Provides}
 Suggests: ocaml-findlib
 Description: OCaml bindings for the PAM library (development files)
  OCamlPAM is a wrapper for the Pluggable Authentication Modules (PAM)
@@ -40,9 +39,10 @@ Description: OCaml bindings for the PAM library (development files)
 Package: libpam-ocaml
 Architecture: any
 Depends:
- ocaml-base-nox-${F:OCamlABI},
+ ${ocaml:Depends},
  ${shlibs:Depends},
  ${misc:Depends}
+Provides: ${ocaml:Provides}
 Description: OCaml bindings for the PAM library
  OCamlPAM is a wrapper for the Pluggable Authentication Modules (PAM)
  library. PAM provides a flexible mechanism for authenticating users

-- 
OCaml bindings for the PAM library



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