[Python-modules-commits] r32925 - in packages/python-pampy/trunk/debian (control)

sunweaver at users.alioth.debian.org sunweaver at users.alioth.debian.org
Mon Jun 8 21:37:59 UTC 2015


    Date: Monday, June 8, 2015 @ 21:37:59
  Author: sunweaver
Revision: 32925

debian/control: Complete python3 support.

Modified:
  packages/python-pampy/trunk/debian/control

Modified: packages/python-pampy/trunk/debian/control
===================================================================
--- packages/python-pampy/trunk/debian/control	2015-06-08 21:36:13 UTC (rev 32924)
+++ packages/python-pampy/trunk/debian/control	2015-06-08 21:37:59 UTC (rev 32925)
@@ -11,6 +11,7 @@
  python-setuptools,
  python3-all,
  python3-setuptools,
+ dh-python,
 Standards-Version: 3.9.6
 Homepage: http://pypi.python.org/pypi/pam
 X-Python-Version: >= 2.4
@@ -23,11 +24,25 @@
 Depends:
  ${misc:Depends},
  ${python:Depends},
- ${shlibs:Depends},
-Description: Python module for simple PAM authentications
+Description: Python module for simple PAM authentications (Python 2)
  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.
+ no compilation is necessary. This package provides the pam.py
+ module for Python 3.
+
+Package: python3-pampy
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${python:Depends},
+Description: Python module for simple PAM authentications (Python 3)
+ 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. This package provides the pam.py
+ module for Python 3.




More information about the Python-modules-commits mailing list