Package: gcin / 2.8.2+dfsg1-1

Metadata

Package Version Patches format
gcin 2.8.2+dfsg1-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_pass_flags.patch | (download)

IMdkit/lib/Makefile | 2 1 + 1 - 0 !
configure | 6 4 + 2 - 0 !
data/Makefile | 2 1 + 1 - 0 !
gtk-im/Makefile | 2 1 + 1 - 0 !
gtk3-im/Makefile | 2 1 + 1 - 0 !
im-client/Makefile | 2 1 + 1 - 0 !
qt-im/Makefile | 2 1 + 1 - 0 !
qt4-im/Makefile | 4 2 + 2 - 0 !
suffixes-rule | 3 2 + 1 - 0 !
9 files changed, 14 insertions(+), 11 deletions(-)

 pass cflags and ldflags to compiler and linker
 For Debian hardening flags.
 .
 Mentioned, but not yet push to upstream.
 Some hardening lintian warning still appears.
02_txt2gtab phrase_manpage.patch | (download)

man/txt2gtab-phrase.1 | 66 66 + 0 - 0 !
1 file changed, 66 insertions(+)

 add manpage for txt2grab-phrase
 Not yet pushed to upstream.
03_gcin tools_desktop_keyword_entry.patch | (download)

menu/gcin-tools.desktop | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 add keyword entry to gcin configuration tool
 Not yet pushed to upstream
04_fix sparc build.patch | (download)

configure | 10 5 + 5 - 0 !
1 file changed, 5 insertions(+), 5 deletions(-)

 fix sparc build by removing lib64 path detection
 Not yet pushed to upstream
fix ftbfs on kfreebsd.patch | (download)

configure | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix ftbfs on kfreebsd-*

FTBFS_mips_powerpc_s390x.patch | (download)

tsa2d32.cpp | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 fix ftbfs on mips, powerpc, s390x
 For some unknown reason, after right shifting, v is still greater than 256. It
 is possible cause by implementing right shift with rotation.
 .
 This patch just uses mask to fix v.