[SCM] qttools packaging branch, experimental, updated. debian/5.9.2-4-3-geaee4a9

Dmitry Shachnev mitya57 at moszumanska.debian.org
Thu Dec 7 13:14:44 UTC 2017


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

The following commit has been merged in the experimental branch:
commit eaee4a99f079a2e2036c5e446ec05f1758b6f466
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Thu Dec 7 16:14:37 2017 +0300

    Drop compiler flags exports, not needed with debhelper configure.
---
 debian/changelog | 1 +
 debian/rules     | 3 ---
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 56983c7..7c17f57 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ qttools-opensource-src (5.10.0-1) UNRELEASED; urgency=medium
   [ Dmitry Shachnev ]
   * New upstream release.
   * Update debian/watch for the new tarball names.
+  * Drop compiler flags exports, not needed with debhelper configure.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Thu, 07 Dec 2017 16:03:26 +0300
 
diff --git a/debian/rules b/debian/rules
index 8423d97..5dd079d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,9 +5,6 @@
 
 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
 
 # Archs that do not build depend on QtWebkit do not ship qwebview.

-- 
qttools packaging



More information about the pkg-kde-commits mailing list