[Chinese-commits] [zh-autoconvert] 02/26: Imported Debian patch 0.3.5-1

Anthony Fok foka at debian.org
Wed Nov 18 00:26:55 UTC 2015


This is an automated email from the git hooks/post-receive script.

foka pushed a commit to branch master
in repository zh-autoconvert.

commit 717f42c725d48efc546fab843335ccdb6fde1560
Merge: 5270741 88ae3a1
Author: Anthony Fok <foka at debian.org>
Date:   Wed Aug 16 00:56:41 2000 -0600

    Imported Debian patch 0.3.5-1

 CVS/Entries                     |  9 +++++----
 ChangeLog                       |  5 +++++
 Makefile                        | 21 +++++++++------------
 Version                         |  2 +-
 autogb.c                        | 12 ++++++------
 debian/changelog                |  9 +++++++++
 debian/copyright                |  2 +-
 debian/rules                    |  2 +-
 doc/CVS/Entries                 |  2 ++
 doc/CVS/Repository              |  1 +
 doc/CVS/Root                    |  1 +
 doc/libhz.txt                   | 35 +++++++++++++++++++++++++++++++++++
 doc/libhz.txt~                  | 33 +++++++++++++++++++++++++++++++++
 hzconvert/CVS/Entries           | 18 +++++++++---------
 hzconvert/Makefile              | 14 +++++++-------
 hzconvert/b2g.c                 |  4 ++--
 hzconvert/b2g_tables.c          | 10 +++++-----
 hzconvert/b2u.c                 |  4 ++--
 hzconvert/g2u.c                 |  4 ++--
 hzconvert/hz2gb.c               |  8 +++++++-
 hzconvert/hztogb.c              |  2 +-
 hzconvert/io.c                  |  4 ++--
 lib.c => hzconvert/judge.c      |  4 ++--
 hzconvert/unicode.c             |  4 ++--
 include/CVS/Entries             |  2 ++
 include/CVS/Repository          |  1 +
 include/CVS/Root                |  1 +
 config.h => include/hz.h        | 20 +++++++++++++++++++-
 hzconvert/io.h => include/hz.h~ | 34 ++++++++++++++++++++++------------
 lib/CVS/Entries                 |  1 +
 lib/CVS/Repository              |  1 +
 lib/CVS/Root                    |  1 +
 32 files changed, 198 insertions(+), 73 deletions(-)

diff --cc Makefile
index cf924db,9993ed0..09806c9
--- a/Makefile
+++ b/Makefile
@@@ -1,31 -1,24 +1,28 @@@
  
  CC=gcc
- CFLAG=-O2 -g
 -CFLAG=-O2 -g -Iinclude
++CFLAGS=-O2 -g -Iinclude
  
++.PHONY: all hzlib clean install-home install
+ 
+ all: autob5 autogb hzlib 
 +
- all:lib.o autob5 autogb hzlib 
- lib.o:lib.c
- 	$(CC) $(CFLAG) -c lib.c  -o lib.o
- #autob5:autob5.c lib.o hzlib
- #	$(CC) $(CFLAG) autob5.c lib.o hzconvert/libhzconvert.a -o autob5
  autob5: autogb
--	rm -f autob5;ln -s autogb autob5
- #autohz: autogb
- #	rm -f autohz;ln -s autogb autohz
- autogb:autogb.c lib.o hzlib
- 	$(CC) $(CFLAG) autogb.c lib.o hzconvert/libhzconvert.a -o autogb
 -autogb:autogb.c  hzlib
 -	$(CC) $(CFLAG) autogb.c lib/libhz.a -o autogb
++	rm -f autob5; ln -s autogb autob5
++autogb: autogb.c hzlib
++	$(CC) $(CFLAGS) autogb.c lib/libhz.a -o autogb
  hzlib:
  	cd hzconvert;make
  clean:
- 	rm -f autob5 autogb *.o; rm *~
+ 	rm -f autob5 autogb *.o *~
  	cd hzconvert;make clean
 -install:
 +install-home:
  	[ ! -f $(HOME)/bin ] || mkdir $(HOME)/bin
  	rm -f $(HOME)/bin/autob5
  	rm -f $(HOME)/bin/autogb
  	cp -f autogb $(HOME)/bin
  	ln -s $(HOME)/bin/autogb $(HOME)/bin/autob5
  	chmod 755 $(HOME)/bin/autogb 
