[Pkg-ocaml-maint-commits] [SCM] OCaml bindings for the PAM library branch, master, updated. debian/1.1-2-4-g1227ee8

Stephane Glondu steph at glondu.net
Sun Mar 1 10:52:48 UTC 2009


The following commit has been merged in the master branch:
commit 214c3f5e3736d387630fdc36b811d9ba76bda197
Author: Stephane Glondu <steph at glondu.net>
Date:   Sun Mar 1 11:33:49 2009 +0100

    Get rid of some Lintian tags

diff --git a/debian/control b/debian/control
index 4d32c8c..5fc1d08 100644
--- a/debian/control
+++ b/debian/control
@@ -18,11 +18,13 @@ 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},
+Depends:
+ ocaml-nox-${F:OCamlABI},
  libpam-ocaml (= ${binary:Version}),
- libpam-dev
+ libpam-dev,
+ ${misc:Depends}
 Suggests: ocaml-findlib
-Description: OCaml bindings for the PAM library
+Description: OCaml bindings for the PAM library (development files)
  OCamlPAM is a wrapper for the Pluggable Authentication Modules (PAM)
  library. PAM provides a flexible mechanism for authenticating users
  via administrator-defined policies. PAM has modules for
@@ -36,7 +38,6 @@ Description: OCaml bindings for the PAM library
  OCamlPAM library in your programs.
 
 Package: libpam-ocaml
-Section: libs
 Architecture: any
 Depends:
  ocaml-base-nox-${F:OCamlABI},
diff --git a/debian/copyright b/debian/copyright
index 29cc189..0ad1981 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -32,4 +32,4 @@ License: GPL-3+
 
   The Debian packaging is copyright Stéphane Glondu, and licensed
   under the GNU General Public License, see
-  `/usr/share/common-licenses/GPL' for the full text.
+  `/usr/share/common-licenses/GPL-3' for the full text.

-- 
OCaml bindings for the PAM library



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