[Python-modules-commits] r22962 - in packages/beautifulsoup/trunk/debian (5 files)

stefanor at users.alioth.debian.org stefanor at users.alioth.debian.org
Sun Nov 11 22:27:31 UTC 2012


    Date: Sunday, November 11, 2012 @ 22:27:30
  Author: stefanor
Revision: 22962

* Bump standards version to 3.9.4
  - Bump debhelper dependency to 8.1 for build-{arch,indep} support
* Add autopkgtests.

Added:
  packages/beautifulsoup/trunk/debian/tests/
  packages/beautifulsoup/trunk/debian/tests/control
  packages/beautifulsoup/trunk/debian/tests/unittests
Modified:
  packages/beautifulsoup/trunk/debian/changelog
  packages/beautifulsoup/trunk/debian/control

Modified: packages/beautifulsoup/trunk/debian/changelog
===================================================================
--- packages/beautifulsoup/trunk/debian/changelog	2012-11-11 20:58:01 UTC (rev 22961)
+++ packages/beautifulsoup/trunk/debian/changelog	2012-11-11 22:27:30 UTC (rev 22962)
@@ -1,3 +1,11 @@
+beautifulsoup (3.2.1-2) UNRELEASED; urgency=low
+
+  * Bump standards version to 3.9.4
+    - Bump debhelper dependency to 8.1 for build-{arch,indep} support
+  * Add autopkgtests.
+
+ -- Stefano Rivera <stefanor at debian.org>  Sat, 16 Jun 2012 14:40:34 +0100
+
 beautifulsoup (3.2.1-1) unstable; urgency=low
 
   * New upstream version.

Modified: packages/beautifulsoup/trunk/debian/control
===================================================================
--- packages/beautifulsoup/trunk/debian/control	2012-11-11 20:58:01 UTC (rev 22961)
+++ packages/beautifulsoup/trunk/debian/control	2012-11-11 22:27:30 UTC (rev 22962)
@@ -5,10 +5,11 @@
 Uploaders: Stefano Rivera <stefanor at debian.org>
 Build-Depends: debhelper (>= 8), python-all (>= 2.6.5-13~)
 X-Python-Version: >= 2.2
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
 Homepage: http://www.crummy.com/software/BeautifulSoup
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/beautifulsoup/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/beautifulsoup/trunk/
+XS-Testsuite: autopkgtest
 
 Package: python-beautifulsoup
 Architecture: all

Added: packages/beautifulsoup/trunk/debian/tests/control
===================================================================
--- packages/beautifulsoup/trunk/debian/tests/control	                        (rev 0)
+++ packages/beautifulsoup/trunk/debian/tests/control	2012-11-11 22:27:30 UTC (rev 22962)
@@ -0,0 +1,2 @@
+Tests: unittests
+Depends: @, python-nose (>= 0.11)

Added: packages/beautifulsoup/trunk/debian/tests/unittests
===================================================================
--- packages/beautifulsoup/trunk/debian/tests/unittests	                        (rev 0)
+++ packages/beautifulsoup/trunk/debian/tests/unittests	2012-11-11 22:27:30 UTC (rev 22962)
@@ -0,0 +1,7 @@
+#!/bin/sh
+set -efu
+
+for py in $(pyversions -rv); do
+	echo "=== python$py ==="
+	nosetests-$py -P BeautifulSoupTests.py 2>&1
+done


Property changes on: packages/beautifulsoup/trunk/debian/tests/unittests
___________________________________________________________________
Added: svn:executable
   + *




More information about the Python-modules-commits mailing list