[Python-modules-commits] r28586 - in packages/python-repoze.what-plugins/trunk/debian (3 files)
xnox at users.alioth.debian.org
xnox at users.alioth.debian.org
Sun Apr 20 13:54:43 UTC 2014
Date: Sunday, April 20, 2014 @ 13:54:42
Author: xnox
Revision: 28586
Rely on dh_python2 to generate dependencies.
Added:
packages/python-repoze.what-plugins/trunk/debian/pydist-overrides
Modified:
packages/python-repoze.what-plugins/trunk/debian/changelog
packages/python-repoze.what-plugins/trunk/debian/control
Modified: packages/python-repoze.what-plugins/trunk/debian/changelog
===================================================================
--- packages/python-repoze.what-plugins/trunk/debian/changelog 2014-04-20 13:33:44 UTC (rev 28585)
+++ packages/python-repoze.what-plugins/trunk/debian/changelog 2014-04-20 13:54:42 UTC (rev 28586)
@@ -7,6 +7,7 @@
* QA/Team upload
* Switch to debhelper 9 compat level.
* Switch to dh_python2.
+ * Rely on dh_python2 to generate dependencies.
-- Jakub Wilk <jwilk at debian.org> Sun, 05 May 2013 16:03:20 +0200
Modified: packages/python-repoze.what-plugins/trunk/debian/control
===================================================================
--- packages/python-repoze.what-plugins/trunk/debian/control 2014-04-20 13:33:44 UTC (rev 28585)
+++ packages/python-repoze.what-plugins/trunk/debian/control 2014-04-20 13:54:42 UTC (rev 28586)
@@ -10,6 +10,9 @@
cdbs (>= 0.4.90~),
python-dev,
dh-python,
+ python-repoze.what,
+ python-repoze.who,
+ python-repoze.who-plugins,
python-setuptools
Standards-Version: 3.8.2
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-repoze.what-plugins/trunk/
@@ -19,13 +22,7 @@
Architecture: all
Depends:
${misc:Depends},
- ${python:Depends},
- python-repoze.what,
- python-repoze.who,
- python-repoze.who-plugins,
- python-sqlalchemy,
- python-pylons,
- python-decorator
+ ${python:Depends}
Description: authorization framework for Python WSGI applications - plugins collection
repoze.what is an authorization framework for WSGI applications,
based on repoze.who (which deals with authentication and
Added: packages/python-repoze.what-plugins/trunk/debian/pydist-overrides
===================================================================
--- packages/python-repoze.what-plugins/trunk/debian/pydist-overrides (rev 0)
+++ packages/python-repoze.what-plugins/trunk/debian/pydist-overrides 2014-04-20 13:54:42 UTC (rev 28586)
@@ -0,0 +1 @@
+repoze.what.plugins.sql
More information about the Python-modules-commits
mailing list