Package: release.debian.org
Severity: normal
Tags: jessie
User: release.debian....@packages.debian.org
Usertags: pu


 changelog |    8 ++++++++
 rules     |    2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff -Nru libnids-1.23/debian/changelog libnids-1.23/debian/changelog
--- libnids-1.23/debian/changelog       2010-07-21 22:23:34.000000000 +0300
+++ libnids-1.23/debian/changelog       2017-05-21 18:09:17.000000000 +0300
@@ -1,3 +1,11 @@
+libnids (1.23-2+deb8u1) jessie; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix assembly of TCP streams on armhf by adding -fno-strict-aliasing.
+    (Closes: 851060)
+
+ -- Adrian Bunk <b...@debian.org>  Sun, 21 May 2017 18:07:25 +0300
+
 libnids (1.23-2) unstable; urgency=high
 
   * Update my email address (closes: #574042).
diff -Nru libnids-1.23/debian/rules libnids-1.23/debian/rules
--- libnids-1.23/debian/rules   2010-07-19 21:10:46.000000000 +0300
+++ libnids-1.23/debian/rules   2017-05-21 18:07:19.000000000 +0300
@@ -16,7 +16,7 @@
 DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
 
-CFLAGS = -Wall -g
+CFLAGS = -Wall -g -fno-strict-aliasing
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
        CFLAGS += -O0

Reply via email to