Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
001-build-static-library.patch | Extend hzconvert/Makefile to build static library too Committed after 2001-02-06 (0.3.9-1) but on or before 2001-07-18 (0.3.13-3). | Yu Guanghui <ygh@debian.org> | not-needed | vendor | 2015-11-17 | |
002-chdir-before-symlink.patch | Change directory before creating autob5 symlink For better code readability perhaps? . Committed after 2001-02-06 (0.3.9-1) but on or before 2001-07-18 (0.3.13-3). |
Yu Guanghui <ygh@debian.org> | not-needed | vendor | 2015-11-17 | |
003-strip-binaries.patch | Strip binaries during install in Makefile This patch is no longer the right way to strip binaries because it precludes the use of DEB_BUILD_OPTIONS=nostrip (See Bug#438364). . Nevertheless, this patch is kept to preserve history, to be reverted in the new 011-do-not-strip-binaries.patch that fixes #438364. . Committed after 2001-02-06 (0.3.9-1) but on or before 2001-07-18 (0.3.13-3). |
Yu Guanghui <ygh@debian.org> | not-needed | vendor | 2015-11-17 | |
004-delete-empty-default-label-for-gcc-3.4.patch | Delete empty default labels to make it build with gcc-3.4 Fixes Bug#264156: "FTBFS with gcc-3.4: label at end of compound statement" reported by Andreas Jochens <aj@andaco.de> on 2004-08-07. . Committed to zh-autoconvert (0.3.14-2) on 2004-08-07. |
Andreas Jochens <aj@andaco.de> | not-needed | debian | vendor, | 2015-11-17 |
005-move-plugins-to-usr-lib.patch | Move architecture-dependent files to /usr/lib Fixes Bug#392406: "ships architecture-dependent files in /usr/share" reported by "Sam Hocevar (Debian packages)" <sam+deb@zoy.org> on 2006-10-11. . Committed to zh-autoconvert (0.3.16-2) on 2006-10-12. |
Yu Guanghui <ygh@debian.org> | not-needed | debian | vendor | 2015-11-17 |
006-add-exit.patch | Add exit(0) after fflush(0) to avoid Error 56 on PowerPC Fixes Bug#355842: "zh-autoconvert: autogb does not exit correctly on ppc machine" reported by Jutta Wrage <jw@witch.westfalen.de> on 2006-03-08. . Committed to zh-autoconvert (0.3.16-1) on 2006-08-09. |
Yu Guanghui <ygh@debian.org> | not-needed | debian | vendor | 2015-11-17 |
007-migrate-xchat-plugins-to-gtk2.patch | Update XChat plugin Makefile to use GTK+-2.0 Fixes Bug#516056: "zh-autoconvert: Gtk1.2 about to be removed from Debian" reported by Barry deFreese <bdefreese@debian.org> on 2009-02-18. . Committed to zh-autoconvert (0.3.16-3) on 2009-02-19. |
Yu Guanghui <ygh@debian.org> | not-needed | debian | vendor | 2015-11-17 |
008-add-missing-includes.patch | Add missing includes that cause warnings or errors Committed to zh-autoconvert (0.3.16-4) on 2015-11-17. | Anthony Fok <foka@debian.org> | not-needed | vendor | 2015-11-17 | |
009-add-placeholder-README-for-lib.patch | Add lib/README to keep the lib/ directory available during build This is to counter the fact that Git does not store empty directories. . Committed to zh-autoconvert (0.3.16-4) on 2015-11-17. |
Anthony Fok <foka@debian.org> | not-needed | vendor | 2015-11-17 | |
010-create-destination-directories-in-Makefile.patch | Create destination usr/* directories in Makefile As a necessary change for the upgrade from debhelper 1 to 9. . Committed to zh-autoconvert (0.3.16-4) on 2015-11-17. |
Anthony Fok <foka@debian.org> | not-needed | vendor | 2015-11-17 | |
011-do-not-strip-binaries.patch | Do not strip binaries during install in Makefile This patch allows the Debian build scripts to determine whether or not to strip binaries at build time, allowing the freedom to use DEB_BUILD_OPTIONS=nostrip again. Reverts 003-strip-binaries.patch. . Fixes Bug#438364: "zh-autoconvert: not handling nostrip build option (policy 10.1)" reported by Danjou <acid@debian.org> on 2007-08-16. . Committed to zh-autoconvert (0.3.16-4) on 2015-11-17. |
Anthony Fok <foka@debian.org> | not-needed | debian | vendor | 2015-11-17 |
012-hardening.patch | Revise Makefiles to allow hardening buildflags to work With helpful hints from "Debian: how to use blhc to solve hardening issues when packaging" at http://eriberto.pro.br/blog/?p=2222 and from https://wiki.debian.org/HardeningWalkthrough . Committed to zh-autoconvert (0.3.16-4) on 2015-11-17. |
Anthony Fok <foka@debian.org> | not-needed | vendor | 2015-11-17 | |
013-fix-xchat-plugin-compile-warnings.patch | Fix autogb/autob5 XChat plugin compiler warnings Update XChat plugin header files to that found in . http://xchat.org/files/source/1.8.9/xchat-1.8.9.tar.bz2 . with minor modifications to resolve compiler warnings, though it is irrelevant now that XChat 1.8.9 is over 13 years old and XChat 2.x has long since moved to a new and incompatible plugin API. . Committed to zh-autoconvert (0.3.16-4) on 2015-11-17. |
Anthony Fok <foka@debian.org> | not-needed | vendor | 2015-11-17 | |
014-convert-comments-to-utf8.patch | Convert comments in C source code from GB2312 to UTF-8 Committed to zh-autoconvert (0.3.16-4) on 2015-11-17. | Anthony Fok <foka@debian.org> | not-needed | vendor | 2015-11-17 | |
015-convert-docs-to-utf8.patch | Convert documentation text from GB2312 to UTF-8 Committed to zh-autoconvert (0.3.16-4) on 2015-11-17. | Anthony Fok <foka@debian.org> | not-needed | vendor | 2015-11-17 | |
016-not-compile-xchat-plugin.patch | not complie xchat-plugins This patch closes bug #967848 diff --git a/Makefile b/Makefile index cf38720..35155d7 100644 |
xiao sheng wen <atzlinux@sina.com> | not-needed | debian | 2021-02-04 | |
0017-Make-function-definition-explicit.patch | Make function definition explicit Also expose conv_str() via hz.h header since external programs need it. |
Boyuan Yang <byang@debian.org> | no | debian | 2024-03-17 |