debian/0000755000000000000000000000000012314266005007165 5ustar debian/watch0000644000000000000000000000020111547144233010214 0ustar version=3 http://download.gna.org/guile-cairo/ (?:.*/)?guile-cairo-?_?([\d+\.]+|\d+)(?:\.tar|\.tgz)(?:\.gz|\.bz2) debian uupdate debian/rules0000755000000000000000000000105412314071731010245 0ustar #!/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/autoreconf.mk # Empty dependency_libs in .la files, courtesy of gnome-pkg-tools $(patsubst %,binary-install/%,$(DEB_PACKAGES)) :: binary-install/%: for file in $(wildcard debian/$(cdbs_curpkg)/usr/lib/*.la); do \ sed -i "/dependency_libs/ s/'.*'/''/" $$file ; \ done DEB_MAKE_CHECK_TARGET = check DEB_DH_MAKESHLIBS_ARGS := -V DEB_COMPRESS_EXCLUDE := .scm DEB_MAKE_CHECK_TARGET = check debian/guile-cairo.install0000644000000000000000000000012711547144233012762 0ustar usr/lib/*.so* usr/lib/*.la usr/share/guile/site/cairo/* usr/share/guile/site/cairo.scm debian/guile-cairo-dev.install0000644000000000000000000000007511547144233013540 0ustar usr/include/guile-cairo/*.h usr/lib/pkgconfig/guile-cairo.pc debian/guile-cairo-dev.info0000644000000000000000000000002511547144233013020 0ustar doc/guile-cairo.info debian/copyright0000644000000000000000000000237611547144233011135 0ustar 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. debian/source/0000755000000000000000000000000012314072766010476 5ustar debian/source/format0000644000000000000000000000001411547144233011700 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000012314073025010612 5ustar debian/patches/series0000644000000000000000000000003612314071705012031 0ustar automake-parallel-tests.patch debian/patches/automake-parallel-tests.patch0000644000000000000000000000116612314073025016377 0ustar Description: Cope with the new Automake parallel test harness Author: Colin Watson Forwarded: no Last-Update: 2014-03-24 Index: b/tests/unit-tests/Makefile.am =================================================================== --- a/tests/unit-tests/Makefile.am +++ b/tests/unit-tests/Makefile.am @@ -2,8 +2,8 @@ api-stability.scm \ version.scm -TESTS_ENVIRONMENT=\ - API_FILE=$(srcdir)/cairo.api $(top_builddir)/env guile -s +LOG_COMPILER=\ + env API_FILE=$(srcdir)/cairo.api $(top_builddir)/env guile -s %.api.update: $(top_builddir)/env $(srcdir)/update-api $(subst ., ,$*) > $(srcdir)/$*.api debian/compat0000644000000000000000000000000211547144233010370 0ustar 7 debian/control0000644000000000000000000000224012314257713010574 0ustar Source: guile-cairo Section: lisp Priority: extra Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Andreas Rottmann Homepage: http://home.gna.org/guile-cairo/ Vcs-Git: git://git.debian.org/git/collab-maint/guile-cairo.git Vcs-Browser: http://git.debian.org/?p=collab-maint/guile-cairo.git Standards-Version: 3.9.1 Build-Depends: cdbs (>= 0.4.49), autotools-dev, debhelper (>> 7), dh-autoreconf, patchutils (>= 0.2.25), guile-2.0-dev, libcairo2-dev (>= 1.4.10), guile-library (>= 0.1.2) Package: guile-cairo Architecture: any Depends: ${shlibs:Depends}, ${misc: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-2.0-dev, libcairo2-dev (>= 1.4.10), dpkg (>= 1.15.4) | install-info, ${misc:Depends} 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. debian/gbp.conf0000644000000000000000000000010311547144233010603 0ustar [DEFAULT] pristine-tar = True [git-buildpackage] sign-tags = True debian/changelog0000644000000000000000000000301212314266005011033 0ustar guile-cairo (1.4.0-3ubuntu2) trusty; urgency=medium * Switch to guile-2.0-dev so that guile-gnome-platform can build again. -- Colin Watson Tue, 25 Mar 2014 11:44:03 +0000 guile-cairo (1.4.0-3ubuntu1) trusty; urgency=medium * Convert to dh-autoreconf in order to update libtool macros for new ports. * Adjust tests/unit-tests/Makefile.am to cope with the new Automake parallel test harness. -- Colin Watson Mon, 24 Mar 2014 18:14:46 +0000 guile-cairo (1.4.0-3) unstable; urgency=low * Switch package package format to source format 3.0 (quilt): - simple-patchsys removed from debian/rules. * Section for source package changed to lisp. * Standards-Version bumped to 3.9.1: - Include build rules to empty dependency_libs in .la files. * Debhelper compat level 7, Build-Depends adjusted. * Add ${misc:Depends} to binary packages. * Adjust depends for guile-cairo-dev according to Policy 12.2 (Info documents). * Add Vcs-Git and Vcs-Browser fields. * Run "make check" in build. -- Andreas Rottmann Wed, 06 Apr 2011 22:09:56 +0200 guile-cairo (1.4.0-2) unstable; urgency=low * Standards-Version bumped to 3.7.3 (no changes). * Added Homepage field to debian/control. * Added watch file. -- Andreas Rottmann Mon, 03 Dec 2007 20:49:29 +0100 guile-cairo (1.4.0-1) unstable; urgency=low * Initial packaging (closes: #439103). -- Andreas Rottmann Wed, 22 Aug 2007 20:36:32 +0200