[Python-modules-commits] [python-xlrd] 05/08: d/rules: remove symbolic rules to examples during tests
Vincent Bernat
bernat at moszumanska.debian.org
Tue Nov 14 07:38:54 UTC 2017
This is an automated email from the git hooks/post-receive script.
bernat pushed a commit to annotated tag debian/1.1.0-1
in repository python-xlrd.
commit 45e2c35f24d2bea1eba3b275ed56901b0650da89
Author: Vincent Bernat <vincent at bernat.im>
Date: Tue Nov 14 08:26:18 2017 +0100
d/rules: remove symbolic rules to examples during tests
---
debian/changelog | 1 +
debian/rules | 2 --
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index afd6747..78c85c7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ python-xlrd (1.1.0-1) unstable; urgency=medium
* New upstream release.
* Refresh patches after git-dpm to gbp pq conversion.
* d/control: bump Standards-Version.
+ * d/rules: remove symbolic rules to examples during tests.
-- Vincent Bernat <bernat at debian.org> Tue, 14 Nov 2017 08:20:54 +0100
diff --git a/debian/rules b/debian/rules
index a84f8e9..39298e9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,6 @@
#!/usr/bin/make -f
export PYBUILD_NAME = xlrd
-export PYBUILD_BEFORE_TEST=ln -s {dir}/xlrd/examples {build_dir}/xlrd/.
-export PYBUILD_AFTER_TEST=rm {build_dir}/xlrd/examples
%:
dh $@ --with python2,python3 --buildsystem pybuild
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-xlrd.git
More information about the Python-modules-commits
mailing list