debian/0000755000000000000000000000000012261554433007173 5ustar debian/gbp.conf0000644000000000000000000000004412261553623010610 0ustar [git-buildpackage] compression = gz debian/control0000644000000000000000000000225112261553611010573 0ustar Source: aglfn Section: fonts Priority: extra Maintainer: Debian Fonts Task Force Uploaders: Paul Wise Build-Depends: debhelper (>= 9~) Standards-Version: 3.9.5 Homepage: http://sourceforge.net/adobe/aglfn/ Vcs-Git: git://anonscm.debian.org/pkg-fonts/aglfn.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-fonts/aglfn.git;a=summary Package: aglfn Architecture: all Depends: ${misc:Depends} Description: Adobe Glyph List For New Fonts AGL (Adobe Glyph List) maps glyph names to Unicode values for the purpose of deriving content. AGLFN (Adobe Glyph List For New Fonts) is a subset of AGL that excludes the glyph names associated with the PUA (Private Use Area), and is meant to specify preferred glyph names for new fonts. Also included is the ITC Zapf Dingbats Glyph List, which is similar to AGL in that it maps glyph names to Unicode values for the purpose of deriving content, but only for the glyphs in the ITC Zapf Dingbats font. . Be sure to visit the AGL Specification and Developer Documentation pages for detailed information about naming glyphs, interpreting glyph names, and developing OpenType fonts. debian/watch0000644000000000000000000000017412261553611010223 0ustar # Upstream does not provide a versioned tarball, files available here: # http://sourceforge.net/projects/aglfn.adobe/files/ debian/copyright0000644000000000000000000000373412261553611011132 0ustar This work was packaged for Debian by: Paul Wise on Wed, 29 Dec 2010 19:43:21 +0800 It was downloaded from: http://sourceforge.net/adobe/aglfn/ Upstream maintainers: Ken Lunde Read Roberts Copyright: Copyright 1997-1998, 2002-2003, 2005-2008, 2010 Adobe Systems Incorporated. License: Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. Neither the name of Adobe Systems Incorporated nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. The Debian packaging is: Copyright 2010 Paul Wise and is licensed under the same license as upstream. debian/source/0000755000000000000000000000000012261553611010470 5ustar debian/source/format0000644000000000000000000000001412261553611011676 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000120012261554433011036 0ustar aglfn (1.7-3) unstable; urgency=low * Team upload * Update Standards to 3.9.5 (checked) * Bump debhelper compatibility to 9 * Use git for packaging: adapt Vcs-* fields -- Christian Perrier Fri, 03 Jan 2014 16:36:59 +0100 aglfn (1.7-2) unstable; urgency=low * Fix the homepage and watch file links * Bump Standards-Version, no changes needed * Enable parallel build mode * Add Vcs-* fields -- Paul Wise Wed, 01 May 2013 14:55:44 +0800 aglfn (1.7-1) unstable; urgency=low * Initial release (Closes: #608261) -- Paul Wise Wed, 29 Dec 2010 19:43:21 +0800 debian/compat0000644000000000000000000000000212261553611010366 0ustar 9 debian/install0000644000000000000000000000013112261553611010554 0ustar aglfn.txt usr/share/aglfn glyphlist.txt usr/share/aglfn zapfdingbats.txt usr/share/aglfn debian/rules0000755000000000000000000000076112261553611010254 0ustar #!/usr/bin/make -f %: dh $@ --parallel V=1.7 get-orig-source: wget https://downloads.sourceforge.net/project/aglfn.adobe/readme.mkd wget https://downloads.sourceforge.net/project/aglfn.adobe/aglfn.txt wget https://downloads.sourceforge.net/project/aglfn.adobe/glyphlist.txt wget https://downloads.sourceforge.net/project/aglfn.adobe/zapfdingbats.txt tar zcf aglfn_$(V).orig.tar.gz readme.mkd aglfn.txt glyphlist.txt zapfdingbats.txt rm readme.mkd aglfn.txt glyphlist.txt zapfdingbats.txt