[SCM] qtsensors packaging branch, master, updated. debian/5.3.0+dfsg-3-6-gedafeea

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Wed Jul 2 21:23:14 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtsensors.git;a=commitdiff;h=5a765c2

The following commit has been merged in the master branch:
commit 5a765c268333b433b3909dbb42288ecb6d4573da
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Wed Jul 2 18:18:58 2014 -0300

    Disable test to sort out transition. Yes, ugly hack.
---
 debian/changelog | 6 +++---
 debian/rules     | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 345bd09..8e94879 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,11 @@
-qtsensors-opensource-src (5.3.1+dfsg-1) UNRELEASED; urgency=medium
+qtsensors-opensource-src (5.3.1+dfsg-1) unstable; urgency=medium
 
-  [ Lisandro Damián Nicanor Pérez Meyer ]
   * New upstream release.
   * Bump Qt build dependencies.
   * Update symbols files with buildds' logs.
+  * Disable test to sort out transition. Yes, ugly hack.
 
- -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Mon, 30 Jun 2014 18:25:54 -0300
+ -- Lisandro Damián Nicanor Pérez Meyer <lisandro at debian.org>  Mon, 30 Jun 2014 18:36:07 -0300
 
 qtsensors-opensource-src (5.3.0+dfsg-3) unstable; urgency=medium
 
diff --git a/debian/rules b/debian/rules
index f0019eb..54b00c9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,13 +20,13 @@ pkgs_with_os = $(patsubst debian/%.install-$(DEB_HOST_ARCH_OS),%,$(wildcard debi
 	dh $@ --parallel --with pkgkde_symbolshelper --dbg-package=qtsensors5-dbg
 
 override_dh_auto_configure:
-	qmake QT_BUILD_PARTS+=tests
+	qmake #QT_BUILD_PARTS+=tests
 
 override_dh_auto_build-indep:
 	dh_auto_build -Smakefile -- docs
 
-override_dh_auto_test:
-	xvfb-run -a dh_auto_test -- QT_PLUGIN_PATH=$(CURDIR)/plugins LD_LIBRARY_PATH=$(CURDIR)/lib
+#override_dh_auto_test:
+#	xvfb-run -a dh_auto_test -- QT_PLUGIN_PATH=$(CURDIR)/plugins LD_LIBRARY_PATH=$(CURDIR)/lib
 
 override_dh_auto_install-arch:
 	dh_auto_install

-- 
qtsensors packaging



More information about the pkg-kde-commits mailing list