debian/0000755000000000000000000000000012157146323007172 5ustar debian/source/0000755000000000000000000000000012153331376010472 5ustar debian/source/format0000644000000000000000000000001412153331376011700 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000025112153331376010221 0ustar # Compulsory line, this is a version 3 file version=3 opts=versionmangle=s/-// \ http://www.masuseki.com/be/konatu/ \ Konatu_ver_(.[0-9]*-*[0-9]*).zip debian uupdate debian/fonts-konatu.preinst0000644000000000000000000000202412153331376013226 0ustar #!/bin/sh # # stolen from ttf-dzongkha/debian/ttf-dzongkha.preinst :) # set -e VERSION=25-2 PKG=ttf-konatu 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/copyright0000644000000000000000000000254512153331376011133 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Konatu Source: http://www.masuseki.com/index.php?u=be/konatu.htm Files: * Copyright: 2007-2012 Mitiya Masuda License: MIT License: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Files: debian/* Copyright: 2007-2012 Hideki Yamane License: MIT debian/compat0000644000000000000000000000000212153331376010370 0ustar 9 debian/rules0000755000000000000000000000022712153331376010253 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ override_dh_builddeb: dh_builddeb -- -Zxz -Sextreme -z9 debian/changelog0000644000000000000000000002170612157146323011052 0ustar fonts-konatu (20121218-3) unstable; urgency=low * debian/control - drop ttf- package - use canonical URL for Vcs-* -- Hideki Yamane Sun, 16 Jun 2013 05:21:10 +0900 fonts-konatu (20121218-2) unstable; urgency=low * debian/control - set Standards-Version: 3.9.4 - update Vcs-* field, moved from svn to git - make it "Multi-Arch: foreign" * upload to unstable -- Hideki Yamane Tue, 04 Jun 2013 18:28:23 +0900 fonts-konatu (20121218-1) experimental; urgency=low * New upstream release * fix debian/watch -- Hideki Yamane Tue, 18 Dec 2012 19:31:49 +0900 fonts-konatu (201212-1) experimental; urgency=low * New upstream release * update debian/watch to deal with upstream change * debian/copyright - use copyright format 1.0 - update upstream license as MIT -- Hideki Yamane Tue, 18 Dec 2012 14:33:47 +0900 fonts-konatu (26-9) unstable; urgency=low * 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 * debian/fonts-konatu.install,lintian* - remove unused override * debian/fonts-konatu.lintian-overrides - add to override "no-upstream-changelog" because upstream provides changelog as README_Japanese.txt -- Hideki Yamane Tue, 12 Jun 2012 22:45:35 +0900 fonts-konatu (26-8) unstable; urgency=low * debian/rules - compress with xz -- Hideki Yamane Sun, 03 Jun 2012 20:02:15 +0900 fonts-konatu (26-7) unstable; urgency=low * debian/control - set "Standards-Version: 3.9.3" - add "Priority: extra" to transitional package -- Hideki Yamane Sat, 10 Mar 2012 05:27:19 +0900 fonts-konatu (26-6) unstable; urgency=low * debian/fonts-konatu.install - revert change for font install path -- Hideki Yamane Tue, 27 Sep 2011 23:23:07 +0900 fonts-konatu (26-5) unstable; urgency=low * debian/control - introduce ttf-konatu as transitional dummy package - specify version for Conflicts: and Replaces: , and remove Provides: - fix Vcs-Svn -- Hideki Yamane Sat, 30 Jul 2011 18:24:33 +0200 fonts-konatu (26-4) unstable; urgency=low * debian/control - remove "DM-Upload-Allowed: yes" since now it is not necessary. * add lintian overrides to ignore fonts-duplicates during transition. -- Hideki Yamane Sun, 24 Jul 2011 12:17:09 +0200 fonts-konatu (26-3) unstable; urgency=low * rename to new package name * debian/control: - set "Standards-Version: 3.9.2" without changes -- Hideki Yamane Tue, 19 Jul 2011 00:48:05 +0900 ttf-konatu (26-2) unstable; urgency=low * update debian/watch file -- Hideki Yamane (Debian-JP) Sat, 06 Mar 2010 01:22:53 +0900 ttf-konatu (26-1) unstable; urgency=low * New upstream release * debian/control: - set "Standards-Version: 3.8.4" without changes -- Hideki Yamane (Debian-JP) Tue, 02 Feb 2010 20:23:10 +0900 ttf-konatu (25-3) unstable; urgency=low * fix preinst script (set -e) * debian/control: drop "Suggests:" field. -- Hideki Yamane (Debian-JP) Fri, 18 Dec 2009 09:52:38 +0900 ttf-konatu (25-2) unstable; urgency=low * Switch to debhelper7 * Switch to source format version 3.0 * Dropping defoma -- Hideki Yamane (Debian-JP) Fri, 11 Dec 2009 09:06:06 +0900 ttf-konatu (25-1) unstable; urgency=low * New upstream release * debian/control: - Update to Standards-Version: 3.8.3 with no change -- Hideki Yamane (Debian-JP) Mon, 21 Sep 2009 00:35:44 +0900 ttf-konatu (24-3) unstable; urgency=low * rebuild to build postinst and prerm scripts correctly. -- Hideki Yamane (Debian-JP) Thu, 25 Jun 2009 20:20:29 +0900 ttf-konatu (24-2) unstable; urgency=low * debian/prerm - remove fc-cache * debian/rules - clean it. remove unneccessary lines. -- Hideki Yamane (Debian-JP) Wed, 24 Jun 2009 22:30:12 +0900 ttf-konatu (24-1) unstable; urgency=low * New upstream release * debian/control: - Update to Standards-Version: 3.8.2 with no change - Suggests: fontconfig (>= 2.6.0-4) * debian/postinst: - remove fc-cache * debian/watch: - fix it. -- Hideki Yamane (Debian-JP) Thu, 18 Jun 2009 03:03:55 +0900 ttf-konatu (23-3) unstable; urgency=low * debian/control: - new sections "fonts" - Standards-Version: 3.8.1 -- Hideki Yamane (Debian-JP) Wed, 25 Mar 2009 07:03:27 +0900 ttf-konatu (23-2) unstable; urgency=low * debian/copyright - fix "copyright-with-old-dh-make-debian-copyright" -- Hideki Yamane (Debian-JP) Sun, 22 Feb 2009 03:41:46 +0900 ttf-konatu (23-1) unstable; urgency=low * New upstream release (Closes: #512904) -- Hideki Yamane (Debian-JP) Sun, 25 Jan 2009 12:12:52 +0900 ttf-konatu (22-5) unstable; urgency=low * debian/{postinst,prerm} - fix lintian warning: command-with-path-in-maintainer-script -- Hideki Yamane (Debian-JP) Sat, 13 Sep 2008 21:55:20 +0900 ttf-konatu (22-4) unstable; urgency=low * debian/control - Bump up Standards-Version: 3.8.0 with no change. - set Priority: optional -- Hideki Yamane (Debian-JP) Fri, 20 Jun 2008 01:22:27 +0900 ttf-konatu (22-3) unstable; urgency=low * debian/control - use Build-Depends-Indep: field for defoma and bzip2, not Build-Depends:. Thanks to lintian. - set priority is extra, not optional. - Suggests: xfs (>= 1:1.0.1-5). - add "DM-Upload-Allowed: yes" -- Hideki Yamane (Debian-JP) Sat, 19 Apr 2008 09:27:59 +0900 ttf-konatu (22-2) 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:34:21 +0900 ttf-konatu (22-1) unstable; urgency=low * New upstream release. * debian/control - Standard-Version: 3.7.3, and fix "Homepage:" field (Closes: #448131). * debian/rules - fix "binary-arch-rules-but-pkg-is-arch-indep" * debian/watch - fix to work correctly. use "downloadurlmangle" option. * debian/copyright - change whole package license under CC3.0 by-SA. -- Hideki Yamane (Debian-JP) Sun, 16 Dec 2007 11:06:54 +0900 ttf-konatu (21-1) unstable; urgency=low * New upstream release. -- Hideki Yamane (Debian-JP) Wed, 07 Nov 2007 15:33:35 +0900 ttf-konatu (20-1) unstable; urgency=low * Upload to Official Debian repository (closes: #430339) . -- Hideki Yamane (Debian-JP) Sat, 30 Jun 2007 13:07:06 +0900 ttf-konatu (20-0+private3) unstable; urgency=low * debian/prerm - remove " /usr/bin/defoma-font -vt purge-all" because its function would be generated with dh_defomainstall and if it exists it gets a trouble when package would be removed. * debian/rules - fix build problem. -- Hideki Yamane (Debian-JP) Sun, 17 Jun 2007 01:08:48 +0900 ttf-konatu (20-0+private2) unstable; urgency=low * debian/control - add missing Build-Depends: defoma. Thanks to Junich Uekawa. -- Hideki Yamane (Debian-JP) Sat, 09 Jun 2007 22:46:46 +0900 ttf-konatu (20-0+private1) unstable; urgency=low * New upstream release. * remove debian/99-ttf-konatu.conf and use dh_installdefoma in rules file. And move debian/defoma/ttf-konatu.hints to debian/ttf-konatu.defoma-hints. -- Hideki Yamane (Debian-JP) Sat, 09 Jun 2007 20:19:56 +0900 ttf-konatu (19-0+private3) unstable; urgency=low * debian/control - fix Depends and Build-Depends. unzip is needed for Build-Depends, not Depends. -- Hideki Yamane (Debian-JP) Wed, 23 May 2007 22:07:50 +0900 ttf-konatu (19-0+private2) unstable; urgency=low * debian/postinst - fix to cancel create symlink if it exists. * debian/control - tweak description. -- Hideki Yamane (Debian-JP) Sat, 19 May 2007 19:29:11 +0900 ttf-akonatu (19-0+private1) unstable; urgency=low * New upstream release. * License is changed. New license is Creative Commons Attribution-ShareAlike 3.0 Unported. Thanks to Mitiya Masuda. * debian/rules - fix to really clean files. * debian/watch - disable it. -- Hideki Yamane (Debian-JP) Fri, 18 May 2007 23:56:41 +0900 ttaf-konatu (18-0+private1) unstable; urgency=low * Initial release. -- Hideki Yamane (Debian-JP) Sun, 13 May 2007 19:30:24 +0900 debian/fonts-konatu.docs0000644000000000000000000000003712153331376012474 0ustar README.txt README_Japanese.txt debian/fonts-konatu.lintian-overrides0000644000000000000000000000004412153331376015200 0ustar fonts-konatu: no-upstream-changelog debian/fonts-konatu.install0000644000000000000000000000004712153331376013213 0ustar *.ttf usr/share/fonts/truetype/konatu/ debian/control0000644000000000000000000000150712157146261010601 0ustar Source: fonts-konatu Section: fonts Priority: optional Maintainer: Debian Fonts Task Force Uploaders: Hideki Yamane Build-Depends: debhelper (>= 9.20120518~) Standards-Version: 3.9.4 Homepage: http://www.masuseki.com/index.php?u=be/konatu.htm Vcs-Git: git://anonscm.debian.org/pkg-fonts/fonts-konatu/ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-fonts/fonts-konatu.git;a=summary Package: fonts-konatu Architecture: all Multi-Arch: foreign Pre-Depends: dpkg (>= 1.15.6~), ${misc:Pre-Depends} Depends: ${misc:Depends} Breaks: ttf-konatu (<< 26-3) Replaces: ttf-konatu (<< 26-3) Description: TrueType Font originally for BeOS Konatu is created as BeOS (ZETA) bitmap font (Be Bitmap Font), and also made as TrueType font. You can see screenshots in author's website.