[SCM] qtgraphicaleffects packaging branch, master, updated. debian/5.1.1-1-4-g183fa96

Lisandro Damián Nicanor Pérez lisandro at alioth.debian.org
Fri Sep 20 20:50:10 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtgraphicaleffects.git;a=commitdiff;h=183fa96

The following commit has been merged in the master branch:
commit 183fa96fdeb4b0751257b5ae50e32df0165c3845
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Fri Sep 20 17:49:35 2013 -0300

    Better call dh_auto_test
    
    This will ensure that is nocheck is in DEB_BUILD_OPTS the tests will not be executed.
---
 debian/rules |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 02c044a..adfca3a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,7 @@ override_dh_auto_build-indep:
 	dh_auto_build -Smakefile -- docs
 
 override_dh_auto_test:
-	xvfb-run -a make check QT_PLUGIN_PATH=$(CURDIR)/plugins LD_LIBRARY_PATH=$(CURDIR)/lib
+	xvfb-run -a dh_auto_test QT_PLUGIN_PATH=$(CURDIR)/plugins LD_LIBRARY_PATH=$(CURDIR)/lib
 
 override_dh_auto_install-indep:
 	make INSTALL_ROOT=$(CURDIR)/debian/tmp install_docs

-- 
qtgraphicaleffects packaging



More information about the pkg-kde-commits mailing list