Package: zh-autoconvert / 0.3.16-5
Metadata
Package | Version | Patches format |
---|---|---|
zh-autoconvert | 0.3.16-5 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
001 build static library.patch | (download) |
hzconvert/Makefile |
16 10 6 - 0 ! |
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). |
002 chdir before symlink.patch | (download) |
Makefile |
2 1 1 - 0 ! |
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). |
003 strip binaries.patch | (download) |
Makefile |
10 5 5 - 0 ! |
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). |
004 delete empty default label for gcc 3.4.patch | (download) |
contrib/xchat-plugins/xchat-autob5.c |
4 0 4 - 0 ! |
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 <[email protected]> on 2004-08-07. . Committed to zh-autoconvert (0.3.14-2) on 2004-08-07. |
005 move plugins to usr lib.patch | (download) |
Makefile |
4 2 2 - 0 ! |
move architecture-dependent files to /usr/lib Fixes Bug#392406: "ships architecture-dependent files in /usr/share" reported by "Sam Hocevar (Debian packages)" <sam [email protected]> on 2006-10-11. . Committed to zh-autoconvert (0.3.16-2) on 2006-10-12. |
006 add exit.patch | (download) |
autogb.c |
2 2 0 - 0 ! |
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 <[email protected]> on 2006-03-08. . Committed to zh-autoconvert (0.3.16-1) on 2006-08-09. |
007 migrate xchat plugins to gtk2.patch | (download) |
contrib/xchat-plugins/Makefile |
4 2 2 - 0 ! |
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 <[email protected]> on 2009-02-18. . Committed to zh-autoconvert (0.3.16-3) on 2009-02-19. |
008 add missing includes.patch | (download) |
autogb.c |
2 2 0 - 0 ! |
add missing includes that cause warnings or errors Committed to zh-autoconvert (0.3.16-4) on 2015-11-17. |
009 add placeholder README for lib.patch | (download) |
lib/README |
2 2 0 - 0 ! |
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. |
010 create destination directories in Makefile.patch | (download) |
Makefile |
4 4 0 - 0 ! |
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. |
011 do not strip binaries.patch | (download) |
Makefile |
10 5 5 - 0 ! |
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 <[email protected]> on 2007-08-16. . Committed to zh-autoconvert (0.3.16-4) on 2015-11-17. |
012 hardening.patch | (download) |
Makefile |
15 7 8 - 0 ! |
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. |
013 fix xchat plugin compile warnings.patch | (download) |
contrib/xchat-plugins/history.h |
3 2 1 - 0 ! |
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. |
014 convert comments to utf8.patch | (download) |
autogb.c |
2 1 1 - 0 ! |
convert comments in c source code from gb2312 to utf-8 Committed to zh-autoconvert (0.3.16-4) on 2015-11-17. |
015 convert docs to utf8.patch | (download) |
ChangeLog |
80 40 40 - 0 ! |
convert documentation text from gb2312 to utf-8 Committed to zh-autoconvert (0.3.16-4) on 2015-11-17. |