[Pkg-ocaml-maint-commits] [SCM] OCaml bindings for the PAM library branch, master, updated. upstream/1.1-17-g6931998

Stephane Glondu steph at glondu.net
Mon Jun 16 15:31:46 UTC 2008


The following commit has been merged in the master branch:
commit 6931998c32ca7b335106079a1d8a14543351cdf1
Author: Stephane Glondu <steph at glondu.net>
Date:   Mon Jun 16 17:28:39 2008 +0200

    Split dependency lines

diff --git a/debian/control b/debian/control
index bee6969..ac53a5c 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,9 @@ Priority: optional
 Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
 Uploaders: Stephane Glondu <steph at glondu.net>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 5), ocaml-nox, libpam-dev
+Build-Depends: debhelper (>= 5),
+ libpam-dev,
+ ocaml-nox
 Standards-Version: 3.8.0
 Section: libs
 Homepage: http://sharvil.nanavati.net/projects/ocamlpam/
@@ -13,7 +15,9 @@ 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-dev, libpam-ocaml (= ${binary:Version})
+Depends: ocaml-nox-${F:OCamlABI},
+ libpam-ocaml (= ${binary:Version}),
+ libpam-dev
 Suggests: ocaml-findlib
 Description: OCaml bindings for the PAM library
  OCamlPAM is a wrapper for the Pluggable Authentication Modules (PAM)
@@ -31,7 +35,8 @@ Description: OCaml bindings for the PAM library
 Package: libpam-ocaml
 Section: libs
 Architecture: any
-Depends: ocaml-base-nox-${F:OCamlABI}, ${shlibs:Depends}, ${misc:Depends}
+Depends: ocaml-base-nox-${F:OCamlABI},
+ ${shlibs:Depends}, ${misc:Depends}
 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