bterm-unifont-1.3/0000755000000000000000000000000011515464151011037 5ustar bterm-unifont-1.3/README0000644000000000000000000000070211515464151011716 0ustar This package installs the full Unifont on /lib/unifont.bgf The font is not reduced, as it cannot be known at build-time of this package what udebs will be used when installing, and because if we run base-config from within a chroot, we may encounter arbitrary strings in _their_ debconf templates. It might be possible to minimise the font by limiting it to coverage for given languages -- eg remove heiroglyphics, if present. Need to investigate. bterm-unifont-1.3/Makefile0000644000000000000000000000015411515464151012477 0ustar build: unifont.bgf unifont.bgf: bdftobogl -b /usr/src/unifont.bdf > unifont.bgf clean: rm -f unifont.bgf bterm-unifont-1.3/debian/0000755000000000000000000000000012170501734012256 5ustar bterm-unifont-1.3/debian/control0000644000000000000000000000100612170312200013642 0ustar Source: bterm-unifont Section: debian-installer Priority: optional Maintainer: Debian Install System Team Uploaders: Christian Perrier Build-Depends: debhelper (>= 9), bf-utf-source, libbogl-dev Vcs-Browser: http://anonscm.debian.org/gitweb/?p=d-i/bterm-unifont.git Vcs-Git: git://anonscm.debian.org/d-i/bterm-unifont.git Package: bterm-unifont Architecture: any Depends: bogl-bterm-udeb Package-Type: udeb Description: Include complete Unicode font for bogl-bterm bterm-unifont-1.3/debian/postinst0000644000000000000000000000014311515464151014065 0ustar #!/bin/sh # Signal to restart bterm, if present ( kill -HUP `pidof bterm` || true ) 2> /dev/null bterm-unifont-1.3/debian/copyright0000644000000000000000000000023611515464151014215 0ustar This package is under the GNU GPL version 2, or any later version at your option. On Debian system, the GPL is available in /usr/share/common-licenses/GPL-2 bterm-unifont-1.3/debian/source/0000755000000000000000000000000012170207541013555 5ustar bterm-unifont-1.3/debian/source/format0000644000000000000000000000001512170207541014764 0ustar 3.0 (native) bterm-unifont-1.3/debian/changelog0000644000000000000000000000615412170501726014137 0ustar bterm-unifont (1.3) unstable; urgency=low [ Dmitrijs Ledkovs ] * Set debian source format to '3.0 (native)'. * Bump debhelper compat level to 9. * Set Vcs-* to canonical format. * Drop XC- from Package-Type field. [ Christian Perrier ] * Add myself as Uploader -- Christian Perrier Sun, 14 Jul 2013 12:56:22 +0200 bterm-unifont (1.2) unstable; urgency=low [ Colin Watson ] * Upgrade to debhelper v7. -- Christian Perrier Sat, 10 Jul 2010 20:33:17 +0200 bterm-unifont (1.1) unstable; urgency=low [ Frans Pop ] * Remove Alastair McKinstry, Kenshi Muto and Matt Kraai as Uploaders with many thanks for their past contributions. Add Joey Hess. -- Otavio Salvador Tue, 23 Sep 2008 21:28:21 -0300 bterm-unifont (1.0) unstable; urgency=low * Gratuitous version number bump. * Moved unifont.bgf to lib. Needs rootskel 1.12 -- Joey Hess Tue, 3 May 2005 18:17:02 -0400 bterm-unifont (0.011) unstable; urgency=low * Rebuild to remove setgid bit. -- Matt Kraai Thu, 17 Jun 2004 20:42:16 -0700 bterm-unifont (0.010) unstable; urgency=low * Rebuild against new bf-utf-source (closes: Bug#252889) -- Kenshi Muto Sun, 6 Jun 2004 01:41:46 +0000 bterm-unifont (0.009) unstable; urgency=low * Rebuild (closes: Bug#238228). -- Matt Kraai Wed, 19 May 2004 06:24:58 -0700 bterm-unifont (0.008) unstable; urgency=low * Fix Build-Depends (closes: Bug#237361). -- Kenshi Muto Thu, 11 Mar 2004 18:13:03 +0900 bterm-unifont (0.007) unstable; urgency=low * Fix debian/rules binary-arch/indep targets after below change. * While I'm at it, switch to debhelper's new udeb support. * Fix misuse of dh_clean -k. -- Joey Hess Thu, 11 Mar 2004 00:12:04 -0500 bterm-unifont (0.006) unstable; urgency=low * Kenshi Muto - Now, bterm-unifont is architecture dependent package. -- Kenshi Muto Thu, 11 Mar 2004 03:16:46 +0000 bterm-unifont (0.005) unstable; urgency=low * Kenshi Muto - Rebuilt with i386. (but I'm afraid this crashes on big-endian arch) -- Kenshi Muto Fri, 5 Mar 2004 09:24:22 +0900 bterm-unifont (0.004) unstable; urgency=low * Matt Kraai - Change the priority to optional. -- Matt Kraai Wed, 25 Feb 2004 03:20:19 -0800 bterm-unifont (0.003) unstable; urgency=low * Matt Kraai - Use pidof instead of ps, grep, and awk in the postinst. - Add self to Uploaders. * Petter Reinholdtsen - Depend on bogl-bterm-udeb, not bterm-bogl. * Kenshi Muto - Fix shebang typo. -- Matt Kraai Fri, 06 Feb 2004 06:33:36 -0800 bterm-unifont (0.002) unstable; urgency=low * Moved to Standards-Version: 3.6.0 (no changes required) * Changed maintainer email to mckinstry@debian.org -- Alastair McKinstry Tue, 29 Jul 2003 15:43:37 +0100 bterm-unifont (0.001) unstable; urgency=low * First release -- Alastair McKinstry Mon, 12 May 2003 09:19:13 +0300 bterm-unifont-1.3/debian/compat0000644000000000000000000000000212170207541013453 0ustar 9 bterm-unifont-1.3/debian/install0000644000000000000000000000002011515464151013642 0ustar unifont.bgf lib bterm-unifont-1.3/debian/rules0000755000000000000000000000003611515464151013340 0ustar #! /usr/bin/make -f %: dh $@