X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=debian%2Fchangelog;h=80538ebddd82fbe03184e8d279ad3471d602c0cb;hb=8ad557781fded024bfcb4e705100a10528f7feb0;hp=f64efcc65dc92a754e54e350664985e68017e826;hpb=764ebf68d940a7b5b863217149436f7fb8cf0cc5;p=debian%2Fgzip diff --git a/debian/changelog b/debian/changelog index f64efcc..80538eb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,59 @@ +gzip (1.10-1) unstable; urgency=medium + + * new upstream version, closes: #925554 + * explicitly link -lssp when building with mingw, closes: #951951 + + -- Bdale Garbee Tue, 25 Feb 2020 14:56:28 -0700 + +gzip (1.9-3) unstable; urgency=medium + + * move canonical packaging repo to salsa.debian.org + * merge two existing NMUs + * deliver NEWS file, closes: #908507 + + -- Bdale Garbee Sat, 05 Jan 2019 16:03:32 -0700 + +gzip (1.9-2.2) unstable; urgency=medium + + * Non-maintainer upload. + + [ Niels Thykier ] + * Cherry-pick patch from gnulib upstream to make gzip build + with glibc/2.28. (Closes: #915150) + * Declare that gzip does not need (fake)root for building the + debs. + * Add patch to remove incorrect -Wabi as -Wabi should always + take a parameter (e.g. -Wabi=11) and it fails with -Werror=abi. + * Add a patch to remove -Werror(=...) as it trips on some gnulib + code. + * Include autopkgtest based on the version by Steve Langasek for + Ubuntu. + * Remove fallback code to use dh_clean -k. + * Remove usage of deprecated -s parameter for debhelper commands + (replacing them with "-a"). + * Add a Homepage field. Thanks to Jakub Wilk for the suggestion. + (Closes: #888619) + * Remove empty lintian override directory. + + [ Andreas Henriksson ] + * Set GREP=grep during configure, otherwise zgrep embeds the full + path. (Closes: #914907) + + -- Niels Thykier Fri, 28 Dec 2018 14:34:28 +0000 + +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