[neon/backports-noble/libsignon-glib-noble/Neon/unstable] debian: drop extra CFLAGS
Pino Toscano
null at kde.org
Tue Sep 3 02:46:17 BST 2024
Git commit a1bcc0b8f43a9aa6e11b31a7bfc53e37ed3aca2b by Pino Toscano.
Committed on 31/12/2020 at 13:13.
Pushed by carlosdem into branch 'Neon/unstable'.
drop extra CFLAGS
M +3 -0 debian/changelog
M +0 -1 debian/rules
https://invent.kde.org/neon/backports-noble/libsignon-glib-noble/-/commit/a1bcc0b8f43a9aa6e11b31a7bfc53e37ed3aca2b
diff --git a/debian/changelog b/debian/changelog
index 3e83f64..4a3fa89 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -32,6 +32,9 @@ libsignon-glib (1.15-0r1) UNRELEASED; urgency=medium
* Switch from /usr/share/dpkg/default.mk to /usr/share/dpkg/architecture.mk,
as we need bits only from the latter
- drop the manual dpkg-architecture queries
+ * Do not add -Wall -pendantic to the CFLAGS: the former is already used by
+ the upstream buildsystem, the latter is not something we want to enforce
+ in Debian builds
-- Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Thu, 31 Dec 2020 12:54:04 +0100
diff --git a/debian/rules b/debian/rules
index 9ed1b56..04e42df 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,6 @@ DPKG_EXPORT_BUILDFLAGS=1
include /usr/share/dpkg/architecture.mk
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-export DEB_CFLAGS_MAINT_APPEND=-Wall -pendantic
%:
dh $@ --with gir
More information about the Neon-commits
mailing list