[Python-modules-commits] r8637 - in packages/python-repoze.who-plugins/trunk/debian (8 files)
zack at users.alioth.debian.org
zack at users.alioth.debian.org
Sat May 30 13:25:54 UTC 2009
Date: Saturday, May 30, 2009 @ 13:25:53
Author: zack
Revision: 8637
- add missing plugins (except recpatch, which upstream is .egg only)
- fix debian/watch-es to mangle upstream version (which uses rc/b
suffixes unappropriately)
Added:
packages/python-repoze.who-plugins/trunk/debian/repoze.who.plugins.ldap.watch
packages/python-repoze.who-plugins/trunk/debian/repoze.who.plugins.openid.watch
Modified:
packages/python-repoze.who-plugins/trunk/debian/control
packages/python-repoze.who-plugins/trunk/debian/copyright
packages/python-repoze.who-plugins/trunk/debian/repoze.who-friendlyform.watch
packages/python-repoze.who-plugins/trunk/debian/repoze.who-testutil.watch
packages/python-repoze.who-plugins/trunk/debian/repoze.who.plugins.sa.watch
packages/python-repoze.who-plugins/trunk/debian/rules
Modified: packages/python-repoze.who-plugins/trunk/debian/control
===================================================================
--- packages/python-repoze.who-plugins/trunk/debian/control 2009-05-30 12:50:46 UTC (rev 8636)
+++ packages/python-repoze.who-plugins/trunk/debian/control 2009-05-30 13:25:53 UTC (rev 8637)
@@ -33,4 +33,3 @@
* repoze.who-testutil - test utilities for repoze.who applications
* repoze.who.plugins.ldap - LDAP authentication
* repoze.who.plugins.openid - login via OpenID
- * repoze.who.plugins.recaptcha - server-side recaptcha implementation
Modified: packages/python-repoze.who-plugins/trunk/debian/copyright
===================================================================
--- packages/python-repoze.who-plugins/trunk/debian/copyright 2009-05-30 12:50:46 UTC (rev 8636)
+++ packages/python-repoze.who-plugins/trunk/debian/copyright 2009-05-30 13:25:53 UTC (rev 8637)
@@ -12,6 +12,16 @@
Copyright: Copyright © 2009 Gustavo Narea <me at gustavonarea.net>
License: BSD-repoze
+Files: repoze.who.plugins.ldap*
+Copyright: Copyright © 2009 Gustavo Narea <me at gustavonarea.net>
+License: GPL-3+
+ On Debian systems the full text of the GNU General Public License can
+ be found in the `/usr/share/common-licenses/GPL-3' file.
+
+Files: repoze.who.plugins.openid*
+Copyright: Copyright © 2009 Christian Scholz <cs at comlounge.net>
+License: BSD-repoze
+
Files: repoze.who.plugins.sa*
Copyright: Copyright © 2009 Gustavo Narea <me at gustavonarea.net>
License: BSD-repoze
Modified: packages/python-repoze.who-plugins/trunk/debian/repoze.who-friendlyform.watch
===================================================================
--- packages/python-repoze.who-plugins/trunk/debian/repoze.who-friendlyform.watch 2009-05-30 12:50:46 UTC (rev 8636)
+++ packages/python-repoze.who-plugins/trunk/debian/repoze.who-friendlyform.watch 2009-05-30 13:25:53 UTC (rev 8637)
@@ -1,2 +1,3 @@
version=3
+opts="uversionmangle=s/(rc|a|b)\d+/~$1/" \
http://pypi.python.org/packages/source/r/repoze.who-friendlyform/repoze.who-friendlyform-([0-9a-z.]+)\.tar\.gz
Modified: packages/python-repoze.who-plugins/trunk/debian/repoze.who-testutil.watch
===================================================================
--- packages/python-repoze.who-plugins/trunk/debian/repoze.who-testutil.watch 2009-05-30 12:50:46 UTC (rev 8636)
+++ packages/python-repoze.who-plugins/trunk/debian/repoze.who-testutil.watch 2009-05-30 13:25:53 UTC (rev 8637)
@@ -1,2 +1,3 @@
version=3
+opts="uversionmangle=s/(rc|a|b)\d+/~$1/" \
http://pypi.python.org/packages/source/r/repoze.who-testutil/repoze.who-testutil-([0-9a-z.]+)\.tar\.gz
Added: packages/python-repoze.who-plugins/trunk/debian/repoze.who.plugins.ldap.watch
===================================================================
--- packages/python-repoze.who-plugins/trunk/debian/repoze.who.plugins.ldap.watch (rev 0)
+++ packages/python-repoze.who-plugins/trunk/debian/repoze.who.plugins.ldap.watch 2009-05-30 13:25:53 UTC (rev 8637)
@@ -0,0 +1,5 @@
+version=3
+opts="uversionmangle=s/(rc|a|b)\d+/~$1/" \
+https://launchpad.net/repoze.who.plugins.ldap/+download \
+ .*/repoze.who.plugins.ldap-([0-9a-z.]+)\.tar\.gz
+
Added: packages/python-repoze.who-plugins/trunk/debian/repoze.who.plugins.openid.watch
===================================================================
--- packages/python-repoze.who-plugins/trunk/debian/repoze.who.plugins.openid.watch (rev 0)
+++ packages/python-repoze.who-plugins/trunk/debian/repoze.who.plugins.openid.watch 2009-05-30 13:25:53 UTC (rev 8637)
@@ -0,0 +1,3 @@
+version=3
+opts="uversionmangle=s/(rc|a|b)\d+/~$1/" \
+http://pypi.python.org/packages/source/r/repoze.who.plugins.openid/repoze.who.plugins.openid-([0-9a-z.]+)\.tar\.gz
Modified: packages/python-repoze.who-plugins/trunk/debian/repoze.who.plugins.sa.watch
===================================================================
--- packages/python-repoze.who-plugins/trunk/debian/repoze.who.plugins.sa.watch 2009-05-30 12:50:46 UTC (rev 8636)
+++ packages/python-repoze.who-plugins/trunk/debian/repoze.who.plugins.sa.watch 2009-05-30 13:25:53 UTC (rev 8637)
@@ -1,2 +1,3 @@
version=3
+opts="uversionmangle=s/(rc|a|b)\d+/~$1/" \
http://pypi.python.org/packages/source/r/repoze.who.plugins.sa/repoze.who.plugins.sa-([0-9a-z.]+)\.tar\.gz
Modified: packages/python-repoze.who-plugins/trunk/debian/rules
===================================================================
--- packages/python-repoze.who-plugins/trunk/debian/rules 2009-05-30 12:50:46 UTC (rev 8636)
+++ packages/python-repoze.who-plugins/trunk/debian/rules 2009-05-30 13:25:53 UTC (rev 8637)
@@ -6,6 +6,8 @@
PKG = python-repoze.who-plugins
UPSTREAMS = \
repoze.who-friendlyform \
+ repoze.who.plugins.ldap \
+ repoze.who.plugins.openid \
repoze.who.plugins.sa \
repoze.who-testutil \
$(NULL)
More information about the Python-modules-commits
mailing list