The following commit has been merged in the master branch:
commit 3a2d1e0ebda4caca4c4df9ec6d7d1750e5207de1
Author: Stephane Glondu <[EMAIL PROTECTED]>
Date: Tue Jun 10 11:39:31 2008 +0200
Initial import of meta-files
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..86e5f6c
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+ocamlpam (1.0-1) UNRELEASED; urgency=low
+
+ * Initial release (Closes: #476482)
+
+ -- Stephane Glondu <[EMAIL PROTECTED]> Fri, 09 May 2008 00:53:56 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7ed6ff8
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+5
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..f4f0b10
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,43 @@
+Source: ocamlpam
+Priority: optional
+Maintainer: Debian OCaml Maintainers <[EMAIL PROTECTED]>
+Uploaders: Stephane Glondu <[EMAIL PROTECTED]>
+DM-Upload-Allowed: yes
+Build-Depends: debhelper (>= 5)
+Standards-Version: 3.7.3
+Section: libs
+Homepage: http://sharvil.nanavati.net/projects/ocamlpam/
+
+Package: libpam-ocaml-dev
+Section: libdevel
+Architecture: any
+Depends: libpam-ocaml (= ${Source-Version})
+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
+ via administrator-defined policies. PAM has modules for
+ authenticating via Unix passwd files, Kerberos, LDAP, etc. Additional
+ modules for custom authentication mechanisms can be created and
+ deployed without recompiling existing services based on
+ PAM. Moreover, policies defining the authentication requirements can
+ be changed at runtime without restarting running services.
+ .
+ This package contains the development stuff you need to use the
+ OCamlPAM library in your programs.
+
+Package: libpam-ocaml
+Section: libs
+Architecture: any
+Depends: ${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
+ via administrator-defined policies. PAM has modules for
+ authenticating via Unix passwd files, Kerberos, LDAP, etc. Additional
+ modules for custom authentication mechanisms can be created and
+ deployed without recompiling existing services based on
+ PAM. Moreover, policies defining the authentication requirements can
+ be changed at runtime without restarting running services.
+ .
+ This package contains only the shared runtime stub library for
+ OCamlPAM.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..02fa308
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,37 @@
+This package was debianized by Stéphane Glondu <[EMAIL PROTECTED]> on
+Fri, 09 May 2008 00:53:23 +0200.
+
+It was downloaded from http://sharvil.nanavati.net/projects/ocamlpam/
+
+Upstream Author:
+
+ Sharvil Nanavati <[EMAIL PROTECTED]>
+
+Copyright:
+
+ Copyright © 2008 Sharvil Nanavati
+
+License:
+
+ Permission is hereby granted, free of charge, to any person
+ obtaining a copy of this software and associated documentation
+ files (the "Software"), to deal in the Software without
+ restriction, including without limitation the rights to use, copy,
+ modify, merge, publish, distribute, sublicense, and/or sell copies
+ of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+ DEALINGS IN THE SOFTWARE.
+
+The Debian packaging is © 2008, Stéphane Glondu <[EMAIL PROTECTED]> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..11870d5
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,6 @@
+# See uscan(1) for format
+
+# Compulsory line, this is a version 3 file
+version=3
+
+http://sharvil.nanavati.net/projects/ocamlpam/ files/ocamlpam-(.*)\.tar\.gz
--
ocamlpam packaging
_______________________________________________
Pkg-ocaml-maint-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits