[SCM] signon-ui packaging branch, master, updated. 255d373531da54d0a5023be0512ee1a8653b6911

Diane Trout diane at moszumanska.debian.org
Tue Sep 15 06:45:31 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/signon-ui.git;a=commitdiff;h=b1d8c48

The following commit has been merged in the master branch:
commit b1d8c481a23adcaf46cf70f74189801e2a558270
Author: Diane Trout <diane at ghic.org>
Date:   Mon Sep 14 22:23:32 2015 -0700

    Use QT_SELECT=qt5 in rules instead of qt5-default in build-dep
---
 debian/changelog | 1 +
 debian/control   | 1 -
 debian/rules     | 1 +
 3 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 2ee1501..a04f0ea 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ signon-ui (0.17+15.10.20150810-1) UNRELEASED; urgency=medium
 
   * Prepare initial Debian release.
   * Change maintainer to Debian qt-kde team, add myself as uploader
+  * Use QT_SELECT=qt5 in rules instead of qt5-default in build-dep
 
  -- Diane Trout <diane at debian.org>  Mon, 14 Sep 2015 22:06:53 -0700
 
diff --git a/debian/control b/debian/control
index 53b5518..19fac41 100644
--- a/debian/control
+++ b/debian/control
@@ -21,7 +21,6 @@ Build-Depends: dbus-test-runner,
                libxext-dev,
                libxslt1-dev,
                pkg-config,
-               qt5-default,
                qtbase5-dev (>= 5.0.2+dfsg1-3ubuntu1),
                qtdeclarative5-dev,
                qtlocation5-dev,
diff --git a/debian/rules b/debian/rules
index 849f76c..dca5532 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,7 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 export DPKG_GENSYMBOLS_CHECK_LEVEL=4
+export QT_SELECT=qt5
 
 LIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH)
 

-- 
signon-ui packaging



More information about the pkg-kde-commits mailing list