[SCM] qtchooser packaging branch, master, updated. debian/39-g4717841-1-7-g1ccfbbd

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Sun Jan 19 02:20:38 UTC 2014


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

The following commit has been merged in the master branch:
commit 8866d999d3a8f162d743235d52700952a41e7e64
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Sat Jan 18 23:15:59 2014 -0300

    Override dh_auto_test and simply run make check.
---
 debian/changelog | 2 ++
 debian/rules     | 3 +++
 2 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 5652052..ac91cf4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ qtchooser (39-g4717841-2) UNRELEASED; urgency=low
   * Backport Add-qmlimportscanner-qtpaths.patch to support qmlimportscanner
     and qtpaths (Closes: #735599).
   * Update Standards-Version to 3.9.5, no changes required.
+  * Override dh_auto_test and simply run make check. Somehow dh_auto_test is
+    not detecting the check rule.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Thu, 02 Jan 2014 19:59:45 +0400
 
diff --git a/debian/rules b/debian/rules
index e5dc733..d4d7df4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,3 +13,6 @@ override_dh_auto_build:
 
 override_dh_auto_install:
 	make install INSTALL_ROOT=$(CURDIR)/debian/qtchooser
+
+override_dh_auto_test:
+	make check

-- 
qtchooser packaging



More information about the pkg-kde-commits mailing list