[Python-modules-commits] r25001 - in packages/python-authkit/trunk/debian (3 files)
dktrkranz at users.alioth.debian.org
dktrkranz at users.alioth.debian.org
Thu Jun 27 18:39:20 UTC 2013
Date: Thursday, June 27, 2013 @ 18:39:19
Author: dktrkranz
Revision: 25001
Convert to python-central to dh_python2
Modified:
packages/python-authkit/trunk/debian/changelog
packages/python-authkit/trunk/debian/control
packages/python-authkit/trunk/debian/rules
Modified: packages/python-authkit/trunk/debian/changelog
===================================================================
--- packages/python-authkit/trunk/debian/changelog 2013-06-27 17:19:15 UTC (rev 25000)
+++ packages/python-authkit/trunk/debian/changelog 2013-06-27 18:39:19 UTC (rev 25001)
@@ -1,9 +1,15 @@
-python-authkit (0.4.3-2) UNRELEASED; urgency=low
+python-authkit (0.4.3-2) unstable; urgency=low
+ * Team upload.
+
+ [ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
- -- Jakub Wilk <jwilk at debian.org> Sun, 05 May 2013 16:02:07 +0200
+ [ Luca Falavigna ]
+ * Convert to dh_python2 (Closes: #616993).
+ -- Luca Falavigna <dktrkranz at debian.org> Thu, 27 Jun 2013 20:32:16 +0200
+
python-authkit (0.4.3-1) unstable; urgency=low
[ Piotr Ożarowski ]
Modified: packages/python-authkit/trunk/debian/control
===================================================================
--- packages/python-authkit/trunk/debian/control 2013-06-27 17:19:15 UTC (rev 25000)
+++ packages/python-authkit/trunk/debian/control 2013-06-27 18:39:19 UTC (rev 25001)
@@ -3,11 +3,11 @@
Priority: optional
Maintainer: Christoph Haas <haas at debian.org>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 5.0.38), python-all-dev (>= 2.3.5-11),
- python-central (>= 0.5.6), python-setuptools (>= 0.6b3-1~), dpatch (>= 2.0)
+Build-Depends: debhelper (>= 5.0.38), python-all-dev (>= 2.6.6-3~),
+ python-setuptools (>= 0.6b3-1~), dpatch (>= 2.0)
Standards-Version: 3.8.0
Homepage: http://authkit.org/
-XS-Python-Version: >=2.4
+X-Python-Version: >=2.4
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-authkit/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-authkit/trunk/
@@ -18,7 +18,6 @@
python (>= 2.5) | python-elementtree (>= 1.2), python-openid (>= 2.0.1),
python-beaker (>= 0.7.3), python-decorator (>= 2.1.0), python-webob (>= 0.9.3)
Recommends: python-mysqldb, python-sqlalchemy
-XB-Python-Version: ${python:Versions}
Description: authentication and authorisation framework for Python WSGI applications
AuthKit is a Python module that provides functionality for WSGI (web)
applications to use authentication and authorisation.
Modified: packages/python-authkit/trunk/debian/rules
===================================================================
--- packages/python-authkit/trunk/debian/rules 2013-06-27 17:19:15 UTC (rev 25000)
+++ packages/python-authkit/trunk/debian/rules 2013-06-27 18:39:19 UTC (rev 25001)
@@ -40,7 +40,7 @@
dh_install debian/lintian-overrides/python-authkit /usr/share/lintian/overrides/
dh_installchangelogs
dh_installdocs --exclude=pudge_template --exclude=scripts
- dh_pycentral
+ dh_python2
dh_compress -X.py
dh_fixperms
dh_installdeb
More information about the Python-modules-commits
mailing list