[SCM] qtchooser packaging branch, master, updated. debian/39-g4717841-2-2-g0132394

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Tue Feb 11 16:52:39 UTC 2014


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

The following commit has been merged in the master branch:
commit 0132394b2e0ee3dc447f46061240fe0ccd8c6638
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Tue Feb 11 13:52:22 2014 -0300

    Add a patch from Daniel Schepler to allow easier bootstraping of qtchooser
---
 debian/changelog | 4 ++++
 debian/rules     | 2 ++
 2 files changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 80e562b..2cd545d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,9 @@
 qtchooser (39-g4717841-3) UNRELEASED; urgency=medium
 
+  [ Lisandro Damián Nicanor Pérez Meyer ]
+  * Add a patch from Daniel Schepler to allow easier bootstraping of qtchooser
+    (Closes: #738658).
+
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Tue, 11 Feb 2014 13:48:51 -0300
 
 qtchooser (39-g4717841-2) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index d4d7df4..5fbda18 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,4 +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

-- 
qtchooser packaging



More information about the pkg-kde-commits mailing list