From 8f06a4236e1807caa727ed306216c6a0aea026f0 Mon Sep 17 00:00:00 2001 From: Andreas Henriksson Date: Sat, 29 Sep 2018 18:28:06 +0200 Subject: [PATCH] Import Debian changes 1.9-2.1 gzip (1.9-2.1) unstable; urgency=medium * Non-maintainer upload. * Disable usage of assembler code (Closes: #890279) - this affects i386, m68k and ia64 (and gets rid of textrels on atleast i386, thanks to Andreas Pommer for testing). - fedora claims gcc generates more optimized code anyway. - supposedly this also fixes gzip generating different results on ia64, thanks to Jason Duerstock for pointing it out. (Closes: #688958) --- debian/changelog | 13 +++++++++++++ debian/rules | 1 + 2 files changed, 14 insertions(+) diff --git a/debian/changelog b/debian/changelog index f64efcc..6b91304 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +gzip (1.9-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Disable usage of assembler code (Closes: #890279) + - this affects i386, m68k and ia64 (and gets rid of textrels + on atleast i386, thanks to Andreas Pommer for testing). + - fedora claims gcc generates more optimized code anyway. + - supposedly this also fixes gzip generating different results + on ia64, thanks to Jason Duerstock for pointing it out. + (Closes: #688958) + + -- Andreas Henriksson Sat, 29 Sep 2018 18:28:06 +0200 + gzip (1.9-2) unstable; urgency=medium * move to upstream's less-ugly fix for mingw compilation failure diff --git a/debian/rules b/debian/rules index 7ef38f5..6936ecb 100755 --- a/debian/rules +++ b/debian/rules @@ -24,6 +24,7 @@ CC= gcc endif endif +export DEFS=NO_ASM # Avoid TEXTRELs on i386 EXTRA_CFLAGS= -Wall EXTRA_CPPFLAGS= -- 2.30.2