debian/0000755000000000000000000000000012157127434007174 5ustar debian/source/0000755000000000000000000000000012153315513010465 5ustar debian/source/format0000644000000000000000000000001412153315513011673 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000026512153315513010221 0ustar # Compulsory line, this is a version 3 file version=3 http://code.google.com/p/dejima-fonts/downloads/list \ detail\?name=dejima-mincho-r(.*).ttf&can=2&q= debian uupdate debian/copyright0000644000000000000000000000305112153315513011117 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-name: dejima-mincho Source: http://code.google.com/p/dejima-fonts/ Upstream-contact: Yoshiki Hayashi Files: dejima-mincho-*.ttf Copyright: 2007-2010, Yoshiki Hayashi 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: 2008-2009, Hideki Yamane (Debian-JP) License: GPL-2 On Debian systems the full text of the GNU General Public License can be found in the `/usr/share/common-licenses/GPL-2' file. debian/compat0000644000000000000000000000000212153315513010363 0ustar 9 debian/fonts-dejima-mincho.preinst0000644000000000000000000000203412153315513014425 0ustar #!/bin/sh # # stolen from ttf-dzongkha/debian/ttf-dzongkha.preinst :) # set -e VERSION=220-7 PKG=ttf-dejima-mincho 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/rules0000755000000000000000000000022712153315513010246 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/fonts-dejima-mincho.install0000644000000000000000000000005612153315513014411 0ustar *.ttf usr/share/fonts/truetype/dejima-mincho/ debian/fonts-dejima-mincho.lintian-overrides0000644000000000000000000000005312153315513016376 0ustar fonts-dejima-mincho: no-upstream-changelog debian/changelog0000644000000000000000000001416012157127434011050 0ustar fonts-dejima-mincho (227-11) unstable; urgency=low * debian/control - drop obsolete ttf- package - use canonical URL for Vcs-* -- Hideki Yamane Sun, 16 Jun 2013 03:14:50 +0900 fonts-dejima-mincho (227-10) unstable; urgency=low * debian/control - set Standards-Version: 3.9.4 - update Vcs-* field, moved from svn to git - make it "Multi-Arch: foreign" -- Hideki Yamane Tue, 04 Jun 2013 16:47:42 +0900 fonts-dejima-mincho (227-9) unstable; urgency=low * debian/control - bump up debhelper version to deal with xz option * debian/compat - set 9 * debian/fonts-dejima-mincho.lintian-overrides - use it instead of install file -- Hideki Yamane Tue, 12 Jun 2012 19:44:07 +0900 fonts-dejima-mincho (227-8) unstable; urgency=low * debian/rules - compress with xz * debian/control - add "Pre-Depends: dpkg (>= 1.15.6~)" - replace s/Conflicts/Breaks/ * debian/watch - fix "debian-watch-contains-dh_make-template" * debian/lintian/fonts-dejima-mincho - override "no-upstream-changelog" - fix "unused-override" * debian/copyright - update to "Machine-readable debian/copyright file 1.0" -- Hideki Yamane Tue, 05 Jun 2012 07:34:54 +0900 fonts-dejima-mincho (227-7) unstable; urgency=low * debian/control - set ttf-dejima-mincho as "Priority: extra" - set "Standards-Version: 3.9.3" -- Hideki Yamane Thu, 08 Mar 2012 21:44:28 +0900 fonts-dejima-mincho (227-6) unstable; urgency=low * debian/fonts-dejima-mincho.install - revert change for font install path -- Hideki Yamane Tue, 27 Sep 2011 23:12:52 +0900 fonts-dejima-mincho (227-5) unstable; urgency=low * debian/copyright - fix "syntax-error-in-dep5-copyright" lintian warning -- Hideki Yamane Sat, 17 Sep 2011 13:53:42 +0900 fonts-dejima-mincho (227-4) unstable; urgency=low * debian/control - introduce ttf-dejima-mincho as transitional dummy package - specify version for Conflicts: and Replaces: - fix Vcs-Svn field -- Hideki Yamane Fri, 29 Jul 2011 13:23:02 +0200 fonts-dejima-mincho (227-3) unstable; urgency=low * rename it from "ttf-" to "fonts-" * add lintian overrides to ignore fonts-duplicates during transition. * debian/control - set "Standards-Version: 3.9.2" - remove "Provides: ttf-japanese-mincho" - update Vcs-* field -- Hideki Yamane Wed, 27 Jul 2011 18:05:34 +0200 ttf-dejima-mincho (227-2) unstable; urgency=low * debian/control - update my address and remove "DM-Upload-Allowed:" field - set Build-Depends: "debhelper (>= 7.0.50~)" * debian/watch - update it to deal with changes in google code site. -- Hideki Yamane Wed, 23 Jun 2010 22:13:54 +0900 ttf-dejima-mincho (227-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:52:06 +0900 ttf-dejima-mincho (220-9) unstable; urgency=low * debian/control: drop "Suggests:" field. -- Hideki Yamane (Debian-JP) Fri, 18 Dec 2009 10:10:18 +0900 ttf-dejima-mincho (220-8) unstable; urgency=low * fix preinst script (set -e) -- Hideki Yamane (Debian-JP) Fri, 18 Dec 2009 09:42:36 +0900 ttf-dejima-mincho (220-7) unstable; urgency=low * use devhelper7 * Switch to source format 3.0 (quilt) * Dropping defoma * debian/copyright: use machine readable format -- Hideki Yamane (Debian-JP) Fri, 11 Dec 2009 10:24:11 +0900 ttf-dejima-mincho (220-6) unstable; urgency=low * rebuild to build postinst and prerm scripts correctly. -- Hideki Yamane (Debian-JP) Thu, 25 Jun 2009 19:57:46 +0900 ttf-dejima-mincho (220-5) unstable; urgency=low * debian/{postinst,prerm}: - add them again and remove fc-cache call, then rebuild it. -- Hideki Yamane (Debian-JP) Sun, 21 Jun 2009 00:52:42 +0900 ttf-dejima-mincho (220-4) 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:58:15 +0900 ttf-dejima-mincho (220-3) unstable; urgency=low * debian/control: - new section "fonts" - Standards-Version: 3.8.1 -- Hideki Yamane (Debian-JP) Wed, 25 Mar 2009 07:06:36 +0900 ttf-dejima-mincho (220-2) unstable; urgency=low * debian/copyright - fix "copyright-with-old-dh-make-debian-copyright" -- Hideki Yamane (Debian-JP) Sun, 22 Feb 2009 03:43:02 +0900 ttf-dejima-mincho (220-1) unstable; urgency=low * New upstream release -- Hideki Yamane (Debian-JP) Sun, 21 Sep 2008 03:44:01 +0900 ttf-dejima-mincho (126-5) unstable; urgency=low * debian/{postinst,prerm} - fix lintian warming: command-with-path-in-maintainer-script -- Hideki Yamane (Debian-JP) Sat, 13 Sep 2008 21:41:50 +0900 ttf-dejima-mincho (126-4) unstable; urgency=low * debian/control - set Priority: optional -- Hideki Yamane (Debian-JP) Fri, 20 Jun 2008 01:25:32 +0900 ttf-dejima-mincho (126-3) unstable; urgency=low * debian/control - Bump up Standards-Version: 3.8.0 with no change. -- Hideki Yamane (Debian-JP) Fri, 20 Jun 2008 01:05:19 +0900 ttf-dejima-mincho (126-2) unstable; urgency=low * debian/copyright - fix indent and line feed. * debian/control - use Build-Depends-Indep: for defoma, not Build-Depends: . Thanks to lintian. - Suggests: xfs (>= 1:1.0.1-5) - add "DM-Upload-Allowed: yes" -- Hideki Yamane (Debian-JP) Sat, 19 Apr 2008 09:28:30 +0900 ttf-dejima-mincho (126-1) unstable; urgency=low * Initial release (Closes: #462606) -- Hideki Yamane (Debian-JP) Sat, 26 Jan 2008 12:26:32 +0900 debian/control0000644000000000000000000000172212157127370010600 0ustar Source: fonts-dejima-mincho Section: fonts Priority: optional Maintainer: Debian Fonts Task Force Uploaders: Hideki Yamane Build-Depends: debhelper (>= 9.20120518~) Standards-Version: 3.9.4 Homepage: http://code.google.com/p/dejima-fonts/ Vcs-Git: git://anonscm.debian.org/pkg-fonts/fonts-dejima-mincho/ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-fonts/fonts-dejima-mincho.git;a=summary Package: fonts-dejima-mincho Architecture: all Multi-Arch: foreign Pre-Depends: dpkg (>= 1.15.6~), ${misc:Pre-Depends} Depends: ${misc:Depends} Breaks: ttf-dejima-mincho (<< 227-3) Replaces: ttf-dejima-mincho (<< 227-3) Description: antique-looking Japanese TrueType Mincho font Dejima Mincho is Japanese TrueType Mincho font. . Its Kanji part is based on "Tsukiji 3gou" and Kana is based on "Tsukiji 4gou", these are known as "Tsukiji-tai" font, in Meiji-era. These old fonts are already under public domain.