[SCM] qtchooser packaging branch, master, updated. debian/39-g4717841-3-9-g989e72c

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Tue Aug 26 14:23:06 UTC 2014


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

The following commit has been merged in the master branch:
commit 99e33474fdff2f26c8beb214b078db5d48e9b2e9
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Tue Aug 26 11:19:27 2014 -0300

    Do not run the tests.
---
 debian/changelog | 1 +
 debian/rules     | 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ab0a420..f28db56 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ qtchooser (47-gd2b7997-1) UNRELEASED; urgency=medium
       commented so arm64 and ppc64el don't need to bootstrap it.
       I ran the tests and worked flawlessly, they will get reenabled on the
        next upload.
+    - Do not run the tests for this upload.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Tue, 26 Aug 2014 10:57:17 -0300
 
diff --git a/debian/rules b/debian/rules
index 5fbda18..cfaf5a1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,6 +15,6 @@ override_dh_auto_install:
 	make install INSTALL_ROOT=$(CURDIR)/debian/qtchooser
 
 override_dh_auto_test:
-ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
-	make check
-endif
+#ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
+#	make check
+#endif

-- 
qtchooser packaging



More information about the pkg-kde-commits mailing list