tag 853664 pending
thanks
Hello,
Bug #853664 reported by you has been fixed in the Git repository. You can
see the changelog below, and you can check the diff of the fix at:
https://anonscm.debian.org/cgit/pkg-security/snoopy.git/commit/?id=4e91817
---
commit 4e918172a06ea2c390c3cc009c20c7793c919b2d
Author: Lukas Schwaighofer <[email protected]>
Date: Sun Aug 27 12:21:43 2017 +0200
Fix FTBFS with GCC-7
No longer compare pointer with the zero constant character.
Closes: #853664
diff --git a/debian/changelog b/debian/changelog
index 4f3ced3..b08e174 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+snoopy (2.4.6-2) unstable; urgency=medium
+
+ * Team upload.
+ * No longer compare pointer with the zero constant character to fix FTBFS
+ with GCC-7 (Closes: #853664).
+
+ -- Lukas Schwaighofer <[email protected]> Sun, 27 Aug 2017 12:18:19
+0200
+
snoopy (2.4.6-1) unstable; urgency=medium
[ Marcos Fouces ]