aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorTimo Weingärtner <timo@tiwe.de>2012-06-22 10:35:36 +0200
committerTimo Weingärtner <timo@tiwe.de>2012-11-08 08:21:50 +0100
commit09cf8097c6bdf0011cf78c6000c6dcbdb7618cf0 (patch)
tree9771fc04b4222e83699a672cf08031cb5f3a0f59 /debian/control
parent65b4c91edbadc3e63bea9c5e6fb91e28aa2fe663 (diff)
downloadlibpam-pwdfile-09cf8097c6bdf0011cf78c6000c6dcbdb7618cf0.tar.gz
Imported Debian patch 0.99-5debian/0.99-5
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control17
1 files changed, 10 insertions, 7 deletions
diff --git a/debian/control b/debian/control
index 216899a..ad49335 100644
--- a/debian/control
+++ b/debian/control
@@ -1,14 +1,17 @@
Source: libpam-pwdfile
Section: admin
Priority: extra
-Maintainer: Debian QA Group <packages@qa.debian.org>
-Standards-Version: 3.6.2
-Build-Depends: debhelper, libpam0g-dev
+Maintainer: Timo Weingärtner <timo@tiwe.de>
+Standards-Version: 3.9.3
+Build-Depends: debhelper (>= 9), dh-exec (>=0.3), libpam0g-dev
+Homepage: http://code.google.com/p/pam-pwdfile/
Package: libpam-pwdfile
Architecture: any
-Depends: ${shlibs:Depends}
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${shlibs:Depends}, ${misc: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.
+ This PAM module lets you use an arbitrarily-named text file similar in
+ structure to /etc/passwd to authenticate users. It supports libc's crypt
+ plus md5crypt with a broken md5 and Digital UNIX's bigcrypt.