diff --git a/debian/changelog b/debian/changelog index b0374a3..7401c0a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +pdfrw (0.2-2) unstable; urgency=medium + + * QA upload + * Don’t run testsuite at build time (closes: #808678): + They rely on an external library containing data without any documented + copyright + + -- David Prévot Mon, 28 Dec 2015 22:05:28 -0400 + pdfrw (0.2-1) unstable; urgency=medium * new upstream version (closes: #789590) diff --git a/debian/rules b/debian/rules index 0e3c0aa..ba73a3a 100755 --- a/debian/rules +++ b/debian/rules @@ -4,3 +4,5 @@ export PYBUILD_NAME = pdfrw %: dh $@ --with python2,python3 --buildsystem=pybuild + +override_dh_auto_test: