debian/0000755000000000000000000000000012132605076007170 5ustar debian/rules0000755000000000000000000000114712132577713010261 0ustar #!/usr/bin/make -f %: dh $@ override_dh_builddeb: dh_builddeb -- -Zxz -Sextreme -z9 PACKAGE := $(shell dpkg-parsechangelog | sed -n 's/^Source: //p') VERSION := $(shell dpkg-parsechangelog | sed -ne 's/^Version: \(\([0-9]\+\):\)\?\(.*\)-.*/\3/p') TARBALL = $(PACKAGE)_$(VERSION).orig.tar.gz get-orig-source: rm -rf $@ wget http://hiran.in/content/fonts/rufscript/Rufscript$(VERSION).ttf \ -P $@/$(PACKAGE)-$(VERSION).orig wget http://hiran.in/content/fonts/rufscript/src/Rufscript$(VERSION).sfd \ -P $@/$(PACKAGE)-$(VERSION).orig GZIP=--best tar czf $(TARBALL) -C $@ $(PACKAGE)-$(VERSION).orig rm -rf $@ debian/copyright0000644000000000000000000000355012132577713011134 0ustar Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=174&view=markup Upstream-Name: ttf-rufscript Upstream-Contact: Hiran Venugopalan Source: http://hiran.in/blog/rufscript-font Files: * Copyright: 2008, Hiran Venugopalan License: GPL-3 + Font Exception 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. . 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 GNU/Linux systems, the complete text of the GNU General Public License can be found in the file "/usr/share/common-licenses/GPL-3" . 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. Files: debian/* Copyright: 2008-2011, Andrew Starr-Bochicchio License: GPL-3 See: `/usr/share/common-licenses/GPL-3' debian/changelog0000644000000000000000000000362712132605076011052 0ustar fonts-rufscript (010-5) unstable; urgency=low * Move to git for packaging and update Vcs-* fields. * Use my @debian.org address in the Uploaders field. * Drop un-needed DM-Upload-Allowed field. * Drop the ttf-rufscript transitional package. * Use xz extreme compression for the deb. * Mark as Multi-Arch: foreign. * Bump Standards-Version to 3.9.4, no changes needed. * Bump debian/compat to 9 and build depend on debhelper (>= 9). * Drop un-used lintian-overrides file. -- Andrew Starr-Bochicchio Sun, 14 Apr 2013 15:57:45 -0400 fonts-rufscript (010-4) unstable; urgency=low * Add DM-Upload-Allowed for Andrew -- Christian Perrier Sat, 22 Oct 2011 12:52:02 +0200 fonts-rufscript (010-3) unstable; urgency=low [ Andrew Starr-Bochicchio ] * Rename package to "fonts-rufscript" to fit the Font Packages Naming Policy. * Bump Standards-Version to 3.9.2, no changes required. * Update field names in debian/copyright to reflect current DEP-5. * Over-ride lintian warning about fonts being also in ttf-rufscript. -- Christian Perrier Sat, 22 Oct 2011 12:30:28 +0200 ttf-rufscript (010-2) unstable; urgency=low [ Andrew Starr-Bochicchio ] * debian/postinst: set -e flag. * debian/control: - Use new "fonts" Section. - Bump Standards-Version to 3.8.1, no changes required. * debian/copyright: - point to GPL-3 not just GPL * debian/rules: Add get-orig-source target [ Christian Perrier ] * Switch to debhelper v7 * Use a minimal rules file * Switch to 3.0 (quilt) source format * Add myself as Uploader * Update Standards to 3.8.3 (checked) * Drop defoma use -- Christian Perrier Thu, 10 Dec 2009 09:08:40 +0100 ttf-rufscript (010-1) unstable; urgency=low * Initial release. (Closes: #502645) -- Andrew Starr-Bochicchio Fri, 17 Oct 2008 15:39:40 -0400 debian/README.source0000644000000000000000000000053012132577713011353 0ustar fonts-rufscript for Debian ------------------------ No upstream tarball exists for this font. The tarball was created using the ttf file and its source sfd from: http://hiran.in/content/fonts/rufscript/ A get-orig-source target is available in debian/rules -- Andrew Starr-Bochicchio Wed, 19 Oct 2011 17:24:51 -0400 debian/fonts-rufscript.install0000644000000000000000000000005712132577713013740 0ustar *.ttf usr/share/fonts/truetype/fonts-rufscript debian/postinst0000644000000000000000000000047412132577713011011 0ustar #!/bin/sh set -e #DEBHELPER# if [ "$1" = configure -a -x /usr/bin/fc-cache ]; then echo -n "Regenerating fonts cache... " HOME=/root fc-cache -f -v 1>/var/log/fontconfig.log 2>&1 || \ (echo "failed; see /var/log/fontconfig.log for more information."; \ exit 1) echo "done." fi debian/preinst0000644000000000000000000000173112132577713010607 0ustar #!/bin/sh set -e VERSION=010-2 PKG=ttf-rufscript FILE=/etc/defoma/hints/${PKG}.hints # Remove a no-longer used conffile rm_conffile() { local PKGNAME="$1" local CONFFILE="$2" [ -e "$CONFFILE" ] || return 0 local md5sum="$(md5sum $CONFFILE | sed -e 's/ .*//')" local old_md5sum="$(dpkg-query -W -f='${Conffiles}' $PKGNAME | \ sed -n -e "\' $CONFFILE ' { s/ obsolete$//; s/.* //; p }")" if [ "$md5sum" != "$old_md5sum" ]; then echo "Obsolete conffile $CONFFILE has been modified by you." echo "Saving as $CONFFILE.dpkg-bak ..." mv -f "$CONFFILE" "$CONFFILE".dpkg-bak else echo "Removing obsolete conffile $CONFFILE ..." rm -f "$CONFFILE" fi } case "$1" in install|upgrade) if dpkg --compare-versions "$2" lt-nl "$VERSION"; then if [ -f $FILE ]; then if [ -x /usr/bin/defoma-font ]; then defoma-font purge-all $FILE || true fi fi rm_conffile $PKG $FILE fi esac #DEBHELPER# debian/watch0000644000000000000000000000010612132577713010224 0ustar version=3 http://hiran.in/content/fonts/rufscript/Rufscript(.*)\.ttf debian/compat0000644000000000000000000000000212132600507010360 0ustar 9 debian/control0000644000000000000000000000156112132604651010574 0ustar Source: fonts-rufscript Section: fonts Priority: optional Maintainer: Debian Fonts Task Force Uploaders: Andrew Starr-Bochicchio , Christian Perrier Build-Depends: debhelper (>= 9) Standards-Version: 3.9.4 Homepage: http://hiran.in/blog/rufscript-font Vcs-Git: git://anonscm.debian.org/pkg-fonts/fonts-rufscript.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-fonts/fonts-rufscript.git Package: fonts-rufscript Architecture: all Multi-Arch: foreign Pre-Depends: dpkg (>= 1.15.6~) Depends: ${misc:Depends} Replaces: ttf-rufscript (<< 010-3) Breaks: ttf-rufscript (<< 010-3) Description: handwriting-based font for Latin characters Rufscript is a handwriting-based Unicode font containing basic Latin characters and is created using only FOSS tools (Fontforge - Inkscape - GIMP). debian/source/0000755000000000000000000000000012132577713010476 5ustar debian/source/format0000644000000000000000000000001412132577713011704 0ustar 3.0 (quilt)