debian/0000755000000000000000000000000012055503712007166 5ustar debian/source/0000755000000000000000000000000012055503712010466 5ustar debian/source/format0000644000000000000000000000001312001335434011666 0ustar 3.0 (quilt)debian/changelog0000644000000000000000000000025312055503661011043 0ustar python-pampy (0.1.4-1) unstable; urgency=low * Initial release. (Closes: #694666) -- Mike Gabriel Wed, 28 Nov 2012 22:52:46 +0100 debian/compat0000644000000000000000000000000112001335547010363 0ustar 9debian/control0000644000000000000000000000145112055477417010606 0ustar Source: python-pampy Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Mike Gabriel Build-Depends: cdbs (>= 0.4.90~), debhelper (>= 9), python (>= 2.6.6-3~), python-setuptools, Standards-Version: 3.9.3 Homepage: http://pypi.python.org/pypi/pam X-Python-Version: >= 2.4 Package: python-pampy Architecture: all Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}, Description: Python module for simple PAM authentications Provide an authenticate() function that will allow the caller to authenticate a user against the Pluggable Authentication Modules (PAM) on the system. . The module pam.py is a single file, implemented using ctypes, so no compilation is necessary. debian/watch0000644000000000000000000000010712055477324010226 0ustar version=3 http://pypi.python.org/packages/source/p/pam/pam-(.*).tar.gz debian/rules0000755000000000000000000000016412003261725010245 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/python-distutils.mkdebian/copyright0000644000000000000000000000257712055503474011141 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Python PAM Upstream-Contact: Chris AtLee Source: http://pypi.python.org/pypi/pam Files: * Copyright: 2007, Chris AtLee License: MIT Files: debian/* Copyright: 2012, Mike Gabriel License: MIT License: MIT 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.