--- guile-cairo-1.4.0.orig/debian/compat +++ guile-cairo-1.4.0/debian/compat @@ -0,0 +1 @@ +5 --- guile-cairo-1.4.0.orig/debian/changelog +++ guile-cairo-1.4.0/debian/changelog @@ -0,0 +1,6 @@ +guile-cairo (1.4.0-1) unstable; urgency=low + + * Initial packaging (closes: #439103) + + -- Andreas Rottmann Wed, 22 Aug 2007 20:36:32 +0200 + --- guile-cairo-1.4.0.orig/debian/control +++ guile-cairo-1.4.0/debian/control @@ -0,0 +1,23 @@ +Source: guile-cairo +Section: interpreters +Priority: extra +Maintainer: Andreas Rottmann +Standards-Version: 3.7.2 +Build-Depends: cdbs (>= 0.4.49), autotools-dev, debhelper (>> 5), + patchutils (>= 0.2.25), guile-1.8-dev, libcairo2-dev (>= 1.4.10), + guile-library (>= 0.1.2) + +Package: guile-cairo +Architecture: any +Depends: ${shlibs:Depends} +Description: Guile bindings for Cairo + This package contains Guile modules that provide access to the Cairo + library. + +Package: guile-cairo-dev +Section: libdevel +Architecture: any +Depends: guile-cairo (= ${binary:Version}), guile-1.8-dev, libcairo2-dev (>= 1.4.10) +Description: Guile bindings for Cairo, development files + This package contains the info manual for guile-cairo and the header + files to allow compilation of wrappers depending on guile-cairo. --- guile-cairo-1.4.0.orig/debian/rules +++ guile-cairo-1.4.0/debian/rules @@ -0,0 +1,13 @@ +#!/usr/bin/make -f + +#export DH_VERBOSE=1 + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk + +DEB_DH_INSTALL_ARGS := --sourcedir=$(DEB_DESTDIR) + +DEB_MAKE_CHECK_TARGET = check +DEB_DH_MAKESHLIBS_ARGS := -V +DEB_COMPRESS_EXCLUDE := .scm --- guile-cairo-1.4.0.orig/debian/copyright +++ guile-cairo-1.4.0/debian/copyright @@ -0,0 +1,31 @@ +This package was debianized by Andreas Rottmann on +Wed Aug 15 15:34:03 CEST 2007 + +It was downloaded from http://download.gna.org/guile-cairo/ + +Upstream Author: Andy Wingo + +Copyright: 2007 Andy Wingo + + This library is free software; you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as + published by the Free Software Foundation; either version 2.1 of the + License, or (at your option) any later version. + + 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 + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, see + . + +On Debian systems, the complete text of the GNU General Public +License, version 2.1, can be found in +/usr/share/common-licenses/LGPL-2.1. + + +The Debian packaging is Copyright 2007, Andreas Rottmann + and is licensed under the GPL, version 2 or later, +which can be found in /usr/share/common-licenses/GPL-2. --- guile-cairo-1.4.0.orig/debian/guile-cairo-dev.info +++ guile-cairo-1.4.0/debian/guile-cairo-dev.info @@ -0,0 +1 @@ +doc/guile-cairo.info --- guile-cairo-1.4.0.orig/debian/guile-cairo.install +++ guile-cairo-1.4.0/debian/guile-cairo.install @@ -0,0 +1,4 @@ +usr/lib/*.so* +usr/lib/*.la +usr/share/guile/site/cairo/* +usr/share/guile/site/cairo.scm --- guile-cairo-1.4.0.orig/debian/guile-cairo-dev.install +++ guile-cairo-1.4.0/debian/guile-cairo-dev.install @@ -0,0 +1,2 @@ +usr/include/guile-cairo/*.h +usr/lib/pkgconfig/guile-cairo.pc