Codebase list xfonts-mona / 5bae1bb
Import Debian changes 2.90-3 xfonts-mona (2.90-3) unstable; urgency=low . * Change maintainer mail address. * Update Standards-Version. * Update hints file. Add CIDSupplement = 0 line * Fix some lintian's warning. - Add README.source * Update URL of project homepage in debian/copyright. (Closes: #530370) Nobuhiro Iwamatsu authored 14 years ago Nobuhiro Iwamatsu committed 3 years ago
10 changed file(s) with 37 addition(s) and 27 deletion(s). Raw diff Collapse all Expand all
1919 DESTDIR =
2020 X11BINDIR = /usr/X11R6/bin
2121 X11FONTDIR = $(DESTDIR)/usr/X11R6/lib/X11/fonts/local
22 TTFFONTDIR = $(DESTDIR)/usr/share/fonts/truetype/ttf-mona
2322 BDFTOPCF = $(X11BINDIR)/bdftopcf
2423 MKDIRHIER = $(X11BINDIR)/mkdirhier # 'mkdir -p' may also work.
2524 MKFONTDIR = $(X11BINDIR)/mkfontdir
+0
-1
debian/00list less more
0 01_fix_kochigothic_fonts_path
+0
-7
debian/01_fix_kochigothic_fonts_path.dpatch less more
0 ! /bin/sh /usr/share/dpatch/dpatch-run
1 ## 01_fix_kochigothic_fonts_path.dpatch by Nobuhiro Iwamatsu <hemamu@t-base.ne.jp>
2 ##
3 ## All lines beginning with `## DP:' are a description of the patch.
4 ## DP: fix kochigothic fonts path .
5
6 @DPATCH@
0 This package uses the dpatch system of patch handling.
1 See /usr/share/doc/dpatch/README.source.gz for more details.
2
3 -- Nobuhiro Iwamatsu <iwamatsu@debian.org> Wed, 09 Sep 2009 20:10:07 +0900
4
0 xfonts-mona (2.90-3) unstable; urgency=low
1
2 * Change maintainer mail address.
3 * Update Standards-Version.
4 * Update hints file.
5 Add CIDSupplement = 0 line
6 * Fix some lintian's warning.
7 - Add README.source
8 * Update URL of project homepage in debian/copyright. (Closes: #530370)
9
10 -- Nobuhiro Iwamatsu <iwamatsu@debian.org> Mon, 14 Sep 2009 17:04:37 +0900
11
012 xfonts-mona (2.90-2) unstable; urgency=low
113
214 * Change Maintainer mail address.
00 Source: xfonts-mona
1 Section: x11
1 Section: fonts
22 Priority: optional
3 Maintainer: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3 Maintainer: Nobuhiro Iwamatsu <iwamatsu@debian.org>
44 Build-Depends: debhelper (>= 5.0.31), dpatch
5 Build-Depends-Indep: ttf-kochi-gothic, xfonts-utils
6 Standards-Version: 3.7.2
5 Build-Depends-Indep: ttf-kochi-gothic, defoma, bzip2, xfonts-utils
6 Standards-Version: 3.8.3
77
88 Package: xfonts-mona
99 Architecture: all
10 Depends: xfonts-utils
11 Description: proportional fonts for 2ch ASCII art
10 Description: Proportional X fonts for 2ch ASCII art
1211 These fonts are suitable for some ASCII arts like mona, gikoneko and so on.
12 This package provides BDF (Bitmap Description / Display Format) font.
1313
1414 Package: ttf-mona
1515 Architecture: all
16 Depends: defoma, xutils (>= 4.0.2), x-ttcidfont-conf
17 Suggests: fontconfig
16 Depends: defoma
17 Suggests: x-ttcidfont-conf, xserver-xorg | xfs, fontconfig
1818 Description: Japanese TrueType font for 2ch ASCII art
1919 These fonts are suitable for some ASCII arts like mona, gikoneko and so on.
20 This package provides TrueType font.
11 Mon, 19 Mar 2001 17:54:29 +0900.
22
33 Package Maintainers:
4 Nobuhiro Iwamatsu <iwamatsu@nigauri.org> from Mon, 22 Nov 2006 19:32:27 +0900
5 NOKUBI Takatsugu <knok@daionet.gr.jp> from Mon, 19 Mar 2001 17:54:29 +0900
4 Nobuhiro Iwamatsu <iwamatsu@nigauri.org> from Mon, 22 Nov 2006 19:32:27 +0900
5 NOKUBI Takatsugu <knok@daionet.gr.jp> from Mon, 19 Mar 2001 17:54:29 +0900
66
77 Upstream Website:
8 It was downloaded from <http://members.tripod.co.jp/s42335/mona/>
8 http://monafont.sourceforge.net/index-e.html
9
10 It was downloaded from
11 <http://sourceforge.net/project/showfiles.php?group_id=55807>
912
1013 Upstream Authors(s):
1114 Anonymous <s42335@excite.co.jp>
1616 X-Slant = r
1717 Transform = Slant Boldize
1818 TTCap = halfwidth-bw=0.5
19 CIDSupplement = 0
1920 end
44
55 set -e
66
7 DEFOMA_FONT=/usr/bin/defoma-font
78 PACKAGE_NAME=ttf-mona
89 DEFOMA_HINTS_FILE=/etc/defoma/hints/$PACKAGE_NAME.hints
910
2122
2223 case "$1" in
2324 configure)
24
25 /usr/bin/defoma-font -vt reregister-all $DEFOMA_HINTS_FILE >/dev/null
26
25 $DEFOMA_FONT -vt reregister-all $DEFOMA_HINTS_FILE >/dev/null
2726 ;;
2827
2928 abort-upgrade|abort-remove|abort-deconfigure)
30
3129 ;;
3230
3331 *)
44
55 set -e
66
7 DEFOMA_FONT=/usr/bin/defoma-font
78 PACKAGE_NAME=ttf-mona
89 DEFOMA_HINTS_FILE=/etc/defoma/hints/$PACKAGE_NAME.hints
910
2122
2223 case "$1" in
2324 remove|upgrade|deconfigure)
24
25 /usr/bin/defoma-font -vt purge-all $DEFOMA_HINTS_FILE >/dev/null
26
25 DEFOMA_FONT -vt purge-all $DEFOMA_HINTS_FILE >/dev/null
2726 ;;
2827 failed-upgrade)
2928 ;;