[SCM] qtwayland packaging branch, master, updated. debian/5.9.2-3-2-g6479af4

Dmitry Shachnev mitya57 at moszumanska.debian.org
Fri Dec 15 15:39:28 UTC 2017


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

The following commit has been merged in the master branch:
commit 6479af41fd0768996be3bb6103728d80da422933
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Fri Dec 15 18:35:59 2017 +0300

    Use dh_auto_configure provided by debhelper.
---
 debian/changelog | 2 ++
 debian/control   | 2 +-
 debian/rules     | 6 ------
 3 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d7af12f..48d64b9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
 qtwayland-opensource-src (5.9.2-4) UNRELEASED; urgency=medium
 
+  [ Dmitry Shachnev ]
+  * Use dh_auto_configure provided by debhelper.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Fri, 15 Dec 2017 18:34:29 +0300
 
diff --git a/debian/control b/debian/control
index ae71e4f..a9b1bd2 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders: Dmitry Shachnev <mitya57 at debian.org>,
            Sune Vuorela <debian at pusling.com>,
            Pino Toscano <pino at debian.org>,
            Timo Jyrinki <timo at debian.org>
-Build-Depends: debhelper (>= 10.3),
+Build-Depends: debhelper (>= 10.9.2~),
                dpkg-dev (>= 1.17.14),
                libegl1-mesa-dev,
                libfontconfig1-dev,
diff --git a/debian/rules b/debian/rules
index 9019915..2953201 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,17 +5,11 @@
 
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
-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 $@ --with pkgkde_symbolshelper
 
-override_dh_auto_configure:
-	qmake CONFIG-=use_gold_linker
-
 override_dh_auto_build-indep:
 	dh_auto_build -- docs
 

-- 
qtwayland packaging



More information about the pkg-kde-commits mailing list