[med-svn] [Git][med-team/python-deeptools][master] Reeducating myself about conditionals in Makefiles
Steffen Möller
gitlab at salsa.debian.org
Sun Aug 11 18:35:30 BST 2019
Steffen Möller pushed to branch master at Debian Med / python-deeptools
Commits:
a567fbe3 by Steffen Möller at 2019-08-11T17:35:20Z
Reeducating myself about conditionals in Makefiles
- - - - -
1 changed file:
- debian/rules
Changes:
=====================================
debian/rules
=====================================
@@ -7,9 +7,9 @@ export PYBUILD_NAME=deeptools
dh $@ --with python3 --buildsystem=pybuild
override_dh_auto_test:
- ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
- PYTHONPATH=$(CURDIR) nosetests3 -x -v -s deeptools
- endif
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
+ PYTHONPATH=$(CURDIR) nosetests3 -x -v -s deeptools
+endif
override_dh_auto_clean:
dh_auto_clean
View it on GitLab: https://salsa.debian.org/med-team/python-deeptools/commit/a567fbe3c7c14230ca105a8b4fdf767d720f2019
--
View it on GitLab: https://salsa.debian.org/med-team/python-deeptools/commit/a567fbe3c7c14230ca105a8b4fdf767d720f2019
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20190811/4ac0212e/attachment.html>
More information about the debian-med-commit
mailing list