[Python-modules-commits] r16974 - in packages/webhelpers/trunk/debian (4 files)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Sat May 7 19:48:09 UTC 2011


    Date: Saturday, May 7, 2011 @ 19:48:00
  Author: piotr
Revision: 16974

* Add python-utidylib to Suggests (for webhelpers.textile)
* Standards-Version bumped to 3.9.2 (no other changes needed)
* Source format changed to 3.0 (quilt)

Modified:
  packages/webhelpers/trunk/debian/changelog
  packages/webhelpers/trunk/debian/control
  packages/webhelpers/trunk/debian/rules
  packages/webhelpers/trunk/debian/source/format

Modified: packages/webhelpers/trunk/debian/changelog
===================================================================
--- packages/webhelpers/trunk/debian/changelog	2011-05-07 19:19:07 UTC (rev 16973)
+++ packages/webhelpers/trunk/debian/changelog	2011-05-07 19:48:00 UTC (rev 16974)
@@ -1,9 +1,15 @@
-webhelpers (1.3-2) UNRELEASED; urgency=low
+webhelpers (1.3-2) unstable; urgency=low
 
+  [ Andrey Rahmatullin ]
   * Enable build-time tests
 
- -- Andrey Rahmatullin <wrar at wrar.name>  Fri, 01 Apr 2011 00:55:44 +0600
+  [ Piotr Ożarowski ]
+  * Add python-utidylib to Suggests (for webhelpers.textile)
+  * Standards-Version bumped to 3.9.2 (no other changes needed)
+  * Source format changed to 3.0 (quilt)
 
+ -- Piotr Ożarowski <piotr at debian.org>  Sat, 07 May 2011 21:20:00 +0200
+
 webhelpers (1.3-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/webhelpers/trunk/debian/control
===================================================================
--- packages/webhelpers/trunk/debian/control	2011-05-07 19:19:07 UTC (rev 16973)
+++ packages/webhelpers/trunk/debian/control	2011-05-07 19:48:00 UTC (rev 16974)
@@ -6,7 +6,7 @@
 Build-Depends: debhelper (>= 5)
 Build-Depends-Indep: python-all (>= 2.6.6-3), python-setuptools (>= 0.6b3), python-markupsafe,
  python-nose, python-routes, python-webob, python-pylons, python-sqlalchemy
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/webhelpers/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/webhelpers/trunk/
 Homepage: http://pylonshq.com/WebHelpers/
@@ -16,6 +16,7 @@
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends},
  python-routes (>= 1.1), python-simplejson (>= 1.4), libjs-scriptaculous
+Suggests: python-utidylib
 Description: library of helper functions to make writing web application templates easier
  One of the sub-sections of Web Helpers contains a full port of the template
  helpers that are provided by Ruby on Rails with slight adaptations on

Modified: packages/webhelpers/trunk/debian/rules
===================================================================
--- packages/webhelpers/trunk/debian/rules	2011-05-07 19:19:07 UTC (rev 16973)
+++ packages/webhelpers/trunk/debian/rules	2011-05-07 19:48:00 UTC (rev 16974)
@@ -4,7 +4,7 @@
 #export DH_VERBOSE=1
 package=python-webhelpers
 PYDEFAULT=$(shell pyversions -d)
-PYVERS=$(shell pyversions -r)
+PYVERS=$(shell pyversions -vr)
 
 include /usr/share/python/python.mk
 
@@ -25,13 +25,12 @@
 	python setup.py build
 	touch $@
 
-test:
+test: $(PYVERS:%=test-python%)
+
+test-python%:
 	-
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-	set -e; \
-	for PYTHON in $(PYVERS); \
-		do $$PYTHON setup.py nosetests; \
-	done
+	python$* setup.py nosetests
 endif
 
 install: build

Modified: packages/webhelpers/trunk/debian/source/format
===================================================================
--- packages/webhelpers/trunk/debian/source/format	2011-05-07 19:19:07 UTC (rev 16973)
+++ packages/webhelpers/trunk/debian/source/format	2011-05-07 19:48:00 UTC (rev 16974)
@@ -1 +1 @@
-1.0
+3.0 (quilt)




More information about the Python-modules-commits mailing list