[diffoscope] 02/03: debian/rules: Consistently space out environment exports.
Chris Lamb
chris at chris-lamb.co.uk
Mon Jan 16 06:38:58 CET 2017
This is an automated email from the git hooks/post-receive script.
lamby pushed a commit to branch master
in repository diffoscope.
commit 5fc1aaee6f9d823c3e953a2eeee8e50b72564f31
Author: Chris Lamb <lamby at debian.org>
Date: Mon Jan 16 16:07:57 2017 +1100
debian/rules: Consistently space out environment exports.
Signed-off-by: Chris Lamb <lamby at debian.org>
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 47ce3b7..cab9a2e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,7 +23,7 @@ export PATH := $(CURDIR)/bin:$(PATH)
export PYBUILD_DESTDIR = debian/diffoscope
export PYBUILD_TEST_ARGS = -vv -r sxX --cov=diffoscope --cov-report=term-missing --cov-report=html
export PYBUILD_AFTER_TEST = debian/tests/basic-command-line
-export PYBUILD_AFTER_INSTALL=rm -rvf '{destdir}/{install_dir}/htmlcov' '{destdir}/{install_dir}/.coverage'
+export PYBUILD_AFTER_INSTALL = rm -rvf '{destdir}/{install_dir}/htmlcov' '{destdir}/{install_dir}/.coverage'
%:
dh $@ --with python3 --with bash-completion --buildsystem=pybuild
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git
More information about the diffoscope
mailing list