[SCM] qtscript packaging branch, master, updated. 2dce55088738d95e6e86eb9e26184e305899fb6c

Lisandro Damián Nicanor Pérez lisandro at alioth.debian.org
Fri May 17 17:50:50 UTC 2013


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

The following commit has been merged in the master branch:
commit 7a84eb5d623ee3b003d7c772275352c9a0c899e8
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Fri May 17 14:43:27 2013 -0300

    Use QT_SELECT instead of B-D on qt5-default.
    
    I still think it's a more robust solution.
---
 debian/control |    1 -
 debian/rules   |    1 +
 2 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/control b/debian/control
index 191a8a1..c641d63 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,6 @@ Uploaders: Fathi Boudra <fabo at debian.org>,
 Build-Depends: debhelper (>= 9),
                dpkg-dev (>= 1.16.1),
                pkg-kde-tools,
-               qt5-default,
                qtbase5-private-dev (>= 5.0.1~)
 Standards-Version: 3.9.4
 Homepage: http://qt-project.org/
diff --git a/debian/rules b/debian/rules
index be12074..f6e98bc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,7 @@
 export CFLAGS := $(shell dpkg-buildflags --get CFLAGS) $(shell dpkg-buildflags --get CPPFLAGS)
 export CXXFLAGS := $(shell dpkg-buildflags --get CXXFLAGS) $(shell dpkg-buildflags --get CPPFLAGS)
 export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -Wl,--as-needed
+export QT_SELECT := qt5
 
 %:
 	dh $@ --list-missing --parallel --with pkgkde_symbolshelper --dbg-package=qtscript5-dbg 

-- 
qtscript packaging



More information about the pkg-kde-commits mailing list