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 file
Patch File delta Description
001 build static library.patch | (download)

hzconvert/Makefile | 16 10 6 - 0 !
1 file changed, 10 insertions( ), 6 deletions(-)

 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 !
1 file changed, 1 insertion( ), 1 deletion(-)

 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 !
1 file changed, 5 insertions( ), 5 deletions(-)

 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 !
contrib/xchat-plugins/xchat-autogb.c | 4 0 4 - 0 !
2 files changed, 8 deletions(-)

 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 !
1 file changed, 2 insertions( ), 2 deletions(-)

 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 !
1 file changed, 2 insertions( )

 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 !
1 file changed, 2 insertions( ), 2 deletions(-)

 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 !
contrib/xchat-plugins/xchat-autob5.c | 1 1 0 - 0 !
contrib/xchat-plugins/xchat-autogb.c | 1 1 0 - 0 !
hzconvert/b2u.c | 2 2 0 - 0 !
hzconvert/g2u.c | 1 1 0 - 0 !
hzconvert/judge.c | 2 2 0 - 0 !
hzconvert/unicode.c | 1 1 0 - 0 !
7 files changed, 10 insertions( )

 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 !
1 file changed, 2 insertions( )

 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 !
1 file changed, 4 insertions( )

 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 !
1 file changed, 5 insertions( ), 5 deletions(-)

 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 !
contrib/xchat-plugins/Makefile | 17 10 7 - 0 !
hzconvert/Makefile | 11 6 5 - 0 !
3 files changed, 23 insertions( ), 20 deletions(-)

 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 !
contrib/xchat-plugins/plugin.h | 40 26 14 - 0 !
contrib/xchat-plugins/text.h | 20 20 0 - 0 !
contrib/xchat-plugins/xchat-autob5.c | 1 1 0 - 0 !
contrib/xchat-plugins/xchat-autogb.c | 1 1 0 - 0 !
contrib/xchat-plugins/xchat.h | 180 132 48 - 0 !
6 files changed, 182 insertions( ), 63 deletions(-)

 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 !
hzconvert/b2g.c | 2 1 1 - 0 !
hzconvert/b2g_tables.c | 2 1 1 - 0 !
hzconvert/b2u.c | 2 1 1 - 0 !
hzconvert/g2u.c | 2 1 1 - 0 !
hzconvert/g2u_tables.c | 2 1 1 - 0 !
hzconvert/hz2gb.c | 2 1 1 - 0 !
hzconvert/hztogb.c | 2 1 1 - 0 !
hzconvert/io.c | 2 1 1 - 0 !
hzconvert/judge.c | 6 3 3 - 0 !
hzconvert/judge3.c | 2 1 1 - 0 !
hzconvert/search.c | 2 1 1 - 0 !
hzconvert/unicode.c | 2 1 1 - 0 !
13 files changed, 15 insertions( ), 15 deletions(-)

 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 !
LICENSE | 2 1 1 - 0 !
Readme | 24 12 12 - 0 !
TODO | 2 1 1 - 0 !
doc/API | 12 6 6 - 0 !
doc/libhz.txt | 56 28 28 - 0 !
6 files changed, 88 insertions( ), 88 deletions(-)

 convert documentation text from gb2312 to utf-8
 Committed to zh-autoconvert (0.3.16-4) on 2015-11-17.