[SCM] qtxmlpatterns packaging branch, experimental, updated. debian/5.9.2-3-5-g3c31a66

Dmitry Shachnev mitya57 at moszumanska.debian.org
Thu Dec 7 12:51:38 UTC 2017


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

The following commit has been merged in the experimental branch:
commit 3c31a66ebf78f798ea34cadad02359e3b7bf0796
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Thu Dec 7 15:51:26 2017 +0300

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

diff --git a/debian/changelog b/debian/changelog
index 62f8a9c..f220e33 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ qtxmlpatterns-opensource-src (5.10.0-1) UNRELEASED; urgency=medium
   * New upstream release.
   * Update debian/watch for the new tarball names.
   * Bump Qt build-dependencies to 5.10.0.
+  * Use dh_auto_configure provided by debhelper.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Thu, 07 Dec 2017 15:32:40 +0300
 
diff --git a/debian/control b/debian/control
index 53df990..57be97b 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders: Sune Vuorela <debian at pusling.com>,
            Lisandro Damián Nicanor Pérez Meyer <lisandro 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~),
                dpkg-dev (>= 1.17.14),
                pkg-kde-tools,
                qtbase5-private-dev (>= 5.10.0+dfsg~)
diff --git a/debian/rules b/debian/rules
index 5827c1d..fda842a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,16 +5,13 @@
 
 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 QT_BUILD_PARTS+=tests
+	dh_auto_configure -- QT_BUILD_PARTS+=tests
 
 override_dh_auto_build-indep:
 	dh_auto_build -- docs

-- 
qtxmlpatterns packaging



More information about the pkg-kde-commits mailing list