[neon/backports-jammy/libaccounts-qt/Neon/unstable] debian: drop manual QMAKE_CXXFLAGS to qmake
Pino Toscano
null at kde.org
Thu Jun 22 01:22:16 BST 2023
Git commit c125eacfbef2254efd88e0656ad8ae3bb8fa779e by Pino Toscano.
Committed on 01/01/2021 at 11:56.
Pushed by carlosdem into branch 'Neon/unstable'.
drop manual QMAKE_CXXFLAGS to qmake
M +2 -0 debian/changelog
M +0 -1 debian/rules
https://invent.kde.org/neon/backports-jammy/libaccounts-qt/-/commit/c125eacfbef2254efd88e0656ad8ae3bb8fa779e
diff --git a/debian/changelog b/debian/changelog
index 3a5de88..e0a1f22 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,8 @@ libaccounts-qt (1.16-0r1) UNRELEASED; urgency=medium
* Set Rules-Requires-Root: no.
* Update the symbols file. (Closes: #957424)
* Add the configuration for the CI on salsa.
+ * Stop manually specifying QMAKE_CXXFLAGS to qmake, as it is already set
+ by debhelper.
-- Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Fri, 05 Jun 2020 10:33:31 -0000
diff --git a/debian/rules b/debian/rules
index ad2fb59..21783bd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,6 @@ export QT_SELECT=5
override_dh_auto_configure:
dh_auto_configure -- LIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH) \
- "QMAKE_CXXFLAGS=$(CFLAGS)" \
accounts-qt.pro
ddoverride_dh_auto_build-indep:
More information about the Neon-commits
mailing list