--- xfonts-mplus-2.2.4.orig/debian/changelog +++ xfonts-mplus-2.2.4/debian/changelog @@ -0,0 +1,49 @@ +xfonts-mplus (2.2.4-1) unstable; urgency=low + + * New upstream release. + * debian/control: debhelper is added into Build-Depends instead of + Build-Depends-Indep. + * Update Standards-Version. + + -- GOTO Masanori Sun, 7 May 2006 22:35:12 +0900 + +xfonts-mplus (2.2.2-1.1) unstable; urgency=low + + * NMU (acknowledged by gotom on IRC) + * adapt new X fonts directory structure, closes: #362391 + - fonts are moved to /usr/share/fonts/X11/misc + - xfonts-ayu.alias is installed into /etc/X11/fonts/X11R7/misc + - update version of Build-Depends-Indep: debhelper to handle + these directory structure + + -- ISHIKAWA Mutsumi Wed, 26 Apr 2006 02:10:03 +0900 + +xfonts-mplus (2.2.2-1) unstable; urgency=low + + * New upstream release. + * From this version, mplus tms font is dropped. + + -- GOTO Masanori Thu, 1 Jul 2004 13:54:40 +0900 + +xfonts-mplus (2.2.1-1) unstable; urgency=low + + * New upstream release. (Closes: #244831) + * Change my maintainer address. + * Remove README.Debian. + + -- GOTO Masanori Wed, 16 Jun 2004 00:49:32 +0900 + +xfonts-mplus (2.1.4-1) unstable; urgency=low + + * New upstream release. + * debian/control: add space character to prior '-' list entry line. + (Closes: #229734) + + -- GOTO Masanori Tue, 27 Jan 2004 09:33:01 +0900 + +xfonts-mplus (2.1.2-1) unstable; urgency=low + + * Initial Release. (Closes: #226053) + + -- GOTO Masanori Tue, 30 Dec 2003 16:43:55 +0900 + --- xfonts-mplus-2.2.4.orig/debian/control +++ xfonts-mplus-2.2.4/debian/control @@ -0,0 +1,27 @@ +Source: xfonts-mplus +Section: x11 +Priority: optional +Maintainer: GOTO Masanori +Build-Depends: debhelper (>= 5.0.33) +Build-Depends-Indep: xfonts-utils +Standards-Version: 3.7.2 + +Package: xfonts-mplus +Architecture: all +Depends: ${misc:Depends} +Suggests: xfs | xserver +Conflicts: xbase-clients (<< 4.0) +Description: M+ bitmap 10/12 dot Latin/Japanese fonts for X11 + M+ bitmap fonts were designed to be simple and highly readable. It + includes ISO-8859-1,15 (6/10/12 dot) fonts and all Japanese jisx0208.1990 + Kanji fonts (10/12 dot) as following: + . + - mplus-gothic: M+ Gothic fonts (10/12dot, ISO-8859-1/Japanese) + - mplus-goth_p: it's similar to mplus-gothic, but its latin character part + is proportional fonts (10/12dot, ISO-8859-1/Japanese) + - mplus-fxd: yet another "fixed" fonts (10/12dot, ISO-8859-1/15) + - mplus-hlv: yet another "helvetica" fonts (10/12dot, ISO-8859-1/15) + - mplus-hlvw: 1 dot wide fonts than mplus-hlv ( 12dot, ISO-8859-1/15) + - mplus-sys: for window title/menu (10dot, ISO-8859-1/15) + - mplus-qub: 6 dot very small font (6dot, ISO-8859-1/15) + --- xfonts-mplus-2.2.4.orig/debian/dirs +++ xfonts-mplus-2.2.4/debian/dirs @@ -0,0 +1,3 @@ +etc/X11/fonts/X11R7/misc/ +usr/share/fonts/X11/misc/ +usr/share/doc/xfonts-mplus --- xfonts-mplus-2.2.4.orig/debian/rules +++ xfonts-mplus-2.2.4/debian/rules @@ -0,0 +1,96 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# GNU copyright 1997 to 1999 by Joey Hess. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + + +VERSION=2.2.4 +TARBALL=mplus_bitmap_fonts-$(VERSION).tar.gz +EXDIR=mplus_bitmap_fonts-$(VERSION) +BUILDDIR=`pwd`/build + + +configure: configure-stamp +configure-stamp: + dh_testdir + # Add here commands to configure the package. + tar zxvf $(TARBALL) + + touch configure-stamp + + +build: build-stamp + +build-stamp: configure-stamp + dh_testdir + + # Add here commands to compile the package. + export DESTDIR=$(BUILDDIR) && cd $(EXDIR) && ./install_mplus_fonts + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + + # Add here commands to clean up after the build process. + rm -rf $(EXDIR) $(BUILDDIR) + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/xfonts-mplus. + install -m 644 $(BUILDDIR)/*.pcf* \ + debian/xfonts-mplus/usr/share/fonts/X11/misc/ + install -m 644 $(BUILDDIR)/fonts.alias \ + debian/xfonts-mplus/etc/X11/fonts/X11R7/misc/xfonts-mplus.alias + install -m 644 $(EXDIR)/README_* $(EXDIR)/INSTALL_* \ + debian/xfonts-mplus/usr/share/doc/xfonts-mplus/ + + +# Build architecture-independent files here. +binary-indep: build install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installexamples +# dh_install +# dh_installmenu +# dh_installdebconf +# dh_installlogrotate +# dh_installemacsen +# dh_installpam +# dh_installmime +# dh_installinit + dh_installxfonts +# dh_installcron +# dh_installinfo +# dh_installman + dh_link + dh_strip + dh_compress + dh_fixperms +# dh_perl +# dh_python +# dh_makeshlibs + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +# Build architecture-dependent files here. +binary-arch: + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- xfonts-mplus-2.2.4.orig/debian/copyright +++ xfonts-mplus-2.2.4/debian/copyright @@ -0,0 +1,22 @@ +This package was debianized by GOTO Masanori on +Tue, 30 Dec 2003 16:43:55 +0900. + +It was downloaded from http://mplus-fonts.sourceforge.jp/mplus-bitmap-fonts/ + +Upstream Author: COZ + +Copyright: + + License Statement (in English): + + These fonts are free softwares. + Unlimited permission is granted to use, copy, and distribute it, with + or without modification, either commercially and noncommercially. + THESE FONTS ARE PROVIDED "AS IS" WITHOUT WARRANTY. + + License Statement (in Japanese EUC-JP): + + これらのフォントはフリー(自由な)ソフトウエアです。 + あらゆる改変の有無に関わらず、また商業的な利用であっても、自由にご利用、 + 複製、再配布することができますが、全て無保証とさせていただきます。 + --- xfonts-mplus-2.2.4.orig/debian/compat +++ xfonts-mplus-2.2.4/debian/compat @@ -0,0 +1 @@ +4