[SCM] qttranslations packaging branch, master, updated. ed3db45a9a0720d2acc41bf3641c4214c85e3206

Lisandro Damián Nicanor Pérez lisandro at alioth.debian.org
Fri Jul 12 00:48:29 UTC 2013


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

The following commit has been merged in the master branch:
commit 28d90ef7710f92d0a4bad734b75bdae18bd40ffb
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Thu Jul 11 21:41:31 2013 -0300

    Export QT_SELECT instead of depending on qt5-default.
---
 debian/changelog |    1 +
 debian/control   |    1 -
 debian/rules     |    2 ++
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index c1fa09c..85eae44 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ qttranslations-opensource-src (5.1.0-1) UNRELEASED; urgency=low
   * New upstream release.
   * Fix watch file.
   * Bump Qt  build dependencies to 5.1.0~.
+  * Export QT_SELECT instead of depending on qt5-default.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Thu, 11 Jul 2013 21:36:28 -0300
 
diff --git a/debian/control b/debian/control
index 741b627..7eebab9 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,6 @@ Uploaders: Dmitry Shachnev <mitya57 at gmail.com>,
            Felix Geyer <fgeyer at debian.org>,
            Timo Jyrinki <timo at debian.org>
 Build-Depends: debhelper (>= 9),
-               qt5-default,
                qt5-qmake (>= 5.1.0~),
                qttools5-dev-tools (>= 5.1.0~)
 Standards-Version: 3.9.4
diff --git a/debian/rules b/debian/rules
index 4f599fd..f0e0f7e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+export QT_SELECT := qt5
+
 %:
 	dh $@
 

-- 
qttranslations packaging



More information about the pkg-kde-commits mailing list