+ 	rm -f include/*~
 -
 +install:
 +	install -m 755 autogb $(DESTDIR)/usr/bin
 +	ln -s autogb $(DESTDIR)/usr/bin/autob5
diff --cc autogb.c
index eaa466f,2ca274e..49da9a5
--- a/autogb.c
+++ b/autogb.c
@@@ -18,10 -18,10 +18,10 @@@ Foundation, Inc., 59 Temple Place - Sui
  Boston, MA  02111-1307, USA.
  */
  /* 
--* author: Yu Guanghui <ygh at rose.dlut.edu.cn>
++* author: Yu Guanghui <ygh at dlut.edu.cn>
  *	  Network Center
  * 	  Dalian Univ. of Tech.	
- *	  $Header: /home/ygh/.cvsroot/autoconvert/autogb.c,v 1.6 1999/12/28 04:52:00 ygh Exp $
+ *	  $Header: /home/ygh/.cvsroot/autoconvert/autogb.c,v 1.8 2000/01/05 05:50:53 ygh Exp $
  */
  
  #include <stdio.h>
diff --cc debian/changelog
index bac35c0,0000000..cdd851d
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,23 -1,0 +1,32 @@@
++zh-autoconvert (0.3.5-1) unstable; urgency=low
++
++  * New upstream release.
++  * [hzconvert/b2g_tables.c]: Corrected a few entries in the GB to Big5
++    table, e.g. zhi1/zhi4, zheng4, yu1, and the period (dot) vs. bullet.
++  * Install new document "libhz.txt".
++
++ -- Anthony Fok <foka at debian.org>  Wed, 16 Aug 2000 00:56:41 -0600
++
 +zh-autoconvert (0.3.4-1) unstable; urgency=low
 +
 +  * New upstream release.
 +  * New example files shed.big5 and shed.gb.  :-)
 +
 + -- Anthony Fok <foka at debian.org>  Tue, 28 Dec 1999 00:34:44 -0700
 +
 +zh-autoconvert (0.3.3-1) unstable; urgency=low
 +
 +  * New upstream release.
 +  * Standards-Version: 3.1.1--Added Build-Depends in debian/rules.
 +
 + -- Anthony Fok <foka at debian.org>  Wed, 22 Dec 1999 22:49:10 -0700
 +
 +zh-autoconvert (0.3.2-1) unstable; urgency=low
 +
 +  * Initial Release.
 +
 + -- Anthony Fok <foka at debian.org>  Sun,  7 Nov 1999 16:13:06 -0700
 +
 +Local variables:
 +mode: debian-changelog
 +End:
diff --cc debian/copyright
index 5e05a55,0000000..e6b2540
mode 100644,000000..100644
--- a/debian/copyright
+++ b/debian/copyright
@@@ -1,33 -1,0 +1,33 @@@
 +This package was Debianized by Anthony Fok <foka at debian.org> on
 +Sat, 30 Oct 1999 08:38:03 -0600.
 +
 +(Note: This file contains Chinese characters encoded in zh_CN.GB2312.)
 +
 +It was downloaded from
