Import Debian changes 1.9-2.1 debian/1.9-2.1
authorAndreas Henriksson <andreas@fatal.se>
Sat, 29 Sep 2018 16:28:06 +0000 (18:28 +0200)
committerBdale Garbee <bdale@gag.com>
Sat, 5 Jan 2019 22:57:17 +0000 (15:57 -0700)
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
debian/rules

index f64efcc65dc92a754e54e350664985e68017e826..6b91304467358962f11389933c163b627aca85d4 100644 (file)
@@ -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 <andreas@fatal.se>  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
index 7ef38f52b89fb3b6d53e81ee642820c8e363f663..6936ecb71696c88546e352000fd5cb34ef8b7c45 100755 (executable)
@@ -24,6 +24,7 @@ CC=                   gcc
 endif
 endif
 
+export DEFS=NO_ASM # Avoid TEXTRELs on i386
 EXTRA_CFLAGS=          -Wall
 EXTRA_CPPFLAGS=