aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorGreg Norris <adric@debian.org>2003-12-22 19:39:46 -0600
committerTimo Weingärtner <timo@tiwe.de>2012-11-08 08:21:18 +0100
commita5e39be83fdda78550b960b6099e48f60ac6305c (patch)
tree10a35c220d6f6969b9adba5840fbf1dd384339fd /debian/control
parent39cc0d22f5c8950f98ecbce84f42e158619db561 (diff)
downloadlibpam-pwdfile-a5e39be83fdda78550b960b6099e48f60ac6305c.tar.gz
Imported Debian patch 0.99-2debian/0.99-2
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control14
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..30f0398
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,14 @@
+Source: libpam-pwdfile
+Section: admin
+Priority: extra
+Maintainer: Greg Norris <adric@debian.org>
+Standards-Version: 3.5.10
+Build-Depends: debhelper, libpam0g-dev
+
+Package: libpam-pwdfile
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: PAM module allowing authentication via an /etc/passwd-like file
+ This PAM module lets you use an arbitrarily-named text file similar in
+ structure to /etc/passwd to authenticate users. Both DES and MD5
+ hashed passwords are supported.