debian/0000755000000000000000000000000011715605040007165 5ustar debian/changelog0000644000000000000000000000611411715605040011041 0ustar fonts-beteckna (0.4-5ubuntu1) 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 Sun, 12 Feb 2012 00:38:55 +0000 fonts-beteckna (0.4-5) unstable; urgency=low * Ooops, add Replaces, Conflicts, Provides... * Don't remove Condensed SFD files in the clean target * Don't save SFD files (and thus change their timestamp) after building the TTF files -- Christian Perrier Fri, 29 Jul 2011 16:11:28 +0200 fonts-beteckna (0.4-4) unstable; urgency=low * Rename source package to "fonts-arabeyes" to fit the Font Packages Naming Policy. * Add Vcs-Svn and Vcs-Browser to source package fields * Bump Standards to 3.9.2 (checked) * Bump debhelper compatibility level to 8 * Change section for "fonts" * Drop useless ${shlib:Depends} dependency for an arch:all package -- Christian Perrier Thu, 28 Jul 2011 18:31:14 +0200 ttf-beteckna (0.4-3) unstable; urgency=low * Team upload * Move this package under pkg-fonts team maintenance * Use "fontforge-nox | fontforge" in Build-Depends * Drop defoma use * Move to dh7-style rules file * Move to 3.0 (quilt) source format * Update Standards to 3.9.1 (checked) -- Christian Perrier Sat, 12 Feb 2011 22:19:46 +0100 ttf-beteckna (0.4-2.1) unstable; urgency=low * Non-maintainer upload. * Rebuild against fixed defoma (for dh_installdefoma) and bump build-deps accordingly. (Closes: #561466) -- Stefano Zacchiroli Sat, 02 Jan 2010 11:22:10 +0100 ttf-beteckna (0.4-2) unstable; urgency=low * Apply patches of Gregor Herrmann, thanks. (Closes: #551506) * Bump standards version. [ Gregor Herrmann ] * Fix "Hints do not match the installed files" by applying patch by Jakob Bohm, adjusted for the 0.4 release. * Install hints file by calling dh_installdefoma in debian/rules. * debian/rules: clean up targets and dependencies, running the build once is enough. -- Gürkan Sengün Thu, 03 Dec 2009 09:17:20 +0100 ttf-beteckna (0.4-1) unstable; urgency=low * New upstream version. (Closes: #520503, #520497) * Bump debhelper version. * Bump standards version. -- Gürkan Sengün Wed, 08 Apr 2009 17:51:07 +0200 ttf-beteckna (0.3-1) unstable; urgency=low * New upstream version. * Updated homepage. * Updated my email address. * Bump standards version. -- Gürkan Sengün Fri, 03 Oct 2008 16:37:43 +0200 ttf-beteckna (0.2-2) unstable; urgency=low * Generate more typefaces. * Fix font name. (Closes: #451739) -- Gürkan Sengün Tue, 27 Nov 2007 13:44:15 +0100 ttf-beteckna (0.2-1) unstable; urgency=low * Initial release. (Closes: #424702) -- Gürkan Sengün Tue, 06 Nov 2007 00:25:56 +0100 debian/rules0000755000000000000000000000021111614543724010247 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_build: ./sfd2all.sh BetecknaLowerCase override_dh_clean: rm -f *.otf *.ttf dh_clean debian/install0000644000000000000000000000016511614310034010552 0ustar BetecknaLowerCase*.ttf usr/share/fonts/truetype/beteckna debian/lintian/fonts-beteckna usr/share/lintian/overridesdebian/maintscript0000644000000000000000000000006711715604762011462 0ustar rm_conffile /etc/defoma/hints/ttf-beteckna.hints 0.4-3 debian/compat0000644000000000000000000000000211614307367010374 0ustar 8 debian/source/0000755000000000000000000000000011614315122010462 5ustar debian/source/format0000644000000000000000000000001411614276130011675 0ustar 3.0 (quilt) debian/control0000644000000000000000000000223311715605035010574 0ustar Source: fonts-beteckna Section: fonts Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian Fonts Task Force Uploaders: Christian Perrier ,Gürkan Sengün ,Johan Mattsson Build-Depends: debhelper (>= 8.1.0~), fontforge-nox | fontforge Standards-Version: 3.9.2 Homepage: http://gnu.ethz.ch/linuks.mine.nu/beteckna/ Vcs-svn: svn://svn.debian.org/svn/pkg-fonts/packages/fonts-beteckna Vcs-Browser: http://svn.debian.org/wsvn/pkg-fonts/packages/fonts-beteckna Package: fonts-beteckna Architecture: all Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends} Replaces: ttf-beteckna (<< 0.4-4) Conflicts: ttf-beteckna (<< 0.4-4) Provides: ttf-beteckna Description: geometric Futura-like sans-serif TrueType font This package provide a geometric sans-serif font, similar to the popular Futura one. Package: ttf-beteckna Depends: fonts-beteckna, ${misc:Depends} Architecture: all Section: oldlibs Description: transitional dummy package This package is a dummy transitional package. It can be safely removed. debian/patches/0000755000000000000000000000000011614544030010613 5ustar debian/patches/series0000644000000000000000000000002211614543341012026 0ustar no_sfd_save.patch debian/patches/no_sfd_save.patch0000644000000000000000000000176411614543505014140 0ustar Index: trunk/sfd2bold.ff =================================================================== --- trunk.orig/sfd2bold.ff +++ trunk/sfd2bold.ff @@ -10,7 +10,7 @@ else ExpandStroke(40,0,0,0,5) endif - Save(ttfile+".sfd") +# Save(ttfile+".sfd") Close() else Print("Usage: $0 font.sfd [width, default 40]") Index: trunk/sfd2condensed.ff =================================================================== --- trunk.orig/sfd2condensed.ff +++ trunk/sfd2condensed.ff @@ -10,7 +10,7 @@ else Scale(80,100) endif - Save(ttfile+".sfd") +# Save(ttfile+".sfd") Close() else Print("Usage: $0 font.sfd [condense, default 80%]") Index: trunk/sfd2italic.ff =================================================================== --- trunk.orig/sfd2italic.ff +++ trunk/sfd2italic.ff @@ -26,7 +26,7 @@ MoveReference(70, 0, "degree", 0xb0) - Save(ttfile+".sfd") +# Save(ttfile+".sfd") Close() else Print("Usage: $0 font.sfd [italic angle, default 10]") debian/copyright0000644000000000000000000000277411614276130011134 0ustar This package was debianized by: Johan Mattsson on Wed, 16 May 2007 10:13:20 +0200. It was downloaded from: http://gnu.ethz.ch/linuks.mine.nu/beteckna/ Upstream Authors: Johan Mattsson Gürkan Sengün Alexander Fell Copyright: Copyright (C) 2007-2009 Gürkan Sengün Copyright (C) 2009 Alexander Fell Copyright (C) 2007 Johan Mattsson License: This package 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 package 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 package; 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'. The Debian packaging is: Copyright (C) 2007-2009, Johan Mattsson and Gürkan Sengün and is licensed under the GPL version 3, see `/usr/share/common-licenses/GPL-3'. debian/lintian/0000755000000000000000000000000011614315122010620 5ustar debian/lintian/fonts-beteckna0000644000000000000000000000113311614312157013451 0ustar fonts-beteckna: duplicate-font-file usr/share/fonts/truetype/beteckna/BetecknaLowerCase.ttf also in ttf-beteckna fonts-beteckna: duplicate-font-file usr/share/fonts/truetype/beteckna/BetecknaLowerCaseBold.ttf also in ttf-beteckna fonts-beteckna: duplicate-font-file usr/share/fonts/truetype/beteckna/BetecknaLowerCaseBoldCondensed.ttf also in ttf-beteckna fonts-beteckna: duplicate-font-file usr/share/fonts/truetype/beteckna/BetecknaLowerCaseItalic.ttf also in ttf-beteckna fonts-beteckna: duplicate-font-file usr/share/fonts/truetype/beteckna/BetecknaLowerCaseItalicCondensed.ttf also in ttf-beteckna debian/docs0000644000000000000000000000001411614276130010035 0ustar readme.html