[Pkg-electronics-commits] [SCM] Packaging for covered branch, master, updated. debian/0.7.10-1-6-g714d368

أحمد المحمو =?UTF-8?Q?=D8=AF=D9=8A=20?=(Ahmed El-Mahmoudy) aelmahmoudy at sabily.org
Tue May 28 12:26:47 UTC 2013


The following commit has been merged in the master branch:
commit 0dc790e2e778fdab3f67466269200dc3294cd40f
Author: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org>
Date:   Sun Mar 20 09:35:58 2011 +0200

    debian/rules: Check DEB_BUILD_OPTIONS for "nocheck" flag before actually
    running 'make check'

diff --git a/debian/rules b/debian/rules
index a4d2d29..f2f1dea 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,4 +7,6 @@ override_dh_auto_configure:
 	dh_auto_configure -- --with-iv=/usr --with-cver=/usr/include/cver LDFLAGS="$(LDFLAGS) -Wl,--as-needed"
 
 override_dh_auto_test:
+ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
 	make check
+endif

-- 
Packaging for covered



More information about the Pkg-electronics-commits mailing list