debian/0000755000000000000000000000000011742477031007174 5ustar debian/compat0000644000000000000000000000000211323246215010363 0ustar 5 debian/watch0000644000000000000000000000013511323246215010215 0ustar version=3 http://download.savannah.nongnu.org/releases/fontypython/fontypython-(.*)\.tar\.gz debian/docs0000644000000000000000000000000711625353701010041 0ustar README debian/rules0000755000000000000000000000054311735364546010266 0ustar #!/usr/bin/make -f %: dh $@ --with python2 override_dh_install: dh_installchangelogs CHANGELOG dh_python2 rm -f debian/fontypython/usr/share/pyshared/fontypythonmodules/COPYING \ debian/fontypython/usr/lib/python*/dist-packages/fontypythonmodules/COPYING dh_link usr/share/man/man1/fontypython.1.gz usr/share/man/man1/start_fontypython.1.gz debian/manpages0000644000000000000000000000001611625353732010710 0ustar fontypython.1 debian/copyright0000644000000000000000000000230211732620006011113 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Fontypython Upstream-Contact: Donn.C.Ingle Source: https://savannah.nongnu.org/projects/fontypython Files: * Copyright: 2006-2009, Donn.C.Ingle License: GPL-3+ Files: debian/* Copyright: 2007-2012, Kartik Mistry License: GPL-3+ License: GPL-3+ 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 3 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 program; 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-3'. debian/control0000644000000000000000000000151211732617642010601 0ustar Source: fontypython Section: fonts Priority: optional Maintainer: Kartik Mistry Build-Depends: debhelper (>= 7.0.50~) Build-Depends-Indep: python (>= 2.6), python-imaging, python-wxgtk2.8 Homepage: https://savannah.nongnu.org/projects/fontypython Standards-Version: 3.9.3 X-Python-Version: >= 2.6 Package: fontypython Architecture: all Depends: ${misc:Depends}, ${python:Depends}, python-imaging, python-wxgtk2.8 Description: Find, view and manage font files of all kinds You can quickly view and filter arbitrary TTF, TTC, OTF or Type1 font files and then gather them together into 'pogs' which can be installed or removed as needed. In this way you control which fonts are installed on a per-project basis. It is written in Python and WxWidgets. debian/source/0000755000000000000000000000000011323247104010463 5ustar debian/source/format0000644000000000000000000000001411323247104011671 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000001560511742477025011060 0ustar fontypython (0.4.4-1) unstable; urgency=low * New upstream release * Dropped all patches, merged upstream. -- Kartik Mistry Sun, 15 Apr 2012 13:21:32 +0530 fontypython (0.4.2.3-5) unstable; urgency=low * debian/patches/Fix_for_.fonts_dir_creation.diff: + Fixed patch from upstream, now set userfontpath to ~/.fonts directory to install POGS properly. -- Kartik Mistry Sat, 14 Apr 2012 16:59:28 +0530 fontypython (0.4.2.3-4) unstable; urgency=low * debian/patches/Fix_for_.fonts_dir_creation.diff: + Added patch to not look for .fonts while building, fixes FTBFS (Closes: #665073) * debian/copyright: + Updated to copyright-format 1.0 * debian/control: + Updated Standards-Version to 3.9.3 -- Kartik Mistry Fri, 30 Mar 2012 22:42:21 +0530 fontypython (0.4.2.3-3) unstable; urgency=low * debian/control: + Updated Standards-Version to 3.9.2 (no changes needed). + Bumped debhelper dependency to >= 7.0.50~ + Added X-Python-Version field. * debian/rules: + Use dh sequencer and dh_python2. + Also removes symlinked to extrea COPYING file. * Added debian/docs and debian/manpages files, Removed pyversions file. * debian/copyright: + Updated to DEP-5 format * debian/patches/typo-translation-fixes.diff: + Added patch to fix typo and translation in Desktop file (Closes: #620148) Thanks to Andrea Carpineti for patch. -- Kartik Mistry Thu, 25 Aug 2011 12:19:58 +0530 fontypython (0.4.2.3-2) unstable; urgency=low * debian/control: + Added ${misc:Depends} to Depends field * debian/copyright: + Updated Debian package copyright year * Converted package to new source format '3.0 (quilt)' -- Kartik Mistry Wed, 13 Jan 2010 10:01:25 +0530 fontypython (0.4.2.3-1) unstable; urgency=low * New upstream release -- Kartik Mistry Sat, 24 Oct 2009 19:22:59 +0530 fontypython (0.4.2.2-1) unstable; urgency=low * New upstream release * debian/rules: + Don't rename fp to fontypython, fixed upstream + Linked wrapper script manpage start_fontypython.1 to fontypython.1 * fontypython.1 manpage is adopted upstream, removed it from debian/ -- Kartik Mistry Thu, 01 Oct 2009 22:59:43 +0530 fontypython (0.4.2.1-2) unstable; urgency=low * Added debian/pyversions since fontypython requires Python >= 2.5, Thanks to Aaron M. Ucko (Closes: #548981) -- Kartik Mistry Wed, 30 Sep 2009 20:16:24 +0530 fontypython (0.4.2.1-1) unstable; urgency=low * New upstream release * Fixed debian/watch file for upstream tarball * debian/control: + Updated Standards-Version to 3.8.3 (no changes needed) + Updated Build-Depends on python >= 2.5 instead of python-all-dev * debian/rules: + Installed upstream changelog + Don't put remoaval of .po files in binary, fixed upstream * debian/menu: + Adopted latest way of writing it + Updated title with better description * debian/fontypython.1: + Added -z option, added with this new upstream version + Updated descriptions + Wrapped upto 80 characters * debian/copyright: + Don't point to versionless symlink to license text -- Kartik Mistry Tue, 29 Sep 2009 11:16:37 +0530 fontypython (0.4.1-1) unstable; urgency=low * New upstream release * debian/control: + Better short and long description as discussed with upstream * debian/rules: + Do not install .po files in package -- Kartik Mistry Sat, 25 Jul 2009 11:41:24 +0530 fontypython (0.4-2) unstable; urgency=low * debian/control: + Updated dependency to wxgtk2.8, Thanks to Michael Hoeft (Closes: #537612) + Updated short and long description to better one, Thanks to Donn Ingle * debian/fontypython.1: + Updated manpage for newly added options -- Kartik Mistry Mon, 20 Jul 2009 09:33:30 +0530 fontypython (0.4-1) unstable; urgency=low * New upstream release * debian/control: + Updated Standards-Version to 3.8.2 + Wraped Build-Depends and Depends for readability + Updated debhelper dependency to 7 + Updated Section to fonts from utility * debian/watch: + Updated according to upstream filename changes * debian/rules: + Using dh_prep instead of dh_clean -k now + Removed extra LICENSE file from package * debian/copyright: + Do not use symlinked license text -- Kartik Mistry Sat, 11 Jul 2009 12:14:51 +0530 fontypython (0.3.6-3) unstable; urgency=low * debian/control: + Updated Standards-Version to 3.8.1 * debian/rules: + Fixed FTBFS with Python 2.6, Thanks to Alessio Treglia for report and patch (Closes: #527002) + Included /usr/share/python/python.mk + Append py_setup_install_args macro to setup.py install args list * debian/fontypython.1: + Updated my email address -- Kartik Mistry Thu, 14 May 2009 23:54:34 +0530 fontypython (0.3.6-2) unstable; urgency=low * debian/control: + Updated my maintainer address + Updated Standards-Version to 3.8.0 * debian/copyright: + [Lintian] Updated to use © symbol instead of (C) + Updated Debian packaging copyright year -- Kartik Mistry Mon, 23 Feb 2009 22:46:21 +0530 fontypython (0.3.6-1) unstable; urgency=low * New upstream release * debian/control: + Updated Standards-Version to 3.7.3 + Updated Homepage entry * debian/copyright: + Updated package license to GPL-3 + Updated upstream copyright year * debian/fontypython.1: + Updated to add new command line options * debian/rules: + Fixed clean target by removing fontypythonmodules/*.pyc files -- Kartik Mistry Wed, 23 Jan 2008 12:23:56 +0530 fontypython (0.2.0-3) unstable; urgency=low * debian/copyright: separated copyright from license * debian/fontypython.1: fixed manpage according to standard format, arranged options in logical order * debian/menu: fixed according to latest menu policy, used " Applications" instead of "Apps" * debian/control: fixed short and long descriptions -- Kartik Mistry Sat, 22 Aug 2007 12:25:42 +0530 fontypython (0.2.0-2) unstable; urgency=low * Added missing debian/menu file * debian/control: fixed build-dependency by moving it to Build-Depends-Indep as package is arch: all -- Kartik Mistry Fri, 11 May 2007 16:52:54 +0530 fontypython (0.2.0-1) unstable; urgency=low * Initial release (Closes: #420584) * Renamed binary from fp to fontypython as it was already taken by freepascal * Added manpage: debian/fontypython.1 -- Kartik Mistry Mon, 23 Apr 2007 15:58:29 +0530 debian/menu0000644000000000000000000000025311323246215010054 0ustar ?package(fontypython): \ needs="X11" \ section="Applications/Graphics" \ title="Fontypython Font Manager" \ command="/usr/bin/fontypython"