[Python-modules-commits] [pytest-bdd] 03/03: Remove conflicting binary

Brian May bam at moszumanska.debian.org
Sun May 28 01:47:52 UTC 2017


This is an automated email from the git hooks/post-receive script.

bam pushed a commit to branch debian/master
in repository pytest-bdd.

commit db3bec152e144ecb32e09d634a383a33dbd2b682
Author: Brian May <brian at linuxpenguins.xyz>
Date:   Sun May 28 11:37:12 2017 +1000

    Remove conflicting binary
---
 debian/rules | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/debian/rules b/debian/rules
index ae99ed1..6ba4fe8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,3 +8,8 @@ export PYBUILD_NAME=pytest-bdd
 override_dh_auto_test:
 	dh_auto_install
 	dh_auto_test -- --system=custom --test-args="{interpreter} -m pytest"
+
+override_dh_auto_install:
+	dh_auto_install
+	rm debian/python-pytest-bdd/usr/bin/pytest-bdd
+	rm debian/python3-pytest-bdd/usr/bin/pytest-bdd

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pytest-bdd.git



More information about the Python-modules-commits mailing list