[Debian-astro-commits] [xpa] 01/03: Support DEB_BUILD_OPTIONS=nocheck.

Ole Streicher olebole at moszumanska.debian.org
Thu Aug 10 12:11:38 UTC 2017


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

olebole pushed a commit to branch master
in repository xpa.

commit ba6ffd164cf30a053b3e7e238d752b9e5e860267
Author: Helmut Grohne <helmut at subdivi.de>
Date:   Thu Aug 10 14:03:23 2017 +0200

    Support DEB_BUILD_OPTIONS=nocheck.
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index 4c9614c..d0f1177 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,8 +12,10 @@ override_dh_auto_configure:
 override_dh_auto_build:
 	dh_auto_build -- All tclxpa
 
+ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
 override_dh_auto_test:
 	debian/tests/xpa_test_build
+endif
 
 override_dh_installchangelogs:
 	dh_installchangelogs doc/changelog.html

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-astro/packages/xpa.git



More information about the Debian-astro-commits mailing list