aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorWolfgang Draxinger <code+github@datenwolf.net>2011-09-12 14:52:32 +0200
committerWolfgang Draxinger <code+github@datenwolf.net>2011-09-12 14:52:32 +0200
commitb7bf2783c62fb6d6441bfd43c7e0048baa9415dc (patch)
tree8e2bb24717d619fc64edbbf4ed402934d4730165 /debian/control
parentc2a3a5271945944eb45700b490614d6507c18ab6 (diff)
downloadpam_propperpwnam-b7bf2783c62fb6d6441bfd43c7e0048baa9415dc.tar.gz
pam_propperpwnam-b7bf2783c62fb6d6441bfd43c7e0048baa9415dc.tar.bz2
initial debian
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control18
1 files changed, 18 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..064f28c
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,18 @@
+Source: pam-propperpwnam
+Priority: extra
+Maintainer: Wolfgang.Draxinger <Wolfgang.Draxinger@physik.uni-muenchen.de>
+Build-Depends: debhelper (>= 7) libpam0g-dev
+Depends: libpam0g
+Standards-Version: 3.8.3
+Section: libs
+Homepage: https://github.com/datenwolf/pam_propperpwnam
+Description: Prop username per pwnam API
+ Props the entered login credentials with user information retrieved per pwnam API (getpwnam)
+
+Package: pam-propperpwnam-dev
+Section: libdevel
+Architecture: any
+Depends: pam-propperpwnam (= ${binary:Version}) libpam0g-dev
+Description: Prop username per pwnam API
+ Props the entered login credentials with user information retrieved per pwnam API (getpwnam)
+