From 03eea23a788f23f968f86359b0632b6b42c7f92b Mon Sep 17 00:00:00 2001 From: Alastair McKinstry Date: Wed, 2 Oct 2019 19:23:38 +0100 Subject: [PATCH] Filter format-security warnings which break autogenerated code --- debian/changelog | 5 +++-- debian/rules | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 635077e..539a663 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,12 @@ -mathgl (2.4.4-4) UNRELEASED; urgency=medium +mathgl (2.4.4-4) unstable; urgency=medium [ Alastair McKinstry ] * Switch from obsolete texlive-generic-recommended to texlive-plain-generic Closes: #941538 + * Filter format-security warnings which break autogenerated code * Standard-Version: 4.4.1.0 - -- Alastair McKinstry Mon, 29 Jul 2019 19:13:56 +0100 + -- Alastair McKinstry Wed, 02 Oct 2019 19:23:33 +0100 mathgl (2.4.4-3) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index c34075f..56b7879 100755 --- a/debian/rules +++ b/debian/rules @@ -10,7 +10,7 @@ export DH_VERBOSE=1 export DH_OPTIONS=-v -CXXFLAGS:= $(filter-out -Werror=format-security, (shell dpkg-buildflags --get CXXFLAGS)) +CXXFLAGS:= $(filter-out -Werror=format-security, $(shell dpkg-buildflags --get CXXFLAGS)) DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH) -- 2.30.2