[med-svn] r19142 - trunk/packages/python-matplotlib-venn/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Wed May 6 13:15:46 UTC 2015
Author: tille
Date: 2015-05-06 13:15:45 +0000 (Wed, 06 May 2015)
New Revision: 19142
Modified:
trunk/packages/python-matplotlib-venn/trunk/debian/changelog
trunk/packages/python-matplotlib-venn/trunk/debian/rules
Log:
For a proper Debian release we want to fix the tests
Modified: trunk/packages/python-matplotlib-venn/trunk/debian/changelog
===================================================================
--- trunk/packages/python-matplotlib-venn/trunk/debian/changelog 2015-05-06 13:14:22 UTC (rev 19141)
+++ trunk/packages/python-matplotlib-venn/trunk/debian/changelog 2015-05-06 13:15:45 UTC (rev 19142)
@@ -1,3 +1,9 @@
+python-matplotlib-venn (0.11-1) UNRELEASED; urgency=medium
+
+ * Initial Release (Closes: #???)
+
+ -- Andreas Tille <tille at debian.org> Wed, 06 May 2015 15:14:39 +0200
+
python-matplotlib-venn (0.11-0ubuntu1) trusty; urgency=medium
* Test release for Debian Med PPA
Modified: trunk/packages/python-matplotlib-venn/trunk/debian/rules
===================================================================
--- trunk/packages/python-matplotlib-venn/trunk/debian/rules 2015-05-06 13:14:22 UTC (rev 19141)
+++ trunk/packages/python-matplotlib-venn/trunk/debian/rules 2015-05-06 13:15:45 UTC (rev 19142)
@@ -7,5 +7,5 @@
dh $@ --with python2,python3 --buildsystem=pybuild
override_dh_auto_test:
- #xvfb-run --auto-servernum --server-args="-screen 0 1024x768x24" \
- # dh_auto_test -- --test --system=custom --test-args='env PYTHONPATH={build_dir} {interpreter} setup.py test'
+ xvfb-run --auto-servernum --server-args="-screen 0 1024x768x24" \
+ dh_auto_test -- --test --system=custom --test-args='env PYTHONPATH={build_dir} {interpreter} setup.py test'
More information about the debian-med-commit
mailing list