-     ftp://ftp.dlut.edu.cn/pub/PEOPLE/saka/autoconvert-0.3.4.tar.gz
++    ftp://ftp.dlut.edu.cn/pub/PEOPLE/saka/autoconvert-0.3.5.tar.gz
 +
 +Upstream Author:
 +    �ڹ��  YU Guanghui <ygh at dlut.edu.cn>
 +
 +Copyright:
 +
 +    AutoConvert, a Chinese HZ/GB/Big5 encodings auto-converter
 +    Copyright (C) 1999  �ڹ��  Yu Guanghui <ygh at dlut.edu.cn>
 +
 +    This program is free software; you can redistribute it and/or modify
 +    it under the terms of the GNU General Public License as published by
 +    the Free Software Foundation; either version 2 of the License, or any
 +    later version.
 +
 +    This program is distributed in the hope that it will be useful,
 +    but WITHOUT ANY WARRANTY; without even the implied warranty of
 +    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 +    GNU General Public License for more details.
 +
 +    You should have received a copy of the GNU General Public License
 +    along with this program; if not, write to the Free Software
 +    Foundation, Inc., 59 Temple Place - Suite 330,
 +    Boston, MA  02111-1307, USA.
 +
 +  On Debian GNU/Linux systems, the complete text of the GNU General
 +  Public License can be found in `/usr/share/common-licenses/GPL'.
diff --cc debian/rules
index d5d4e46,0000000..f4af60a
mode 100755,000000..100755
--- a/debian/rules
+++ b/debian/rules
@@@ -1,72 -1,0 +1,72 @@@
 +#!/usr/bin/make -f
 +# Sample debian/rules that uses debhelper.
 +# GNU copyright 1997 to 1999 by Joey Hess.
 +
 +# Uncomment this to turn on verbose mode.
 +#export DH_VERBOSE=1
 +
 +# This is the debhelper compatability version to use.
 +export DH_COMPAT=1
 +
 +build: build-stamp
 +build-stamp:
 +	dh_testdir
 +
 +	# Add here commands to compile the package.
 +	$(MAKE)
 +
 +	touch build-stamp
 +
 +clean:
 +	dh_testdir
 +	dh_testroot
 +	rm -f build-stamp
 +
 +	# Add here commands to clean up after the build process.
 +	-$(MAKE) clean
 +
 +	dh_clean
 +
 +install: build
 +	dh_testdir
 +	dh_testroot
 +	dh_clean -k
 +	dh_installdirs usr/bin
 +
 +	# Add here commands to install the package into debian/tmp.
 +	$(MAKE) install DESTDIR=`pwd`/debian/tmp
 +
 +	touch install-stamp
 +
 +# Build architecture-independent files here.
 +binary-indep: build install
 +# We have nothing to do by default.
 +
 +# Build architecture-dependent files here.
 +binary-arch: build install
 +#	dh_testversion
 +	dh_testdir
 +	dh_testroot
 +#	dh_installdebconf	
- 	dh_installdocs Readme TODO
++	dh_installdocs Readme TODO doc/libhz.txt
 +	dh_installexamples procmailrc.example shed.big5 shed.gb hz.txt
 +	dh_installmenu
 +	dh_installmanpages
 +#	dh_undocumented
 +	dh_installchangelogs ChangeLog
 +	dh_link
 +	dh_strip
 +	dh_compress
 +	dh_fixperms
 +	# You may want to make some executables suid here.
 +	dh_suidregister
 +#	dh_makeshlibs
 +	dh_installdeb
 +#	dh_perl
 +	dh_shlibdeps
 +	dh_gencontrol
 +	dh_md5sums
 +	dh_builddeb
 +
 +binary: binary-indep binary-arch
 +.PHONY: build clean binary-indep binary-arch binary install
diff --cc hzconvert/b2g_tables.c
index 7b2e49f,7b2e49f..1404cdc
--- a/hzconvert/b2g_tables.c
+++ b/hzconvert/b2g_tables.c
@@@ -617,7 -617,7 +617,7 @@@ unsigned char GtoB[] = 
  0xc0,0x75, 0xb1,0x79, 0xbc,0x7e, 0xa4,0xd7, 0xa5,0xd1, 0xb6,0x6c, 0xb9,0x5c,
  0xb5,0x53, 0xaa,0x6f, 0xb9,0x43, 0xa8,0xbb, 0xa6,0xb3, 0xa4,0xcd, 0xa5,0x6b,
  0xa6,0xf6, 0xb9,0x56, 0xbb,0xa4, 0xa4,0x53, 0xa5,0xae, 0xa8,0xb1, 0xb2,0x4a,
--0xa9,0xf3, 0xaa,0xbb, 0xb7,0xae, 0xb8,0xb7, 0xb7,0x4d, 0xc1,0xd6, 0xa7,0x45,
++0xa4,0x5f, 0xaa,0xbb, 0xb7,0xae, 0xb8,0xb7, 0xb7,0x4d, 0xc1,0xd6, 0xa7,0x45,
  0xab,0x5c, 0xb9,0x4f, 0xb3,0xbd, 0xb4,0x72, 0xb4,0xfc, 0xba,0xae, 0xb6,0xa8,
  0xa4,0xa9, 0xae,0x54, 0xab,0x42, 0xbb,0x50, 0xc0,0xac, 0xac,0xea, 0xa6,0x74,
  0xbb,0x79, 0xa6,0xd0, 0xa5,0xc9, 0xb0,0xec, 0xa8,0xa1, 0xc6,0x7b, 0xa6,0x53,
@@@ -649,10 -649,10 +649,10 @@@
  0xbf,0xb2, 0xad,0x73, 0xb0,0x77, 0xb0,0xbb, 0xaa,0x45, 0xaf,0x6c, 0xb6,0x45,
  0xbe,0x5f, 0xae,0xb6, 0xc2,0xed, 0xb0,0x7d, 0xbb,0x5d, 0xb1,0xc3, 0xb8,0x43,
  0xa9,0xba, 0xb2,0x75, 0xaa,0xa7, 0xa9,0xc3, 0xbe,0xe3, 0xac,0x40, 0xa5,0xbf,
--0xac,0x46, 0xb4,0x56, 0xc4,0x70, 0xbe,0x47, 0xb5,0xfd, 0xaa,0xdb, 0xaa,0x4b,
++0xac,0x46, 0xb4,0x56, 0xaf,0x67, 0xbe,0x47, 0xb5,0xfd, 0xaa,0xdb, 0xaa,0x4b,
  0xa4,0xe4, 0xa7,0x73, 0xbb,0x6a, 0xaa,0xbe, 0xaa,0xcf, 0xaf,0xd7, 0xa5,0xc4,
  0xa4,0xa7, 0xc2,0xb4, 0xc2,0xbe, 0xaa,0xbd, 0xb4,0xd3, 0xb4,0xde, 0xb0,0xf5,
--0xad,0xc8, 0xcb,0xbb, 0xa7,0x7d, 0xab,0xfc, 0xa4,0xee, 0xb3,0x6b, 0xb0,0xa6,
++0xad,0xc8, 0xcb,0xbb, 0xa7,0x7d, 0xab,0xfc, 0xa4,0xee, 0xb3,0x6b, 0xa5,0x75,
  0xa6,0xae, 0xaf,0xc8, 0xa7,0xd3, 0xbc,0xb0, 0xc2,0x59, 0xa6,0xdc, 0xad,0x50,
  0xb8,0x6d, 0xbc,0x6d, 0xab,0xcf, 0xa8,0xee, 0xb4,0xbc, 0xaf,0xb4, 0xb8,0x58,
  0xbd,0xe8, 0xaa,0xa5, 0xb2,0xa9, 0xba,0xa2, 0xaa,0x76, 0xb2,0xbf, 0xa4,0xa4,
@@@ -1110,9 -1110,9 +1110,9 @@@
  int GtoB_count = 7614;
  
  unsigned char BtoG[] = {
--0xa1,0xa1, 0xa3,0xac, 0xa1,0xa2, 0xa1,0xa3, 0xa3,0xae, 0xa3,0xae, 0xa3,0xbb,
++0xa1,0xa1, 0xa3,0xac, 0xa1,0xa2, 0xa1,0xa3, 0xa3,0xae, 0xa1,0xa4, 0xa3,0xbb,
  0xa3,0xba, 0xa3,0xbf, 0xa3,0xa1, 0xa1,0xc3, 0xa1,0xad, 0xa1,0xa7, 0xa3,0xac,
--0xa1,0xa2, 0xa1,0xa4, 0xa1,0xa4, 0xa3,0xbb, 0xa3,0xba, 0xa3,0xbf, 0xa3,0xa1,
++0xa1,0xa2, 0xa3,0xae, 0xa1,0xa4, 0xa3,0xbb, 0xa3,0xba, 0xa3,0xbf, 0xa3,0xa1,
  0xa3,0xfc, 0xa1,0xf5, 0xa3,0xfc, 0xa1,0xf5, 0xa3,0xfc, 0xa3,0xdf, 0xa1,0xf5,
  0xa1,0xf5, 0xa3,0xa8, 0xa3,0xa9, 0xa3,0xa8, 0xa3,0xa9, 0xa3,0xfb, 0xa3,0xfd,
  0xa3,0xfb, 0xa3,0xfd, 0xa1,0xb2, 0xa1,0xb3, 0xa1,0xb2, 0xa1,0xb3, 0xa1,0xbe,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/chinese/zh-autoconvert.git



More information about the Chinese-commits mailing list