debian/0000755000000000000000000000000012262276272007176 5ustar debian/gbp.conf0000644000000000000000000000004712262275524010615 0ustar [git-buildpackage] compression = bzip2 debian/control0000644000000000000000000000135212262275524010601 0ustar Source: fonts-paktype Section: fonts Priority: optional Maintainer: Debian Fonts Task Force Uploaders: Mohammed Adnène Trojette , Christian Perrier Build-Depends: debhelper (>= 9~) Standards-Version: 3.9.5 Vcs-Git: git://anonscm.debian.org/pkg-fonts/fonts-paktype.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-fonts/fonts-paktype.git;a=summary Package: fonts-paktype Architecture: all Multi-Arch: foreign Depends: ${misc:Depends} Replaces: ttf-paktype (<< 0.0-9) Breaks: ttf-paktype (<< 0.0-9) Description: PakType free OpenType Urdu fonts These are two free OpenType Urdu fonts (Naqsh and Tehreer), designed and developed by the PakType volunteers. debian/preinst0000644000000000000000000000172712262275524010613 0ustar #!/bin/sh set -e VERSION=0.0-8 PKG=ttf-paktype 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/copyright0000644000000000000000000000057612262275524011140 0ustar This package was debianized by Clint Adams on Tue, 13 Apr 2005 16:00:00 -0400. It was downloaded from http://sourceforge.net/projects/paktype/ Upstream Author: Pakistani Typography Copyright: Copyright (c) 2002-2004 Pakistani Typography, www.paktype.org These fonts are distributed under the terms of the GNU GPL v2. (See /usr/share/common-licenses/GPL-2) debian/source/0000755000000000000000000000000012262275524010475 5ustar debian/source/format0000644000000000000000000000001412262275524011703 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000572512262276272011061 0ustar fonts-paktype (0.0svn20121225-2) unstable; urgency=low * Update Standards to 3.9.5 (checked) * Bump debhelper compatibility to 9 * Drop transitional package * Add 'Multi-Arch: foreign' field * Use 'Breaks' instead of 'Conflicts'. Drop 'Provides' as it is no longer needed (installations should have transitioned since wheezy and the package has anyway no reverse dependency. * Use xz extreme compression for deb packages * Use git for packaging: adapt Vcs-* fields -- Christian Perrier Sun, 05 Jan 2014 16:39:38 +0100 fonts-paktype (0.0svn20121225-1) unstable; urgency=low * New upstream "release" * CHange priority to "extra" for transitional package -- Christian Perrier Sat, 14 Jan 2012 16:47:42 +0100 fonts-paktype (0.0-9) unstable; urgency=low * Team upload * Rename source package to "fonts-paktype" to fit the Font Packages Naming Policy. * Bump Standards to 3.9.2 (checked) * Change fonts install directory from usr/share/fonts/truetype/ttf-paktype-* to usr/share/fonts/truetype/paktype * Add Vcs-svn and Vcs-browser fields to debian/control * Bump debhelper compatibility to 8 -- Christian Perrier Tue, 25 Oct 2011 10:21:47 +0530 ttf-paktype (0.0-8) unstable; urgency=low * Drop defoma use * Drop useless build dependency on cdbs -- Christian Perrier Wed, 02 Dec 2009 22:46:52 +0100 ttf-paktype (0.0-7) unstable; urgency=low * Rebuild with new defoma to avoid #557321 * Drop README.source (useless with source 3.0 format) * Use a minimal rules file -- Christian Perrier Sun, 22 Nov 2009 18:00:36 +0100 ttf-paktype (0.0-5) unstable; urgency=low * Add README.source * Set Maintainer to the fonts team * Move Mohammed Adnène Trojette to Uploaders and add myself there too * Bump debhelper compatibility to 7 * Switch to 3.0 (quilt) source format * Add ${misc:Depends} to package dependencies to properly cope with debhelper-triggerred dependencies * Refer to versioned GPL license in debian/copyright * Update Standards to 3.8.3 (checked) * Add Copyright years to debian/copyright * Change section to fonts -- Christian Perrier Sun, 15 Nov 2009 19:29:19 +0100 ttf-paktype (0.0-4) unstable; urgency=low * Switch to CDBS. -- Mohammed Adnène Trojette Wed, 11 Jan 2006 02:49:30 +0100 ttf-paktype (0.0-3) unstable; urgency=low * Set myself as Maintainer. -- Mohammed Adnène Trojette Tue, 10 Jan 2006 10:33:36 +0100 ttf-paktype (0.0-2) unstable; urgency=medium * Fix incorrect path in defoma hints file, thanks to Jakob Bohm. closes: #324383. * Bump Standards-Version to 3.6.2. -- Clint Adams Sun, 21 Aug 2005 17:34:04 -0400 ttf-paktype (0.0-1) unstable; urgency=low * Initial Release, featuring Naqsh 2.2 and Tehreer 1.3. -- Clint Adams Mon, 1 Mar 2004 20:28:23 -0500 debian/compat0000644000000000000000000000000212262275524010373 0ustar 9 debian/install0000644000000000000000000000006212262275524010564 0ustar Deployment/*.ttf usr/share/fonts/truetype/paktype debian/rules0000755000000000000000000000013012262275524010247 0ustar #!/usr/bin/make -f %: dh $@ override_dh_builddeb: dh_builddeb -- -Zxz -Sextreme -z9