debian/0000755000000000000000000000000013113061352007161 5ustar debian/dirs0000644000000000000000000000006612002242461010045 0ustar usr/bin usr/share/consolefonts usr/share/consoletrans debian/docs0000644000000000000000000000003212002242461010025 0ustar README Documentation.html debian/control0000644000000000000000000000103513113061066010565 0ustar Source: fonty-rg Section: utils Priority: optional Maintainer: Radovan Garabík Build-Depends: debhelper (>=9) Standards-Version: 3.9.6 Package: fonty-rg Architecture: all Recommends: kbd Depends: ${misc:Depends} Description: Linux console fonts in various encodings fonty-rg contains fonts for linux console, including fonts for ISO-8859-1,2,3,4,5,6,7,8,9,10,11,13,14,15,16, KOI8-R,U,C, CP1250, CP1251, CP1252 codepages, as well as two Unicode fonts with wide coverage, and an ISO-8859-16 ACM file. debian/rules0000755000000000000000000000342212613743474010262 0ustar #!/usr/bin/make -f # 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 configure: configure-stamp configure-stamp: dh_testdir # Add here commands to configure the package. touch configure-stamp build: build-arch build-indep build-arch: build-stamp build-indep: build-stamp build-stamp: dh_testdir GZIP=-9n ./build.sh 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 -f *.psf.gz *.acm.gz *.sbf.gz *.sbf dh_clean install: build dh_testdir dh_testroot dh_installdirs # Add here commands to install the package into debian/fonty-rg. #$(MAKE) install DESTDIR=$(CURDIR)/debian/fonty-rg cp -v -f *psf.gz $(CURDIR)/debian/fonty-rg/usr/share/consolefonts cp -v -f *acm.gz $(CURDIR)/debian/fonty-rg/usr/share/consoletrans cp -v -f fallbacks/sameglyph.fallback $(CURDIR)/debian/fonty-rg/usr/share/consoletrans cp -v -f fallbacks/rg.fallback $(CURDIR)/debian/fonty-rg/usr/share/consoletrans cp -v -f iso utf8 $(CURDIR)/debian/fonty-rg/usr/bin # Build architecture-independent files here. binary-arch: build install # We have nothing to do by default. # Build architecture-dependent files here. binary-indep: build install dh_testdir dh_testroot # dh_installdebconf dh_installdocs #dh_installexamples #dh_installmenu # dh_installlogrotate # dh_installemacsen # dh_installpam # dh_installmime # dh_installinit dh_installman iso.1 utf8.1 dh_installchangelogs dh_link dh_compress dh_fixperms # dh_makeshlibs dh_installdeb # dh_perl dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install configure debian/changelog0000644000000000000000000000324413113053700011034 0ustar fonty-rg (0.7-1) unstable; urgency=low * rewrite iso and utf8 scripts using kbd, not console-tools (closes: #863065) * change into non-native package -- Radovan Garabík Mon, 29 May 2017 19:13:14 +0200 fonty-rg (0.6) unstable; urgency=low * do not save gzip timestamp, allowing reproducible build (closes: #777061) * recommend console-tools (closes: #487514) * update debian build (closes: #800164) -- Radovan Garabík Tue, 27 Oct 2015 19:13:28 +0100 fonty-rg (0.5) unstable; urgency=high * fix typo in README (closes: #163661) * capitalize Unicode (closes: #172059) * fix typo in manpage (closes: #301890) * rename uni to utf8 (closes: #308246). High urgency, since it is a grave bug * change my e-mail -- Radovan Garabík Thu, 12 May 2005 10:10:34 +0200 fonty-rg (0.4) unstable; urgency=low * install changelog (oops). (closes: #167026) -- Radovan Garabík Tue, 5 Nov 2002 10:49:03 +0100 fonty-rg (0.3) unstable; urgency=low * changed Description: (closes: #162085) * added ./ in front of build.sh command (closes: #164835) -- Radovan Garabik Tue, 24 Sep 2002 20:04:18 +0200 fonty-rg (0.2) unstable; urgency=low * changed Architecture: any into Architecture: all -- Radovan Garabik Thu, 12 Sep 2002 16:10:24 +0200 fonty-rg (0.1) unstable; urgency=low * Initial Release (closes: #159010) -- Radovan Garabik Wed, 21 Aug 2002 13:08:38 +0200 Local variables: mode: debian-changelog End: debian/compat0000644000000000000000000000000212612747403010372 0ustar 9 debian/source/0000755000000000000000000000000012507722336010475 5ustar debian/source/format0000644000000000000000000000001412507722336011703 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000161512613745075011136 0ustar This package was written by Radovan Garabík © 2002- Radovan Garabík License: This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL'.