[Python-modules-commits] r33643 - in packages/pdfminer/trunk/debian (changelog rules)
eriol-guest at users.alioth.debian.org
eriol-guest at users.alioth.debian.org
Thu Aug 6 00:12:59 UTC 2015
Date: Thursday, August 6, 2015 @ 00:12:57
Author: eriol-guest
Revision: 33643
Disable tests inside samples directory since they are failing also upstream
Modified:
packages/pdfminer/trunk/debian/changelog
packages/pdfminer/trunk/debian/rules
Modified: packages/pdfminer/trunk/debian/changelog
===================================================================
--- packages/pdfminer/trunk/debian/changelog 2015-08-05 22:45:50 UTC (rev 33642)
+++ packages/pdfminer/trunk/debian/changelog 2015-08-06 00:12:57 UTC (rev 33643)
@@ -29,10 +29,12 @@
Python package anymore
* debian/rules
- Remove get-orig-source target.
+ - Disable tests inside samples directory since they are failing also
+ upstream.
* debian/watch
- Use pypi.debian.net redirector.
- -- Daniele Tricoli <eriol at mornie.org> Thu, 06 Aug 2015 00:41:05 +0200
+ -- Daniele Tricoli <eriol at mornie.org> Thu, 06 Aug 2015 02:11:31 +0200
pdfminer (20110515+dfsg-1) unstable; urgency=low
Modified: packages/pdfminer/trunk/debian/rules
===================================================================
--- packages/pdfminer/trunk/debian/rules 2015-08-05 22:45:50 UTC (rev 33642)
+++ packages/pdfminer/trunk/debian/rules 2015-08-06 00:12:57 UTC (rev 33643)
@@ -18,14 +18,15 @@
$(MAKE) -C debian/manpages/
dh_installman
+# Disable tests inside samples directory since they are failing also
+# upstream:
+# https://github.com/euske/pdfminer/issues/115
.PHONY: override_dh_auto_test
override_dh_auto_test:
ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
set -e -x; \
for python in $(shell pyversions -r); do \
$$python /usr/bin/nosetests --with-doctest --verbose pdfminer/*.py; \
- $(MAKE) -C samples clean; \
- $(MAKE) -C samples PYTHON=$$python CMP="diff -u" HTMLS_NONFREE= TEXTS_NONFREE= XMLS_NONFREE= test; \
done
endif
More information about the Python-modules-commits
mailing list