[Python-modules-commits] r8919 - in packages/python-repoze.who-plugins/trunk/debian (7 files)

zack at users.alioth.debian.org zack at users.alioth.debian.org
Fri Jul 3 12:03:46 UTC 2009


    Date: Friday, July 3, 2009 @ 12:03:41
  Author: zack
Revision: 8919

fix a syntax error in test invocation (Closes: #534800)

Added:
  packages/python-repoze.who-plugins/trunk/debian/patches/
  packages/python-repoze.who-plugins/trunk/debian/patches/00dpatch.conf
  packages/python-repoze.who-plugins/trunk/debian/patches/00list
  packages/python-repoze.who-plugins/trunk/debian/patches/no-dup-test-suite.dpatch
Modified:
  packages/python-repoze.who-plugins/trunk/debian/changelog
  packages/python-repoze.who-plugins/trunk/debian/control
  packages/python-repoze.who-plugins/trunk/debian/rules

Modified: packages/python-repoze.who-plugins/trunk/debian/changelog
===================================================================
--- packages/python-repoze.who-plugins/trunk/debian/changelog	2009-07-03 10:05:26 UTC (rev 8918)
+++ packages/python-repoze.who-plugins/trunk/debian/changelog	2009-07-03 12:03:41 UTC (rev 8919)
@@ -1,9 +1,16 @@
-python-repoze.who-plugins (20090530-3) UNRELEASED; urgency=low
+python-repoze.who-plugins (20090530-3) experimental; urgency=low
 
+  [ Piotr Ożarowski ]
   * Don't install .pth files, we don't need them
 
- -- Piotr Ożarowski <piotr at debian.org>  Thu, 04 Jun 2009 16:40:28 +0200
+  [ Stefano Zacchiroli ]
+  * debian/{control,rules}: add dpatch support
+  * debian/patches/
+    - new patch no-dup-test-suite which fix a syntax error in test suite
+    invocation (Closes: #534800)
 
+ -- Stefano Zacchiroli <zack at debian.org>  Fri, 03 Jul 2009 13:58:25 +0200
+
 python-repoze.who-plugins (20090530-2) experimental; urgency=low
 
   * debian/rules: avoid installing some tests that are useless and too

Modified: packages/python-repoze.who-plugins/trunk/debian/control
===================================================================
--- packages/python-repoze.who-plugins/trunk/debian/control	2009-07-03 10:05:26 UTC (rev 8918)
+++ packages/python-repoze.who-plugins/trunk/debian/control	2009-07-03 12:03:41 UTC (rev 8919)
@@ -7,6 +7,7 @@
 Build-Depends:
  debhelper (>= 7),
  cdbs,
+ dpatch,
  python-dev,
  python-support,
  python-setuptools

Added: packages/python-repoze.who-plugins/trunk/debian/patches/00dpatch.conf
===================================================================
--- packages/python-repoze.who-plugins/trunk/debian/patches/00dpatch.conf	                        (rev 0)
+++ packages/python-repoze.who-plugins/trunk/debian/patches/00dpatch.conf	2009-07-03 12:03:41 UTC (rev 8919)
@@ -0,0 +1,2 @@
+conf_debianonly=1
+conf_origtargzpath=../tarballs

Added: packages/python-repoze.who-plugins/trunk/debian/patches/00list
===================================================================
--- packages/python-repoze.who-plugins/trunk/debian/patches/00list	                        (rev 0)
+++ packages/python-repoze.who-plugins/trunk/debian/patches/00list	2009-07-03 12:03:41 UTC (rev 8919)
@@ -0,0 +1 @@
+no-dup-test-suite

Added: packages/python-repoze.who-plugins/trunk/debian/patches/no-dup-test-suite.dpatch
===================================================================
--- packages/python-repoze.who-plugins/trunk/debian/patches/no-dup-test-suite.dpatch	                        (rev 0)
+++ packages/python-repoze.who-plugins/trunk/debian/patches/no-dup-test-suite.dpatch	2009-07-03 12:03:41 UTC (rev 8919)
@@ -0,0 +1,18 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## no-dup-test-suite.dpatch by Stefano Zacchiroli <zack at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: remove duplicate test_suite kwarg in setup.py (syntax error)
+
+ at DPATCH@
+diff -urNad trunk~/repoze.who.plugins.openid/setup.py trunk/repoze.who.plugins.openid/setup.py
+--- trunk~/repoze.who.plugins.openid/setup.py	2009-03-15 21:07:59.000000000 +0100
++++ trunk/repoze.who.plugins.openid/setup.py	2009-07-03 14:00:49.149407637 +0200
+@@ -37,7 +37,6 @@
+       ],
+       test_requires=[   
+       ],
+-      test_suite="repoze.who.plugins.openid",
+       entry_points="""
+       # -*- Entry points: -*-
+       """,


Property changes on: packages/python-repoze.who-plugins/trunk/debian/patches/no-dup-test-suite.dpatch
___________________________________________________________________
Added: svn:executable
   + *

Modified: packages/python-repoze.who-plugins/trunk/debian/rules
===================================================================
--- packages/python-repoze.who-plugins/trunk/debian/rules	2009-07-03 10:05:26 UTC (rev 8918)
+++ packages/python-repoze.who-plugins/trunk/debian/rules	2009-07-03 12:03:41 UTC (rev 8919)
@@ -1,7 +1,8 @@
 #!/usr/bin/make -f
 DEB_PYTHON_SYSTEM = pysupport
+include /usr/share/cdbs/1/class/python-distutils.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/python-distutils.mk
+include /usr/share/cdbs/1/rules/dpatch.mk
 
 PKG = python-repoze.who-plugins
 UPSTREAMS = \




More information about the Python-modules-commits mailing list