aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorGuido Guenther <agx@sigxcpu.org>2007-04-27 21:56:05 +0200
committerGuido Guenther <agx@bogon.sigxcpu.org>2007-04-27 21:56:05 +0200
commita746e80be3f3283b079406eccf68f7a278988f8d (patch)
treede9da8ba3dfd43e06fc27a276049a75f03a0ecb8 /debian/control
parentbd02f5e6d2b0599b5768b0b7205621f517070d49 (diff)
add debian patchdebian/0.1
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control13
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..5ffdd55
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,13 @@
+Source: libpam-naming
+Section: net
+Priority: optional
+Maintainer: Guido Guenther <agx@debian.org>
+Build-Depends: debhelper (>= 4.0.0), autotools-dev, libpcre3-dev
+Standards-Version: 3.6.2
+
+Package: libpam-naming
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: pam module to enforce force properties of usernames
+ This module allows you to enforce additional properties of usernames (e.g.
+ all lowercase) although other modules of the pam stack accept them as valid.