[Python-apps-commits] r4884 - in packages/ibid/trunk/debian (changelog control rules)

stefanor-guest at users.alioth.debian.org stefanor-guest at users.alioth.debian.org
Tue Mar 2 22:00:28 UTC 2010


    Date: Tuesday, March 2, 2010 @ 22:00:12
  Author: stefanor-guest
Revision: 4884

B-D on python-all for tests, bump revision

Modified:
  packages/ibid/trunk/debian/changelog
  packages/ibid/trunk/debian/control
  packages/ibid/trunk/debian/rules

Modified: packages/ibid/trunk/debian/changelog
===================================================================
--- packages/ibid/trunk/debian/changelog	2010-03-02 20:27:17 UTC (rev 4883)
+++ packages/ibid/trunk/debian/changelog	2010-03-02 22:00:12 UTC (rev 4884)
@@ -1,4 +1,4 @@
-ibid (0+bzr905+dfsg-1) UNRELEASED; urgency=low
+ibid (0+bzr908+dfsg-1) UNRELEASED; urgency=low
 
   * New upstream revision.
   * Update separate-data patch. Upstream incorporated fixes to make this patch
@@ -6,7 +6,7 @@
   * Run test suite with all python interpretors.
   * Respect nocheck in DEB_BUILD_OPTIONS.
 
- -- Stefano Rivera <stefano at rivera.za.net>  Mon, 01 Mar 2010 16:16:47 +0200
+ -- Stefano Rivera <stefano at rivera.za.net>  Tue, 02 Mar 2010 22:51:57 +0200
 
 ibid (0+bzr881+dfsg-1) experimental; urgency=low
 

Modified: packages/ibid/trunk/debian/control
===================================================================
--- packages/ibid/trunk/debian/control	2010-03-02 20:27:17 UTC (rev 4883)
+++ packages/ibid/trunk/debian/control	2010-03-02 22:00:12 UTC (rev 4884)
@@ -4,10 +4,9 @@
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Stefano Rivera <stefano at rivera.za.net>
 Build-Depends: debhelper (>= 7.0.50~), python-central (>= 0.6.7~),
- python (>= 2.5) | python-celementtree, python-simplejson | python (>= 2.6),
- python-beautifulsoup, python-configobj (>= 4.7.0), python-dateutil,
+ python-all, python-beautifulsoup, python-configobj (>= 4.7.0), python-dateutil,
  python-html5lib, python-jinja, python-pkg-resources, python-setuptools,
- python-soappy, python-sphinx, python-sqlalchemy (>= 0.4.6),
+ python-simplejson, python-soappy, python-sphinx, python-sqlalchemy (>= 0.4.6),
  python-sqlalchemy (<< 0.6~), python-twisted-core, python-twisted-web
 Standards-Version: 3.8.4
 Homepage: http://ibid.omnia.za.net/
@@ -19,12 +18,12 @@
 Architecture: all
 XB-Python-Version: ${python:Versions}
 Depends: ${misc:Depends}, ${python:Depends},
- libjs-jquery, python (>= 2.5) | python-celementtree,
- python (>= 2.6) | python-simplejson, python-beautifulsoup, python-chardet,
- python-configobj (>= 4.7.0), python-dateutil, python-html5lib, python-jinja,
- python-pkg-resources, python-pysqlite2 | python-mysqldb | python-psycopg2,
- python-soappy, python-sqlalchemy (>= 0.4.6), python-sqlalchemy (<< 0.6~),
- python-twisted-core, python-twisted-web, python-twisted-words,
+ libjs-jquery, python (>= 2.6) | python-simplejson, python-beautifulsoup,
+ python-chardet, python-configobj (>= 4.7.0), python-dateutil, python-html5lib,
+ python-jinja, python-pkg-resources,
+ python-pysqlite2 | python-mysqldb | python-psycopg2, python-soappy,
+ python-sqlalchemy (>= 0.4.6), python-sqlalchemy (<< 0.6~), python-twisted-core,
+ python-twisted-web, python-twisted-words,
  python-zope.interface | python-zopeinterface
 Recommends: fortune, ipcalc, iputils-ping, iputils-tracepath, man-db,
  python-dictclient, python-dnspython, python-feedparser, python-html2text,

Modified: packages/ibid/trunk/debian/rules
===================================================================
--- packages/ibid/trunk/debian/rules	2010-03-02 20:27:17 UTC (rev 4883)
+++ packages/ibid/trunk/debian/rules	2010-03-02 22:00:12 UTC (rev 4884)
@@ -9,9 +9,8 @@
 
 override_dh_auto_test:
 ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
-	for ver in `pyversions -vr`; do \
+	for ver in $(shell pyversions -vr); do \
 		PYTHONPATH=. python$$ver $(TRIAL) --reporter=text ibid; \
-		PYTHONPATH=. python$$ver-dbg $(TRIAL) --reporter=text ibid; \
 	done
 endif
 




More information about the Python-apps-commits mailing list