debian/0000755000000000000000000000000012164171110007160 5ustar debian/source/0000755000000000000000000000000012164171034010465 5ustar debian/source/format0000644000000000000000000000001412164171034011673 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000110012164171034010206 0ustar # Compulsory line, this is a version 3 file version=3 http://www.ez0.net/distribution/font/kiloji/ \ http://www.ez0.net/wp-content/uploads/distribution/font/kiloji/kiloji_([0-9].*)\.zip http://www.ez0.net/distribution/font/kiloji/ \ http://www.ez0.net/wp-content/uploads/distribution/font/kiloji/kiloji_b(.*)\.zip http://www.ez0.net/distribution/font/kiloji/ \ http://www.ez0.net/wp-content/uploads/distribution/font/kiloji/kiloji_d(.*)\.zip http://www.ez0.net/distribution/font/kiloji/ \ http://www.ez0.net/wp-content/uploads/distribution/font/kiloji/kiloji_p(.*)\.zip debian/copyright0000644000000000000000000000365712164171034011133 0ustar This package was debianized by Hideki Yamane (Debian-JP) on Thu, 14 Jun 2007 23:16:40 +0900 It was downloaded from http://www.ez0.net/ Upstream Author: kilo Copyright: © 2007 kilo LICENSE : New BSD license Copyright © 2007, kilo . All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name of the author may not be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------- The Debian packaging is © 2007, Hideki Yamane and is licensed under New BSD license. debian/compat0000644000000000000000000000000212164171034010363 0ustar 9 debian/rules0000755000000000000000000000067512164171034010255 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. # export DH_VERBOSE=1 %: dh $@ # sadly, it supports only gz, bz2, lzma and xz. override_dh_auto_build: [ -d $(CURDIR)/kiloji ] || mkdir $(CURDIR)/kiloji for zipfile in `cd $(CURDIR) && ls *.zip` ;\ do unzip -o $(CURDIR)/$$zipfile -d $(CURDIR)/kiloji ;\ done override_dh_auto_clean: -@rm -rf $(CURDIR)/kiloji override_dh_builddeb: dh_builddeb -- -Zxz -Sextreme -z9 debian/fonts-kiloji.install0000644000000000000000000000005612164171034013166 0ustar kiloji/*.ttf usr/share/fonts/truetype/kiloji/ debian/fonts-kiloji.docs0000644000000000000000000000000612164171034012443 0ustar *.txt debian/fonts-kiloji.preinst0000644000000000000000000000203212164171034013200 0ustar #!/bin/sh # # stolen from ttf-dzongkha/debian/ttf-dzongkha.preinst :) # set -e VERSION=1:2.1.0-11 PKG=ttf-kiloji FILE=/etc/defoma/hints/${PKG}.hints # Remove a no-longer used conffile rm_conffile() { local PKGNAME="$1" local CONFFILE="$2" [ -e "$CONFFILE" ] || return 0 local md5sum="$(md5sum $CONFFILE | sed -e 's/ .*//')" local old_md5sum="$(dpkg-query -W -f='${Conffiles}' $PKGNAME | \ sed -n -e "\' $CONFFILE ' { s/ obsolete$//; s/.* //; p }")" if [ "$md5sum" != "$old_md5sum" ]; then echo "Obsolete conffile $CONFFILE has been modified by you." echo "Saving as $CONFFILE.dpkg-bak ..." mv -f "$CONFFILE" "$CONFFILE".dpkg-bak else echo "Removing obsolete conffile $CONFFILE ..." rm -f "$CONFFILE" fi } case "$1" in install|upgrade) if dpkg --compare-versions "$2" lt-nl "$VERSION"; then if [ -f $FILE ]; then if [ -x /usr/bin/defoma-font ]; then defoma-font purge-all $FILE || true fi fi rm_conffile $PKG $FILE fi esac #DEBHELPER# debian/changelog0000644000000000000000000001536212164171034011046 0ustar fonts-kiloji (1:2.1.0-19) unstable; urgency=low * debian/control - set Standards-Version: 3.9.4 - drop transitional ttf-kiloji package - move from svn to git - set multi-arch: foreign -- Hideki Yamane Mon, 01 Jul 2013 11:59:11 +0900 fonts-kiloji (1:2.1.0-18) unstable; urgency=low * debian/lintian* - remove because it's unnecessary anymore * debian/control - add "Pre-Depends: dpkg (>= 1.15.6~)" - bump up debhelper version to deal with xz option - replace s/Conflicts/Breaks/ to more Policy polite. * debian/compat - set 9 -- Hideki Yamane Tue, 12 Jun 2012 22:15:13 +0900 fonts-kiloji (1:2.1.0-17) unstable; urgency=low * debian/rules - compress with xz -- Hideki Yamane Sat, 02 Jun 2012 03:37:22 +0900 fonts-kiloji (1:2.1.0-16) unstable; urgency=low * debian/control - set "Standards-Vesrion: 3.9.3" - add "Priority: extra" to tranditional package -- Hideki Yamane Sat, 10 Mar 2012 05:11:32 +0900 fonts-kiloji (1:2.1.0-15) unstable; urgency=low * debian/fonts-kiloji.install - revert change for font install path -- Hideki Yamane Tue, 27 Sep 2011 23:22:03 +0900 fonts-kiloji (1:2.1.0-14) unstable; urgency=low * debian/control - introduce ttf-kiloji as transitional dummy package - specify version for Conflicts: and Replaces: - fix Vcs-* -- Hideki Yamane Sat, 30 Jul 2011 18:10:12 +0200 fonts-kiloji (1:2.1.0-13) unstable; urgency=low * new package name. * debian/control: - set "Standards-Version: 3.9.2" - drop DM line, change my email address -- Hideki Yamane Sun, 24 Jul 2011 18:02:20 +0200 ttf-kiloji (1:2.1.0-12) unstable; urgency=low * debian/control: - add "Build-Depends: unzip" to fix "FTBFS: /bin/sh: unzip: not found" (Closes: #562360) - Drop x-ttcidfont-conf, fontconfig et al. from Suggests -- Hideki Yamane (Debian-JP) Thu, 24 Dec 2009 21:30:58 +0900 ttf-kiloji (1:2.1.0-11) unstable; urgency=low * use debhelper7 * switch to source format 3.0 (quilt) (but it doesn't support multiple upstream zip archive) * drop defoma -- Hideki Yamane (Debian-JP) Sun, 13 Dec 2009 13:57:32 +0900 ttf-kiloji (1:2.1.0-10) unstable; urgency=low * rebuild to fix postinst,prerm scripts. -- Hideki Yamane (Debian-JP) Thu, 25 Jun 2009 19:48:41 +0900 ttf-kiloji (1:2.1.0-9) unstable; urgency=low * debian/{postinst,prerm}: - add again, and remove fc-cache call from them. -- Hideki Yamane (Debian-JP) Sun, 21 Jun 2009 22:31:51 +0900 ttf-kiloji (1:2.1.0-8) unstable; urgency=low * debian/{postinst,prerm}: - remove it. * debian/control: - set "Starndards-Version: 3.8.2" - "Suggests: fontconfig (>= 2.6.0-4)" -- Hideki Yamane (Debian-JP) Sat, 20 Jun 2009 13:38:59 +0900 ttf-kiloji (1:2.1.0-7) unstable; urgency=low * debian/control: - new section "fonts" -- Hideki Yamane (Debian-JP) Wed, 25 Mar 2009 07:04:49 +0900 ttf-kiloji (1:2.1.0-6) unstable; urgency=low * debian/watch: really fix it ;) -- Hideki Yamane (Debian-JP) Sat, 14 Mar 2009 15:45:56 +0900 ttf-kiloji (1:2.1.0-5) unstable; urgency=low * debian/watch: update it, deal with upstream changes * debian/control: Standard-Version: 3.8.1 -- Hideki Yamane (Debian-JP) Sat, 14 Mar 2009 03:03:50 +0900 ttf-kiloji (1:2.1.0-4) unstable; urgency=low * debian/copyright - fix "copyright-with-old-dh-make-debian-copyright" -- Hideki Yamane (Debian-JP) Sun, 22 Feb 2009 03:36:57 +0900 ttf-kiloji (1:2.1.0-3) unstable; urgency=low * debian/{postinst,prerm} - fix lintian warning: command-with-path-in-maintainer-script -- Hideki Yamane (Debian-JP) Sat, 13 Sep 2008 22:42:36 +0900 ttf-kiloji (1:2.1.0-2) unstable; urgency=low * debian/control - set Priority: optional - Bump up Standards-Version: 3.8.0 with no change. - add "DM-Upload-Allowed: yes" -- Hideki Yamane (Debian-JP) Tue, 08 Jul 2008 17:20:47 +0900 ttf-kiloji (1:2.1.0-1) unstable; urgency=low * versioning scheme changed. It is 2.1.0, not 2.10. * debian/rules - upstream release file name is changed. * debian/control - use Build-Depends-Indep: field for defoma and bzip2, not Build-Depends:. Thanks to lintian. - Suggests: xfs (>= 1:1.0.1-5) -- Hideki Yamane (Debian-JP) Sat, 19 Apr 2008 09:27:36 +0900 ttf-kiloji (2.10-4) unstable; urgency=low * debian/control - set Debian Fonts Task Force as maintainer, and me as Uploaders. - add Vcs-Svn: and Vcs-Browser: field. -- Hideki Yamane (Debian-JP) Tue, 05 Feb 2008 18:32:03 +0900 ttf-kiloji (2.10-3) unstable; urgency=low * debian/control - Standard-Version: 3.7.3 - add "Homepage:" field (Closes: #448129) - update Homepage URL. * debian/watch - fix "debian/watch fails to report upstream's version" (Closes: #450280) * debian/rules - fix "binary-arch-rules-but-pkg-is-arch-indep". -- Hideki Yamane (Debian-JP) Thu, 13 Dec 2007 03:14:07 +0900 ttf-kiloji (2.10-2) unstable; urgency=low * debian/copyright change debian package's license as same as upstream license. So, all of this package is distributed under new BSD license. * debian/ttf-kiloji.defoma-hints change from "font name" to "font-name" saparate spaces cause problem. Thanks to Yann Dirson for reporting. (Closes: #435115) -- Hideki Yamane (Debian-JP) Mon, 30 Jul 2007 23:09:00 +0900 ttf-kiloji (2.10-1) unstable; urgency=low * Upload to Official Debian repository (closes: #431083). -- Hideki Yamane (Debian-JP) Sat, 30 Jun 2007 13:17:59 +0900 ttf-kiloji (2.10-0+private1) unstable; urgency=low * New upstream release. - changed license: new BSD license. Thanks to upstream. -- Hideki Yamane (Debian-JP) Fri, 29 Jun 2007 00:40:10 +0900 ttf-kiloji (2.00-0+private3) unstable; urgency=low * debian/rules - fix doc filename. -- Hideki Yamane (Debian-JP) Sun, 17 Jun 2007 11:02:51 +0900 ttf-kiloji (2.00-0+private2) unstable; urgency=low * fix font filename and defoma hints file. -- Hideki Yamane (Debian-JP) Sat, 16 Jun 2007 23:27:28 +0900 ttf-kiloji (2.00-0+private1) unstable; urgency=low * Initial release. -- Hideki Yamane (Debian-JP) Fri, 15 Jun 2007 00:02:04 +0900 debian/control0000644000000000000000000000172112164171034010571 0ustar Source: fonts-kiloji Section: fonts Priority: optional Maintainer: Debian Fonts Task Force Uploaders: Hideki Yamane Build-Depends: debhelper (>= 9.20120518~), unzip Standards-Version: 3.9.4 Homepage: http://www.ez0.net/distribution/font/kiloji/ Vcs-Git: git://anonscm.debian.org/pkg-fonts/fonts-kiloji/ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-fonts/fonts-kiloji.git;a=summary Package: fonts-kiloji Architecture: all Multi-Arch: foreign Pre-Depends: dpkg (>= 1.15.6~), ${misc:Pre-Depends} Depends: ${misc:Depends} Breaks: ttf-kiloji (<< 1:2.1.0-13) Replaces: ttf-kiloji (<< 1:2.1.0-13) Description: Japanese Truetype font like longhand made by "kilo" kilo-ji, "kilo" is the author name of these fonts and "ji" means "characters" in Japanese. . This package consists of four fonts. - kiloji.ttf - kiloji_p.ttf (kiloji Proportional) - kiloji_b.ttf (kiloji Bold) - kiloji_d.ttf (kiloji Diet)