[SCM] qtchooser packaging branch, master, updated. debian/31-g980c64c-2-2-gfb0ae1a

Lisandro Damián Nicanor Pérez lisandro at alioth.debian.org
Fri May 24 16:25:48 UTC 2013


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

The following commit has been merged in the master branch:
commit bf74bef675450bc718068e97db2202f1b476accb
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Fri May 24 13:24:26 2013 -0300

    Do not B-D on libqt4-dev just for this upload.
    
    Some archs decided to build Qt 4.8.4 before qtchooser, thus making
    it unbuildable. To solve this, we remove the B-D on libqt4-dev
    and disable the tests just for this upload.
---
 debian/changelog |    8 ++++++++
 debian/control   |    2 +-
 debian/rules     |    3 +++
 3 files changed, 12 insertions(+), 1 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6603720..ed58342 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+qtchooser (31-g980c64c-3) UNRELEASED; urgency=low
+
+  * Some archs decided to build Qt 4.8.4 before qtchooser, thus making
+    it unbuildable. To solve this, we remove the B-D on libqt4-dev
+    and disable the tests just for this upload.
+
+ -- Lisandro Damián Nicanor Pérez Meyer <lisandro at debian.org>  Fri, 24 May 2013 13:22:53 -0300
+
 qtchooser (31-g980c64c-2) unstable; urgency=low
 
   * Release to unstable.
diff --git a/debian/control b/debian/control
index 5d3d560..a6095ff 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: extra
 Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Timo Jyrinki <timo at debian.org>,
   Lisandro Damián Nicanor Pérez Meyer <lisandro at debian.org>
-Build-Depends: debhelper (>= 9), libqt4-dev
+Build-Depends: debhelper (>= 9)
 Standards-Version: 3.9.4
 Homepage: https://qt-project.org/
 Vcs-Git: git://anonscm.debian.org/pkg-kde/qt/qtchooser.git
diff --git a/debian/rules b/debian/rules
index e5dc733..e11c08d 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:
+# Do not build test just for one upload.

-- 
qtchooser packaging



More information about the pkg-kde-commits mailing list