[Python-modules-commits] r32936 - in packages/python-pampy/tags (10 files)

sunweaver at users.alioth.debian.org sunweaver at users.alioth.debian.org
Mon Jun 8 22:34:24 UTC 2015


    Date: Monday, June 8, 2015 @ 22:34:23
  Author: sunweaver
Revision: 32936

[svn-buildpackage] Tagging python-pampy 1.8.2-1

Added:
  packages/python-pampy/tags/1.8.2-1/
  packages/python-pampy/tags/1.8.2-1/debian/
  packages/python-pampy/tags/1.8.2-1/debian/changelog
    (from rev 32935, packages/python-pampy/trunk/debian/changelog)
  packages/python-pampy/tags/1.8.2-1/debian/control
    (from rev 32933, packages/python-pampy/trunk/debian/control)
  packages/python-pampy/tags/1.8.2-1/debian/upstream/
  packages/python-pampy/tags/1.8.2-1/debian/watch
    (from rev 32934, packages/python-pampy/trunk/debian/watch)
Deleted:
  packages/python-pampy/tags/1.8.2-1/debian/
  packages/python-pampy/tags/1.8.2-1/debian/changelog
  packages/python-pampy/tags/1.8.2-1/debian/control
  packages/python-pampy/tags/1.8.2-1/debian/watch

Deleted: packages/python-pampy/tags/1.8.2-1/debian/changelog
===================================================================
--- packages/python-pampy/trunk/debian/changelog	2015-06-08 21:50:28 UTC (rev 32931)
+++ packages/python-pampy/tags/1.8.2-1/debian/changelog	2015-06-08 22:34:23 UTC (rev 32936)
@@ -1,30 +0,0 @@
-python-pampy (1.8.2-1) unstable; urgency=low
-
-  [ Mike Gabriel ]
-  * New upstream release. (Closes: #785447).
-  * debian/control:
-    + Bump Standards: to 3.9.6. No changes needed.
-    + Add Python3 packaging support. New bin:package
-      python3-pampy.
-    + Use my debian.org mail address in Uploaders: field.
-  * debian/copyright:
-    + Update Upstream-Contact: field.
-    + Use Expat instead of MIT as license name.
-    + Update copyright holders, copyright years.
-  * debian/rules:
-    + Add get-orig-source rule.
-  * debian/watch:
-    + Obtain new watch file from pypi.debian.net.
-  * debian/python{,3}-pampy.install:
-    + Install Python2/3 modules into separate packages.
-
-  [ Jakub Wilk ]
-  * Add Vcs-* fields.
-
- -- Mike Gabriel <sunweaver at debian.org>  Mon, 08 Jun 2015 23:50:12 +0200
-
-python-pampy (0.1.4-1) unstable; urgency=low
-
-  * Initial release. (Closes: #694666)
-
- -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Wed, 28 Nov 2012 22:52:46 +0100

Copied: packages/python-pampy/tags/1.8.2-1/debian/changelog (from rev 32935, packages/python-pampy/trunk/debian/changelog)
===================================================================
--- packages/python-pampy/tags/1.8.2-1/debian/changelog	                        (rev 0)
+++ packages/python-pampy/tags/1.8.2-1/debian/changelog	2015-06-08 22:34:23 UTC (rev 32936)
@@ -0,0 +1,31 @@
+python-pampy (1.8.2-1) unstable; urgency=low
+
+  [ Mike Gabriel ]
+  * New upstream release. (Closes: #785447).
+  * debian/control:
+    + Bump Standards: to 3.9.6. No changes needed.
+    + Add Python3 packaging support. New bin:package
+      python3-pampy.
+    + Use my debian.org mail address in Uploaders: field.
+  * debian/copyright:
+    + Update Upstream-Contact: field.
+    + Use Expat instead of MIT as license name.
+    + Update copyright holders, copyright years.
+  * debian/rules:
+    + Add get-orig-source rule.
+  * debian/watch:
+    + Obtain new watch file from pypi.debian.net.
+    + Add PGP/GnuPG signature support.
+  * debian/python{,3}-pampy.install:
+    + Install Python2/3 modules into separate packages.
+
+  [ Jakub Wilk ]
+  * Add Vcs-* fields.
+
+ -- Mike Gabriel <sunweaver at debian.org>  Tue, 09 Jun 2015 00:26:59 +0200
+
+python-pampy (0.1.4-1) unstable; urgency=low
+
+  * Initial release. (Closes: #694666)
+
+ -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Wed, 28 Nov 2012 22:52:46 +0100

Deleted: packages/python-pampy/tags/1.8.2-1/debian/control
===================================================================
--- packages/python-pampy/trunk/debian/control	2015-06-08 21:50:28 UTC (rev 32931)
+++ packages/python-pampy/tags/1.8.2-1/debian/control	2015-06-08 22:34:23 UTC (rev 32936)
@@ -1,48 +0,0 @@
-Source: python-pampy
-Section: python
-Priority: optional
-Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders:
- Mike Gabriel <sunweaver at debian.org>
-Build-Depends:
- cdbs (>= 0.4.90~),
- debhelper (>= 9),
- python-all (>= 2.6.6-3~),
- 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
-X-Python3-Version: >= 3.2
-Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-pampy/trunk/
-Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-pampy/trunk/
-
-Package: python-pampy
-Architecture: all
-Depends:
- ${misc:Depends},
- ${python:Depends},
-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. 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.

Copied: packages/python-pampy/tags/1.8.2-1/debian/control (from rev 32933, packages/python-pampy/trunk/debian/control)
===================================================================
--- packages/python-pampy/tags/1.8.2-1/debian/control	                        (rev 0)
+++ packages/python-pampy/tags/1.8.2-1/debian/control	2015-06-08 22:34:23 UTC (rev 32936)
@@ -0,0 +1,48 @@
+Source: python-pampy
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders:
+ Mike Gabriel <sunweaver at debian.org>
+Build-Depends:
+ cdbs (>= 0.4.90~),
+ debhelper (>= 9),
+ python-all (>= 2.6.6-3~),
+ 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
+X-Python3-Version: >= 3.2
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-pampy/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-pampy/trunk/
+
+Package: python-pampy
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${python:Depends},
+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. This package provides the pam.py
+ module for Python 2.
+
+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.

Deleted: packages/python-pampy/tags/1.8.2-1/debian/watch
===================================================================
--- packages/python-pampy/trunk/debian/watch	2015-06-08 21:50:28 UTC (rev 32931)
+++ packages/python-pampy/tags/1.8.2-1/debian/watch	2015-06-08 22:34:23 UTC (rev 32936)
@@ -1,3 +0,0 @@
-version=3
-opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
-http://pypi.debian.net/python-pam/python-pam-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

Copied: packages/python-pampy/tags/1.8.2-1/debian/watch (from rev 32934, packages/python-pampy/trunk/debian/watch)
===================================================================
--- packages/python-pampy/tags/1.8.2-1/debian/watch	                        (rev 0)
+++ packages/python-pampy/tags/1.8.2-1/debian/watch	2015-06-08 22:34:23 UTC (rev 32936)
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/,pgpsigurlmangle=s/$/.asc/ \
+http://pypi.debian.net/python-pam/python-pam-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))




More information about the Python-modules-commits mailing list