debian/0000755000000000000000000000000012002021007007146 5ustar debian/copyright0000644000000000000000000000225011747007000011114 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: bdfresize Source: http://openlab.jp/efont/dist/tools/bdfresize/ Files: * Copyright: 1988, 1992 Hiroto Kagotani 2000 Kazuhiko 2000 Masao Uebayashi 1997, 98, 2000 Motoyuki Kasahara 1987-1998 Free Software Foundation, Inc. License: GPL-2+ 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, 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. . On Debian systems, the complete text of the GNU General Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'. Files: debian/* Copyright: 2012 Tatsuya Kinoshita License: Redistribution and use in source and binary forms, with or without modification, are permitted without restriction, with NO WARRANTY. debian/control0000644000000000000000000000064612002011676010572 0ustar Source: bdfresize Section: x11 Priority: optional Maintainer: Tatsuya Kinoshita Build-Depends: debhelper (>= 8~) Standards-Version: 3.9.3 Homepage: http://openlab.jp/efont/ Package: bdfresize Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: tool for resizing BDF format font Bdfresize is a command to magnify or reduce fonts which are described with the standard BDF format. debian/patches/0000755000000000000000000000000011747007737010632 5ustar debian/patches/020_minus-sign.patch0000644000000000000000000000106011747007736014321 0ustar Description: The - sign escapes, changes in debian/1.5-4 Author: Frank Lichtenheld --- bdfresize-1.5/bdfresize.1 2000-12-11 17:18:15.000000000 +0900 +++ bdfresize-1.5-4/bdfresize.1 2008-05-11 23:01:11.000000000 +0900 @@ -2,7 +2,7 @@ .SH NAME bdfresize \- Resize BDF Format Font .SH SYNOPSIS -bdfresize [-v] [-b \fInumber\fP] [-[whf] \fIfactor\fP] [\fIbdf-file\fP] +bdfresize [\-v] [\-b \fInumber\fP] [\-[whf] \fIfactor\fP] [\fIbdf-file\fP] .SH DESCRIPTION .I Bdfresize is a command to magnify or reduce fonts which are described with debian/patches/010_ftbfs-gcc4.patch0000644000000000000000000000060211747007660014146 0ustar Description: Fix FTBFS with gcc 4.0 Origin: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=258509#5 Bug-Debian: http://bugs.debian.org/258509 --- bdfresize-1.5/charresize.c 2000-12-12 20:18:14.000000000 +0900 +++ bdfresize-1.5-3.1/charresize.c 2008-05-11 23:01:11.000000000 +0900 @@ -46,7 +46,6 @@ void processChar(void) { - char *malloc(); char *srcimage; int *dstgray; debian/patches/series0000644000000000000000000000005211747006137012035 0ustar 010_ftbfs-gcc4.patch 020_minus-sign.patch debian/rules0000755000000000000000000000065412002021002010226 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 export DEB_BUILD_MAINT_OPTIONS = hardening=+all dpkg_buildflags = DEB_BUILD_MAINT_OPTIONS=$(DEB_BUILD_MAINT_OPTIONS) dpkg-buildflags CFLAGS=$(shell $(dpkg_buildflags) --get CFLAGS) CPPFLAGS=$(shell $(dpkg_buildflags) --get CPPFLAGS) LDFLAGS=$(shell $(dpkg_buildflags) --get LDFLAGS) export CFLAGS CPPFLAGS LDFLAGS %: dh $@ debian/watch0000644000000000000000000000020011747002544010213 0ustar version=3 opts="uversionmangle=s/pre/~pre/" \ http://openlab.ring.gr.jp/efont/dist/tools/bdfresize/bdfresize-([\w.]+)\.tar\.gz debian/source/0000755000000000000000000000000011746777465010516 5ustar debian/source/format0000644000000000000000000000001411746777465011724 0ustar 3.0 (quilt) debian/docs0000644000000000000000000000002411747002101010026 0ustar AUTHORS NEWS README debian/compat0000644000000000000000000000000212002011706010351 0ustar 8 debian/changelog0000644000000000000000000000451112002015722011030 0ustar bdfresize (1.5-8) unstable; urgency=low * debian/rules: Use dpkg-buildflags to enable hardening flags * Revert the previous debhelper bump -- Tatsuya Kinoshita Thu, 19 Jul 2012 23:03:54 +0900 bdfresize (1.5-7) unstable; urgency=low * Update debhelper compat level to 9 to support hardening flags -- Tatsuya Kinoshita Sun, 08 Jul 2012 16:43:36 +0900 bdfresize (1.5-6) unstable; urgency=low * debian/*: Rewritten. - Simplify debian/rules with dh. - Switch to copyright-format-1.0. - Switch to dpkg-source 3.0 (quilt) format. - Update Standards-Version to 3.9.3. -- Tatsuya Kinoshita Sun, 29 Apr 2012 00:42:46 +0900 bdfresize (1.5-5) unstable; urgency=low * New Maintainer. (Closes: #472706) * debian/control: - Description: Revised. - Set Standards-Version to 3.7.3. * debian/rules: Cleanup. * debian/copyright: Updated. -- Tatsuya Kinoshita Sat, 31 May 2008 15:47:48 +0900 bdfresize (1.5-4) unstable; urgency=low * QA Upload + change maintainer to QA group + acknowledge NMUs * Increase debhelper compat level to 5 * Some debian/rules clean-up * Add watch file -- Frank Lichtenheld Tue, 29 Apr 2008 19:10:22 +0200 bdfresize (1.5-3.2) unstable; urgency=low * NMU for xlibs-dev removal; closes: #346634. -- Justin Pryzby Sat, 14 Jan 2006 11:06:43 -0500 bdfresize (1.5-3.1) unstable; urgency=high * Non-maintainer upload. * Apply patch by Andreas Jochens to fix FTBFS with gcc 4.0 (Closes: #258509) -- Frank Lichtenheld Fri, 5 Aug 2005 21:36:24 +0200 bdfresize (1.5-3) unstable; urgency=low * change Maintainer address to @debian.org -- Takuo KITAME Wed, 13 Nov 2002 13:00:53 +0900 bdfresize (1.5-2) unstable; urgency=low * debian/control - fix Build-Depends (closes: #137393) -- Takuo KITAME Sat, 9 Mar 2002 14:18:25 +0900 bdfresize (1.5-1) unstable; urgency=low * New upstream release * debian/copyright: - change to GPL2 - change Upstream URL and Authors -- Takuo KITAME Mon, 4 Mar 2002 22:16:12 +0900 bdfresize (1.4-1) unstable; urgency=low * Initial Release. -- Takuo KITAME Wed, 15 Mar 2000 12:07:27 +0900