--- zpb-ttf-0.7.orig/debian/compat +++ zpb-ttf-0.7/debian/compat @@ -0,0 +1 @@ +5 --- zpb-ttf-0.7.orig/debian/copyright +++ zpb-ttf-0.7/debian/copyright @@ -0,0 +1,38 @@ +This package was debianized by Pierre THIERRY on +Thu, 8 Mar 2007 01:10:00 +0200. + +It was downloaded from http://www.xach.com/lisp/zpb-ttf/ + +Upstream Author: Zachary Beane + +License: + + Copyright (c) 2006 Zachary Beane, All Rights Reserved + + 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. + + THIS SOFTWARE IS PROVIDED BY THE AUTHOR 'AS IS' AND ANY EXPRESSED + 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 AUTHOR 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 (C) 2007, Pierre THIERRY and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. + --- zpb-ttf-0.7.orig/debian/dirs +++ zpb-ttf-0.7/debian/dirs @@ -0,0 +1,2 @@ +usr/share/common-lisp/source/zpb-ttf +usr/share/common-lisp/systems --- zpb-ttf-0.7.orig/debian/rules +++ zpb-ttf-0.7/debian/rules @@ -0,0 +1,14 @@ +#!/usr/bin/make -f +# Sample debian/rules that uses cdbs. Originaly written by Robert Millan. +# This file is public domain. + +DEB_TAR_SRCDIR := zpb-ttf-0.7 +DEB_AUTO_CLEANUP_RCS := yes + +# Add here any variable or target overrides you need + + +include /usr/share/cdbs/1/rules/debhelper.mk + +binary-post-install/cl-zpb-ttf:: + dh_lisp --- zpb-ttf-0.7.orig/debian/docs +++ zpb-ttf-0.7/debian/docs @@ -0,0 +1,2 @@ +LICENSE +zpb-ttf.html --- zpb-ttf-0.7.orig/debian/install +++ zpb-ttf-0.7/debian/install @@ -0,0 +1,2 @@ +*.lisp *.asd usr/share/common-lisp/source/zpb-ttf +lambda.png usr/share/doc/cl-zpb-ttf --- zpb-ttf-0.7.orig/debian/changelog +++ zpb-ttf-0.7/debian/changelog @@ -0,0 +1,11 @@ +zpb-ttf (0.7-2) unstable; urgency=low + + * Corrected debhelper dependency + + -- Pierre THIERRY Sun, 11 Mar 2007 21:52:30 +0100 + +zpb-ttf (0.7-1) unstable; urgency=low + + * Initial release. + + -- Pierre THIERRY Thu, 8 Mar 2007 01:16:44 +0100 --- zpb-ttf-0.7.orig/debian/doc-base +++ zpb-ttf-0.7/debian/doc-base @@ -0,0 +1,12 @@ +Document: zpb-ttf +Title: ZPB-TTF Manual +Author: Zachary Beane +Abstract: This manual describes zpb-ttf's usage +Section: libs + +Format: HTML +Index: /usr/share/doc/cl-zpb-ttf/zpb-ttf.html +Files: /usr/share/doc/cl-zpb-ttf/zpb-ttf.html + /usr/share/doc/cl-zpb-ttf/lambda.png + + --- zpb-ttf-0.7.orig/debian/control +++ zpb-ttf-0.7/debian/control @@ -0,0 +1,14 @@ +Source: zpb-ttf +Section: libs +Priority: optional +Maintainer: Pierre THIERRY +Build-Depends: cdbs, debhelper (>= 5) +Build-Depends-Indep: dh-lisp +Standards-Version: 3.7.2 + +Package: cl-zpb-ttf +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: TTF parser + ZPB-TTF is a TrueType file parser that provides an interface for reading + typographic metrics, glyph outlines, and other information from a TTF file.