Control: tags 957184 + patch
Control: tags 957184 + pending
--

Dear maintainer,

I've prepared an NMU for eurephia (versioned as 1.1.0-6.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should cancel it.

--
Regards
Sudip

diff -Nru eurephia-1.1.0/debian/changelog eurephia-1.1.0/debian/changelog
--- eurephia-1.1.0/debian/changelog     2016-09-16 08:38:26.000000000 +0100
+++ eurephia-1.1.0/debian/changelog     2020-11-30 20:44:45.000000000 +0000
@@ -1,3 +1,11 @@
+eurephia (1.1.0-6.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix ftbfs with GCC-10. (Closes: #957184)
+    - Use fcommon with CFLAGS.
+
+ -- Sudip Mukherjee <sudipm.mukher...@gmail.com>  Mon, 30 Nov 2020 20:44:45 
+0000
+
 eurephia (1.1.0-6) unstable; urgency=medium
 
   * Make build reproducible. Thanks Chris Lamb for the patch!
diff -Nru eurephia-1.1.0/debian/rules eurephia-1.1.0/debian/rules
--- eurephia-1.1.0/debian/rules 2015-07-07 16:04:12.000000000 +0100
+++ eurephia-1.1.0/debian/rules 2020-11-29 22:27:12.000000000 +0000
@@ -3,7 +3,7 @@
        dh $@
 
 override_dh_auto_configure:
-       $(shell DEB_CFLAGS_MAINT_APPEND="-fPIC -std=gnu89" dpkg-buildflags 
--export=configure) ./configure --prefix /usr --plug-in --fw-iptables 
--db-sqlite3 --sqlite3-path /var/lib/eurephia --eurephiadm --openvpn-src 
/usr/include/openvpn
+       $(shell DEB_CFLAGS_MAINT_APPEND="-fPIC -std=gnu89 -fcommon" 
dpkg-buildflags --export=configure) ./configure --prefix /usr --plug-in 
--fw-iptables --db-sqlite3 --sqlite3-path /var/lib/eurephia --eurephiadm 
--openvpn-src /usr/include/openvpn
 override_dh_auto_clean:
        rm -rf configure.log
        dh_auto_clean

Reply via email to