[Python-modules-commits] r20555 - in packages/beautifulsoup4/trunk/debian (5 files)

stefanor at users.alioth.debian.org stefanor at users.alioth.debian.org
Sat Feb 25 12:17:16 UTC 2012


    Date: Saturday, February 25, 2012 @ 12:17:14
  Author: stefanor
Revision: 20555

* New upstream beta.
* Drop all patches, no longer needed.
* B-D on python-nose instead of python-unittest2 for tests under 2.x
* Bump standards version to 3.9.3, no changes needed.
* Update machine-readable copyright Format to 1.0.

Modified:
  packages/beautifulsoup4/trunk/debian/changelog
  packages/beautifulsoup4/trunk/debian/control
  packages/beautifulsoup4/trunk/debian/copyright
  packages/beautifulsoup4/trunk/debian/rules
Deleted:
  packages/beautifulsoup4/trunk/debian/patches/

Modified: packages/beautifulsoup4/trunk/debian/changelog
===================================================================
--- packages/beautifulsoup4/trunk/debian/changelog	2012-02-25 11:41:03 UTC (rev 20554)
+++ packages/beautifulsoup4/trunk/debian/changelog	2012-02-25 12:17:14 UTC (rev 20555)
@@ -1,3 +1,13 @@
+beautifulsoup4 (4.0.0~b8-1) unstable; urgency=low
+
+  * New upstream beta.
+  * Drop all patches, no longer needed.
+  * B-D on python-nose instead of python-unittest2 for tests under 2.x
+  * Bump standards version to 3.9.3, no changes needed.
+  * Update machine-readable copyright Format to 1.0.
+
+ -- Stefano Rivera <stefanor at debian.org>  Sat, 25 Feb 2012 14:11:49 +0200
+
 beautifulsoup4 (4.0.0~b5-1) unstable; urgency=low
 
   * New upstream beta.

Modified: packages/beautifulsoup4/trunk/debian/control
===================================================================
--- packages/beautifulsoup4/trunk/debian/control	2012-02-25 11:41:03 UTC (rev 20554)
+++ packages/beautifulsoup4/trunk/debian/control	2012-02-25 12:17:14 UTC (rev 20555)
@@ -7,14 +7,14 @@
  debhelper (>= 8),
  python-all (>= 2.6.5-13~),
  python-lxml,
+ python-nose,
  python-pkg-resources,
  python-sphinx (>= 1.0.7+dfsg),
- python-unittest2,
  python3-all (>= 3.1.2),
  python3-lxml,
  python3-pkg-resources
 X-Python-Version: >= 2.6
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 Homepage: http://www.crummy.com/software/BeautifulSoup
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/beautifulsoup4/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/beautifulsoup4/trunk/

Modified: packages/beautifulsoup4/trunk/debian/copyright
===================================================================
--- packages/beautifulsoup4/trunk/debian/copyright	2012-02-25 11:41:03 UTC (rev 20554)
+++ packages/beautifulsoup4/trunk/debian/copyright	2012-02-25 12:17:14 UTC (rev 20555)
@@ -1,4 +1,4 @@
-Format: http://anonscm.debian.org/loggerhead/dep/dep5/trunk/revision/179/dep5/copyright-format.xml
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0
 Upstream-Name: Beautiful Soup
 Upstream-Contact: Leonard Richardson <leonardr at segfault.org>
 Source: https://launchpad.net/beautifulsoup

Modified: packages/beautifulsoup4/trunk/debian/rules
===================================================================
--- packages/beautifulsoup4/trunk/debian/rules	2012-02-25 11:41:03 UTC (rev 20554)
+++ packages/beautifulsoup4/trunk/debian/rules	2012-02-25 12:17:14 UTC (rev 20555)
@@ -11,18 +11,14 @@
 	for py in $(PYVERS) $(PY3VERS); do \
 		$$py setup.py build; \
 	done
-	sphinx-build -aEN -b html -d build/doctrees bs4/doc/source build/html
+	sphinx-build -aEN -b html -d build/doctrees doc/source build/html
 
 override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	set -xe; \
 	export PYTHONPATH=.; \
 	for py in $(PYVERS); do \
-		if [ "$$py" = "python2.7" ]; then \
-			$$py -m unittest discover -s bs4; \
-		else \
-			$$py $(shell which unit2) discover -s bs4; \
-		fi; \
+		$$py /usr/bin/nosetests; \
 	done
 	set -xe; \
 	cd build/lib; \




More information about the Python-modules-commits mailing list