[SCM] qtx11extras packaging branch, experimental, updated. debian/5.9.2-1-5-g34bc177

Dmitry Shachnev mitya57 at moszumanska.debian.org
Thu Dec 14 20:48:40 UTC 2017


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

The following commit has been merged in the experimental branch:
commit e69c6e3b8b250d81b039e45be01d2d077256ffa9
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Thu Dec 14 23:42:08 2017 +0300

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

diff --git a/debian/changelog b/debian/changelog
index 7236b05..306ade1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ qtx11extras-opensource-src (5.10.0-1) UNRELEASED; urgency=medium
   [ Dmitry Shachnev ]
   * New upstream release.
   * Update debian/watch for the new upstream tarball names.
+  * Use dh_auto_configure provided by debhelper (closes: #880931).
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Thu, 14 Dec 2017 23:29:31 +0300
 
diff --git a/debian/control b/debian/control
index efaa259..ad737c1 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Uploaders: Sune Vuorela <debian at pusling.com>,
            Felix Geyer <fgeyer at debian.org>,
            Timo Jyrinki <timo at debian.org>,
            Dmitry Shachnev <mitya57 at debian.org>
-Build-Depends: debhelper (>= 10.3),
+Build-Depends: debhelper (>= 10.9.2~),
                pkg-kde-tools,
                qtbase5-dev (>= 5.9.2+dfsg~),
                qtbase5-private-dev (>= 5.9.2+dfsg~)
diff --git a/debian/rules b/debian/rules
index af06e4f..6b1f2b0 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 
-
 override_dh_auto_build-indep:
 	dh_auto_build -Smakefile -- docs
 

-- 
qtx11extras packaging



More information about the pkg-kde-commits mailing list