debian/0000755000000000000000000000000011716207171007171 5ustar debian/changelog0000644000000000000000000000461311716207171011047 0ustar sjfonts (2.0.2-1.1ubuntu1) precise; urgency=low * Use maintscript support in dh_installdeb rather than writing out dpkg-maintscript-helper commands by hand. We now simply Pre-Depend on a new enough version of dpkg rather than using 'dpkg-maintscript-helper supports' guards, leading to more predictable behaviour on upgrades. -- Colin Watson Mon, 13 Feb 2012 13:22:00 +0000 sjfonts (2.0.2-1.1fakesync1) precise; urgency=low * Fake sync due to mismatching orig tarball. -- Felix Geyer Fri, 06 Jan 2012 23:35:21 +0100 sjfonts (2.0.2-1.1) unstable; urgency=low * Non-maintainer upload to achieve the goal of removing defoma (and modernize the package a little bit!) * Drop defoma support. Closes: #649829 * Drop recommends on x-ttcidfontconf * Add ${misc:Depends} to dependencies to properly cope with dependencies triggerred by the use of debhelper utilities * Bump debhelper compatibility level to 8 * Bump Standards-Version to 3.9.2 (checked) * Use minimal dh7-style rules file * Change section to fonts * Move to v3 source format (added Makefile moved to a Debian-specific patch) * Build-Depend on "fontforge-nox|fontforge" to avoid cluttering build daemons * Make reference to GPL-2 document explicitly in debian/copyright * Complete Steve Jordi's copyright in debian/copyright -- Christian Perrier Sat, 10 Dec 2011 19:32:14 +0100 sjfonts (2.0.2-1) unstable; urgency=low * New upstream release. Thanks to Albert Astals Cid for calling my attention to it. + Adds Turkish characters to SteveHand. * Add debian/watch file. -- Daniel Schepler Tue, 19 Jun 2007 17:47:16 -0400 sjfonts (2.0.1-3) unstable; urgency=low * Grrr, it seems fontforge's -c argument is now in Python, and I can't figure out how to invoke the generate method properly. So use an external script genttf.pe instead. Closes: #423960. -- Daniel Schepler Tue, 15 May 2007 11:18:54 -0400 sjfonts (2.0.1-2) unstable; urgency=low * Correct unknown section to x11. * Change Build-Depends to Build-Depends-Indep to satisfy lintian. -- Daniel Schepler Mon, 20 Feb 2006 09:47:16 +0100 sjfonts (2.0.1-1) unstable; urgency=low * Initial release. Closes: #352041. -- Daniel Schepler Thu, 9 Feb 2006 11:09:46 +0100 debian/rules0000755000000000000000000000003511670654201010246 0ustar #!/usr/bin/make -f %: dh $@ debian/maintscript0000644000000000000000000000007011716207074011450 0ustar rm_conffile /etc/defoma/hints/ttf-sjfonts.hints 2.0.2-2 debian/watch0000644000000000000000000000007611670653654010237 0ustar version=3 http://sf.net/sjfonts/sjfonts-source-(.+)\.tar\.bz2 debian/preinst0000644000000000000000000000030211716207107010572 0ustar #!/bin/sh set -e if dpkg --compare-versions "$2" lt 2.0.2-2; then if [ -x "which defoma-font 2>/dev/null" ]; then defoma-font purge /etc/defoma/hints/ttf-sjfonts.hints fi fi #DEBHELPER# debian/compat0000644000000000000000000000000211670653654010401 0ustar 5 debian/source/0000755000000000000000000000000011670654345010501 5ustar debian/source/format0000644000000000000000000000001411670654345011707 0ustar 3.0 (quilt) debian/control0000644000000000000000000000103111716207167010574 0ustar Source: sjfonts Section: fonts Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Daniel Schepler Build-Depends-Indep: debhelper (>= 8.1.0~), fontforge-nox|fontforge Standards-Version: 3.9.2 Package: ttf-sjfonts Architecture: all Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends} Description: Some Juicy Fonts handwriting fonts This package contains two handwriting fonts created by Steve Jordi, Delphine and SteveHand, in TrueType format. debian/patches/0000755000000000000000000000000011716207133010616 5ustar debian/patches/use_makefile.patch0000644000000000000000000000374211670654564014313 0ustar Description: TODO: Put a short summary on the line above and replace this paragraph with a longer explanation of this change. Complete the meta-information with other relevant fields (see below for details). To make it easier, the information below has been extracted from the changelog. Adjust it or drop it. . sjfonts (2.0.2-1.1) UNRELEASED; urgency=low . * Non-maintainer upload to achieve the goal of removing defoma (and modernize the package a little bit!) * Drop defoma support. Closes: #649829 * Drop recommends on x-ttcidfontconf * Add ${misc:Depends} to dependencies to properly cope with dependencies triggerred by the use of debhelper utilities * Bump debhelper compatibility level to 8 * Bump Standards-Version to 3.9.2 (checked) * Use minimal dh7-style rules file * Change section to fonts * Move to v3 source format Author: Christian Perrier Bug-Debian: http://bugs.debian.org/649829 --- The information above should follow the Patch Tagging Guidelines, please checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here are templates for supplementary fields that you might want to add: Origin: , Bug: Bug-Debian: http://bugs.debian.org/ Bug-Ubuntu: https://launchpad.net/bugs/ Forwarded: Reviewed-By: Last-Update: --- /dev/null +++ sjfonts-2.0.2/Makefile @@ -0,0 +1,16 @@ +FONTS = Delphine.ttf SteveHand.ttf +TTFDIR = /usr/share/fonts/truetype/sjfonts + +all: $(FONTS) + +clean: + rm -f $(FONTS) + +%.ttf: %.sfd + fontforge genttf.pe $< $@ + +install: + install -d -m 755 $(DESTDIR)/$(TTFDIR) + install -m 644 $(FONTS) $(DESTDIR)/$(TTFDIR) + +.SUFFIXES: .ttf .sfd --- /dev/null +++ sjfonts-2.0.2/genttf.pe @@ -0,0 +1,4 @@ +#!/usr/bin/fontforge + +Open($1); +Generate($2); debian/patches/series0000644000000000000000000000002311670654601012033 0ustar use_makefile.patch debian/copyright0000644000000000000000000000204011670720057011122 0ustar This package was debianized by Daniel Schepler on Tue, 7 Feb 2006 12:28:33 +0100. It was downloaded from http://sf.net/projects/sjfonts/ Copyright (C) 1997 Steve Jordi - Delphine Handwriting License: SJFonts are licensed under the GNU General Public License but with the following exception: As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version. On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'.