[SCM] qtchooser packaging branch, master, updated. debian/58-gfab25f1-1-5-g74cfb80

Dmitry Shachnev mitya57 at moszumanska.debian.org
Wed Jun 1 10:25:28 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtchooser.git;a=commitdiff;h=74cfb80

The following commit has been merged in the master branch:
commit 74cfb80e84c999acc27ff3aaae99f56e1e1ced81
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Wed Jun 1 13:24:50 2016 +0300

    Fix the stage1 check in debian/rules.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index aae4079..248cbc6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,7 +27,7 @@ override_dh_auto_install:
 	done
 
 override_dh_auto_test:
-ifneq (,$(filter stage1,$(DEB_BUILD_PROFILES)))
+ifeq (,$(filter stage1,$(DEB_BUILD_PROFILES)))
 ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
 	make check QMAKE=/usr/lib/$(DEB_HOST_MULTIARCH)/qt5/bin/qmake
 endif

-- 
qtchooser packaging



More information about the pkg-kde-commits mailing list