[Python-modules-commits] [yarl] 16/16: disable tests if only arch. independent package is built
Piotr Ożarowski
piotr at moszumanska.debian.org
Wed Dec 21 12:00:42 UTC 2016
This is an automated email from the git hooks/post-receive script.
piotr pushed a commit to branch master
in repository yarl.
commit 0b4738f23cc5ce689004f18b8d18ab4dd3e00542
Author: Piotr Ożarowski <piotr at debian.org>
Date: Wed Dec 21 12:57:03 2016 +0100
disable tests if only arch. independent package is built
---
debian/changelog | 1 +
debian/rules | 2 ++
2 files changed, 3 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index c6896eb..066e13a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
yarl (0.8.1-1) unstable; urgency=medium
* New upstream release
+ * disable tests if only arch. independent package is built (closes: 844422)
-- Piotr Ożarowski <piotr at debian.org> Wed, 21 Dec 2016 12:50:31 +0100
diff --git a/debian/rules b/debian/rules
index da2c925..24b04f9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,6 +13,8 @@ ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS)))
rm -rf $(CURDIR)/.pybuild/docs/html/.doctrees
endif
+override_dh_auto_test-indep:
+
override_dh_auto_install:
dh_auto_install
find debian/python3-yarl/usr/lib \( -name '*.c' -or -name '*.px[di]' -or -name '*.pyx' \) -delete
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/yarl.git
More information about the Python-modules-commits
mailing list