--- cconv-0.6.2.orig/debian/cconv.install +++ cconv-0.6.2/debian/cconv.install @@ -0,0 +1 @@ +usr/bin --- cconv-0.6.2.orig/debian/cconv.manpages +++ cconv-0.6.2/debian/cconv.manpages @@ -0,0 +1 @@ +debian/cconv.1 --- cconv-0.6.2.orig/debian/cconv.txt +++ cconv-0.6.2/debian/cconv.txt @@ -0,0 +1,51 @@ +cconv(1) +======== +Vern Sun + + +NAME +---- +cconv - A iconv based simplified-traditional chinese conversion tool + + +SYNOPSIS +-------- +cconv -f encoding [-t encoding] [inputfile]... + + +DESCRIPTION +----------- +Convert encoding of given files from one encoding to another. + +*-f, --from-code* =NAME encoding of original text + +*-t, --to-code* =NAME encoding for output + +*-l, --list* list all known coded character sets + +*-o, --output* =FILE output file + +*-?, --help* Give this help list + +*--usage* Give a short usage message + +*-V, --version* Print program versio + + +AUTHOR +------ +cconv was written by Janyu Yang + + +RESOURCES +--------- +Main web site: http://cconv.googlecode.com + + +COPYING +------- +Free use of this software is granted under the terms of the GNU General Public +License (GPL). + + +// vim: syntax=asciidoc: --- cconv-0.6.2.orig/debian/changelog +++ cconv-0.6.2/debian/changelog @@ -0,0 +1,39 @@ +cconv (0.6.2-1.2) unstable; urgency=medium + + * Non-maintainer upload. + * debian/rules: Add build-{arch,indep}. (Closes: #999169) + * Package description improvements from Justin B Rye. + (Closes: 679383) + + -- Adrian Bunk Tue, 04 Jan 2022 08:10:17 +0200 + +cconv (0.6.2-1.1) unstable; urgency=medium + + [ Aurelien Jarno + * Non maintainer upload. + + [ Logan Rosen ] + * Use dh-autoreconf to get new libtool macros for ppc64el and update + config.{sub,guess} for new arches (Closes: #572360). + + -- Aurelien Jarno Mon, 22 Sep 2014 22:50:47 +0200 + +cconv (0.6.2-1) unstable; urgency=low + + * New upstream release. + * Update Standard-version to 3.8.4 (no changes needed). + + -- Vern Sun Sun, 28 Feb 2010 21:32:01 +0800 + +cconv (0.6.1-1) unstable; urgency=low + + * New upstream release. + * Update Standard-version to 3.8.3 (no changes needed). + + -- Vern Sun Sat, 10 Oct 2009 00:06:33 +0800 + +cconv (0.5.2-1) unstable; urgency=low + + * Initial release (Closes: #528319). + + -- Vern Sun Thu, 14 May 2009 20:47:53 +0800 --- cconv-0.6.2.orig/debian/compat +++ cconv-0.6.2/debian/compat @@ -0,0 +1 @@ +7 --- cconv-0.6.2.orig/debian/control +++ cconv-0.6.2/debian/control @@ -0,0 +1,42 @@ +Source: cconv +Section: text +Priority: extra +Maintainer: Vern Sun +Build-Depends: debhelper (>= 7), dh-autoreconf, asciidoc, xsltproc, libxml2-utils, docbook-xml, docbook-xsl +Standards-Version: 3.8.4 +Homepage: http://code.google.com/p/cconv/ + +Package: cconv +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Recommends: iconv +Description: Simplified/Traditional Chinese conversion tool + The Chinese national GB standard defines a basic set of (around 6,000) + characters for use in Simplified Chinese writing; this excludes many of + the characters in the Taiwanese industry standard for Traditional Chinese + called Big5 (around 13,000 characters in the basic set). However, Unicode + is a superset of both (with the duplication removed). + . + This tool is used for converting a UTF-8 string which contains both + Simplified and Traditional Chinese characters directly into a single + Chinese character set. + +Package: libcconv0 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: library for cconv + Cconv is a Simplified/Traditional Chinese conversion tool. For more + information, see the description of the package cconv. + . + This package provides the runtime library for cconv. + +Package: libcconv-dev +Section: libdevel +Architecture: any +Depends: libcconv0 (= ${binary:Version}), ${misc:Depends} +Description: development libraries for CCONV + Cconv is a Simplified/Traditional Chinese conversion tool. For more + information, see the description of the package cconv. + . + This package provides development libraries and documentation for cconv. --- cconv-0.6.2.orig/debian/copyright +++ cconv-0.6.2/debian/copyright @@ -0,0 +1,22 @@ +Original source has been downloaded from: + + http://cconv.googlecode.com/files/cconv-0.5.2.tar.gz + +The following copyright notices apply to most of the program. Some modules are +under different licenses, or in the public domain. + +Please note that this is by no means an exhaustive list of all the persons who +have been contributing to this program. Please see the credits for a (probably +still non complete) list of the persons who have been helpful with the +development of this program. + + Copyright (C) 2008-2009 杨建禹 + +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 +(at your option) any later version. +=================================================================== + +The Debian packaging is copyright 2009, Vern Sun and +is licensed under the GPL, see `/usr/share/common-licenses/GPL-2'. --- cconv-0.6.2.orig/debian/docs +++ cconv-0.6.2/debian/docs @@ -0,0 +1,2 @@ +AUTHORS +README --- cconv-0.6.2.orig/debian/libcconv-dev.install +++ cconv-0.6.2/debian/libcconv-dev.install @@ -0,0 +1,4 @@ +usr/include +usr/lib/libcconv.a +usr/lib/libcconv.la +usr/lib/libcconv.so --- cconv-0.6.2.orig/debian/libcconv0.install +++ cconv-0.6.2/debian/libcconv0.install @@ -0,0 +1,2 @@ +usr/lib/libcconv.so.0.0.0 +usr/lib/libcconv.so.0 --- cconv-0.6.2.orig/debian/rules +++ cconv-0.6.2/debian/rules @@ -0,0 +1,68 @@ +#!/usr/bin/make -f + +# These are used for cross-compiling and for saving the configure script +# from having to guess our platform (since we know it already) +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) + +config.status: configure + dh_testdir + dh_autoreconf + ./configure --prefix=/usr \ + --mandir=\$${prefix}/share/man \ + --infodir=\$${prefix}/share/info \ + CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" + +build: build-stamp + +build-stamp: config.status + dh_testdir + a2x -f manpage $(CURDIR)/debian/cconv.txt + $(MAKE) + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + rm -f $(CURDIR)/debian/cconv.xml $(CURDIR)/debian/cconv.1 + [ ! -f Makefile ] || $(MAKE) distclean + dh_autoreconf_clean + dh_clean + +install: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs + $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install + + +# Build architecture-independent files here. +binary-indep: install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: install + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog + dh_installdocs + dh_installexamples + dh_install + dh_installman + dh_link + dh_strip + dh_compress + dh_fixperms + dh_makeshlibs + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +build-arch: build +build-indep: build +binary: binary-indep binary-arch +.PHONY: build-arch build-indep build clean binary-indep binary-arch binary install --- cconv-0.6.2.orig/debian/watch +++ cconv-0.6.2/debian/watch @@ -0,0 +1,4 @@ +version=3 + +http://code.google.com/p/cconv/downloads/list \ +http://cconv.googlecode.com/files/cconv-([\d\.]+)\.tar\.gz