[Pkg-ocaml-maint-commits] [SCM] ocamlpam packaging branch, master, updated. b01dbbf626b0f8f589827a38066c3edbeef7c323
Stephane Glondu
glondu at nickel.pps.jussieu.fr
Tue Jun 10 13:54:22 UTC 2008
The following commit has been merged in the master branch:
commit b01dbbf626b0f8f589827a38066c3edbeef7c323
Author: Stephane Glondu <steph at glondu.net>
Date: Tue Jun 10 15:19:13 2008 +0200
Filling in dependencies
diff --git a/debian/control b/debian/control
index f4f0b10..e7567bb 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ 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)
+Build-Depends: debhelper (>= 5), ocaml-nox, libpam-dev
Standards-Version: 3.7.3
Section: libs
Homepage: http://sharvil.nanavati.net/projects/ocamlpam/
@@ -11,7 +11,8 @@ Homepage: http://sharvil.nanavati.net/projects/ocamlpam/
Package: libpam-ocaml-dev
Section: libdevel
Architecture: any
-Depends: libpam-ocaml (= ${Source-Version})
+Depends: ocaml-nox-${F:OCamlABI}, libpam-dev, libpam-ocaml (= ${binary:Version})
+Suggests: ocaml-findlib
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
@@ -28,7 +29,7 @@ Description: OCaml bindings for the PAM library
Package: libpam-ocaml
Section: libs
Architecture: any
-Depends: ${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
diff --git a/debian/rules b/debian/rules
index a78065b..afee876 100755
--- a/debian/rules
+++ b/debian/rules
@@ -56,7 +56,7 @@ binary-arch: build install
dh_fixperms
dh_installdeb
dh_shlibdeps
- dh_gencontrol
+ dh_gencontrol -- -VF:OCamlABI="$(OCAMLABI)"
dh_md5sums
dh_builddeb
--
ocamlpam packaging
More information about the Pkg-ocaml-maint-commits
mailing list