[SCM] Grantlee template engine packaging branch, master, updated. debian/5.0.0-3-10-g4d83dd8

Maximiliano Curia maxy at moszumanska.debian.org
Mon Oct 24 09:36:56 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/krap/grantlee.git;a=commitdiff;h=381d249

The following commit has been merged in the master branch:
commit 381d249d6bafe2107486d818259b9755b1597f1b
Author: Helmut Grohne <helmut at subdivi.de>
Date:   Sun Oct 23 19:29:51 2016 +0200

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

diff --git a/debian/rules b/debian/rules
index 9575726..12a962f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,8 +14,10 @@ endif
 override_dh_auto_configure:
 	dh_auto_configure -- -DBUILD_TESTS=ON -DLIB_SUFFIX="/$(DEB_HOST_MULTIARCH)"
 
+ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
 override_dh_auto_test:
 	xvfb-run dh_auto_test $(fail_param)
+endif
 
 override_dh_makeshlibs:
 	dh_makeshlibs -V -X/usr/lib/$(DEB_HOST_MULTIARCH)/grantlee/

-- 
Grantlee template engine packaging



More information about the pkg-kde-commits mailing list