tags 995157 +patch
thanks

Hi,

the attach patch/debdiff fixes the build for me.


Cheers,

Michael

-- 
Michael Banck
Team Lead PostgreSQL
Project Manager
Tel.: +49 2166 9901-171
Mail: michael.ba...@credativ.de

credativ GmbH, HRB Mönchengladbach 12080
USt-ID-Nummer: DE204566209
Trompeterallee 108, 41189 Mönchengladbach
Management: Dr. Michael Meskes, Sascha Heuer, Geoff Richardson, Peter
Lilley

Our handling of personal data is subject to:
https://www.credativ.de/en/contact/privacy/
diff -Nru libfido2-1.6.0/debian/changelog libfido2-1.6.0/debian/changelog
--- libfido2-1.6.0/debian/changelog	2021-01-16 23:46:13.000000000 +0100
+++ libfido2-1.6.0/debian/changelog	2021-10-12 17:33:01.000000000 +0200
@@ -1,3 +1,12 @@
+libfido2 (1.6.0-2+gl1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/rules: Add -Wno-error=deprecated-declarations
+    -Wno-error=discarded-qualifiers to compile flags
+    Closes: #995157
+
+ -- Michael Banck <michael.ba...@credativ.de>  Tue, 12 Oct 2021 17:33:01 +0200
+
 libfido2 (1.6.0-2) unstable; urgency=medium
 
   * No-op change from 1.6.0-1 to fix dgit history.
diff -Nru libfido2-1.6.0/debian/rules libfido2-1.6.0/debian/rules
--- libfido2-1.6.0/debian/rules	2021-01-16 23:46:13.000000000 +0100
+++ libfido2-1.6.0/debian/rules	2021-10-12 17:33:01.000000000 +0200
@@ -1,6 +1,8 @@
 #!/usr/bin/make -f
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export CFLAGS+=-Wno-error=deprecated-declarations 
+export CFLAGS+=-Wno-error=discarded-qualifiers
 
 %:
 	dh $@

Reply via email to