Codebase list fonts-kouzan-mouhitsu / 453e6b1
re-add debian directory Hideki Yamane 10 years ago
8 changed file(s) with 142 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 fonts-kouzan-mouhitsu (20090806-8) unstable; urgency=low
1
2 * debian/control
3 - add "Pre-Depends: dpkg (>= 1.15.6~)"
4 - bump up debhelper version to deal with xz option
5 - replace s/Conflicts/Breaks/ to more Policy polite.
6 * debian/compat
7 - set 9
8
9 -- Hideki Yamane <henrich@debian.org> Tue, 12 Jun 2012 22:51:06 +0900
10
11 fonts-kouzan-mouhitsu (20090806-7) unstable; urgency=low
12
13 * debian/control
14 - set "Standards-Version: 3.9.3"
15 * debian/rules
16 - compress with xz
17
18 -- Hideki Yamane <henrich@debian.org> Sat, 02 Jun 2012 03:14:46 +0900
19
20 fonts-kouzan-mouhitsu (20090806-6) unstable; urgency=low
21
22 * debian/fonts-kouzan-mouhitsu.install
23 - revert change for font install path
24
25 -- Hideki Yamane <henrich@debian.org> Tue, 27 Sep 2011 23:24:50 +0900
26
27 fonts-kouzan-mouhitsu (20090806-5) unstable; urgency=low
28
29 * debian/control
30 - introduce ttf-kouzan-mouhitsu as transitional dummy package
31 - specify version for Conflicts: and Replaces:
32 - fix Vcs-Svn
33
34 -- Hideki Yamane <henrich@debian.org> Sat, 30 Jul 2011 18:52:24 +0200
35
36 fonts-kouzan-mouhitsu (20090806-4) unstable; urgency=low
37
38 * rename it from "ttf-" to "fonts-"
39 * debian/control
40 - set "Standards-Version: 3.9.2"
41 - remove DM line, change email address
42 - add Vcs-* fields.
43
44 -- Hideki Yamane <henrich@debian.org> Tue, 26 Jul 2011 19:34:22 +0200
45
46 ttf-kouzan-mouhitsu (20090806-3) unstable; urgency=low
47
48 * add debian/watch but it is only comment since upstream provides files
49 without version numbers.
50 * debian/control
51 - improve short description by adding font name.
52 - set Standards-Version: 3.8.4 with no further changes.
53
54 -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp> Wed, 03 Mar 2010 19:04:34 +0900
55
56 ttf-kouzan-mouhitsu (20090806-2) unstable; urgency=low
57
58 * debian/control
59 - drop "Suggests:" field.
60
61 -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp> Wed, 16 Dec 2009 10:13:19 +0900
62
63 ttf-kouzan-mouhitsu (20090806-1) unstable; urgency=low
64
65 * Initial release (Closes: #560956)
66
67 -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp> Sun, 13 Dec 2009 15:52:15 +0900
0 Source: fonts-kouzan-mouhitsu
1 Section: fonts
2 Priority: extra
3 Maintainer: Debian Fonts Task Force <pkg-fonts-devel@lists.alioth.debian.org>
4 Uploaders: Hideki Yamane <henrich@debian.org>
5 Build-Depends: debhelper (>= 9.20120518~)
6 Standards-Version: 3.9.3
7 Homepage: http://musashi.or.tv/kouzanmouhitufont.htm
8 Vcs-Svn: svn://svn.debian.org/svn/pkg-fonts/packages/fonts-kouzan-mouhitsu/
9 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-fonts/packages/fonts-kouzan-mouhitsu/
10
11 Package: fonts-kouzan-mouhitsu
12 Architecture: all
13 Pre-Depends: dpkg (>= 1.15.6~)
14 Depends: ${misc:Depends}
15 Breaks: ttf-kouzan-mouhitsu (<< 20090806-4)
16 Replaces: ttf-kouzan-mouhitsu (<< 20090806-4)
17 Description: Brush-style Japanese font, Kouzan-Mouhitsu
18 Kouzan-Mouhitsu font is Brush-style Japanese font, made by Kouzan Aoyagi.
19 It contains about 13,000 glyphs.
20 .
21 It is suitable for printing Haiku, New Year's card or so.
22
23 Package: ttf-kouzan-mouhitsu
24 Architecture: all
25 Section: oldlibs
26 Pre-Depends: dpkg (>= 1.15.6~)
27 Depends: fonts-kouzan-mouhitsu, ${misc:Depends}
28 Description: transitional dummy package
29 This package is a dummy transitional package. It can be safely removed.
0 This package was debianized by Hideki Yamane (Debian-JP) <henrich@debian.or.jp> on
1 Sat, 08 Aug 2009 00:46:42 +0900.
2
3 It was downloaded from http://musashi.or.tv/kouzanmouhitufont.htm
4
5 Upstream Author: 青柳 衡山 (Kouzan Aoyagi) <kouzan _atmark_ kuc.biglobe.ne.jp>
6
7 License:
8
9 You can use it with no charge.
10 We do NOT execise our copyright, so it is completely free.
11 You can modifty it freely.
12 You can redistribute it, bundle it for CD, books, magazines, etc.
13 You can use it with no restrictions.
14 WE PROVIDE ABSOLUTELY NO WARRANTY. YOU ASSUME ALL RISKS ASSOCIATED WITH ITS USE.
15
16 Original Text (in Japanese)
17 無料でご利用できます。
18 著作権放棄で完全フリーです。
19 改編も自由です。
20 雑誌・書籍への掲載・CD収録も自由です。
21 使用についての制限はありません。
22 無保証です。お客様の責任でご利用ください。
23
24 The Debian packaging is:
25
26 Copyright (C) 2009 Hideki Yamane (Debian-JP) <henrich@debian.or.jp>
27
28 and is licensed under the GPL version 3,
29 see `/usr/share/common-licenses/GPL-3'.
30
0 *.ttf usr/share/fonts/truetype/kouzan-mouhitsu/
0 #!/usr/bin/make -f
1 # Uncomment this to turn on verbose mode.
2 # export DH_VERBOSE=1
3
4 %:
5 dh $@
6
7 override_dh_builddeb:
8 dh_builddeb -- -Zxz -Sextreme -z9
0 3.0 (quilt)
0 # upstream doesn't have any version number to its zip file