[Python-modules-commits] r23095 - in packages/python-pampy/trunk (8 files)

mike-gabriel-guest at users.alioth.debian.org mike-gabriel-guest at users.alioth.debian.org
Wed Nov 28 20:57:01 UTC 2012


    Date: Wednesday, November 28, 2012 @ 20:56:59
  Author: mike-gabriel-guest
Revision: 23095

add /debian folder to python-pampy

Added:
  packages/python-pampy/trunk/debian/
  packages/python-pampy/trunk/debian/changelog
  packages/python-pampy/trunk/debian/compat
  packages/python-pampy/trunk/debian/control
  packages/python-pampy/trunk/debian/copyright
  packages/python-pampy/trunk/debian/rules
  packages/python-pampy/trunk/debian/source/
  packages/python-pampy/trunk/debian/source/format


Property changes on: packages/python-pampy/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/python-pampy/trunk/debian/changelog
===================================================================
--- packages/python-pampy/trunk/debian/changelog	                        (rev 0)
+++ packages/python-pampy/trunk/debian/changelog	2012-11-28 20:56:59 UTC (rev 23095)
@@ -0,0 +1,5 @@
+python-pampy (0.1.4-0) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #XXXXXX)
+
+ -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Wed, 28 Nov 2012 21:39:41 +0100

Added: packages/python-pampy/trunk/debian/compat
===================================================================
--- packages/python-pampy/trunk/debian/compat	                        (rev 0)
+++ packages/python-pampy/trunk/debian/compat	2012-11-28 20:56:59 UTC (rev 23095)
@@ -0,0 +1 @@
+9
\ No newline at end of file

Added: packages/python-pampy/trunk/debian/control
===================================================================
--- packages/python-pampy/trunk/debian/control	                        (rev 0)
+++ packages/python-pampy/trunk/debian/control	2012-11-28 20:56:59 UTC (rev 23095)
@@ -0,0 +1,28 @@
+Source: python-pampy
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders:
+ Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+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.

Added: packages/python-pampy/trunk/debian/copyright
===================================================================
--- packages/python-pampy/trunk/debian/copyright	                        (rev 0)
+++ packages/python-pampy/trunk/debian/copyright	2012-11-28 20:56:59 UTC (rev 23095)
@@ -0,0 +1,31 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Python PAM
+Upstream-Contact: Chris AtLee <chris at atlee.ca>
+Source: http://pypi.python.org/pypi/pam
+
+Files: *
+Copyright: 2007, Chris AtLee <chris at atlee.ca>
+License: MIT
+
+Files: debian/*
+Copyright: 2012, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+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.

Added: packages/python-pampy/trunk/debian/rules
===================================================================
--- packages/python-pampy/trunk/debian/rules	                        (rev 0)
+++ packages/python-pampy/trunk/debian/rules	2012-11-28 20:56:59 UTC (rev 23095)
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
\ No newline at end of file


Property changes on: packages/python-pampy/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/python-pampy/trunk/debian/source/format
===================================================================
--- packages/python-pampy/trunk/debian/source/format	                        (rev 0)
+++ packages/python-pampy/trunk/debian/source/format	2012-11-28 20:56:59 UTC (rev 23095)
@@ -0,0 +1 @@
+3.0 (quilt)
\ No newline at end of file




More information about the Python-modules-commits mailing list