debian/ 0000755 0000000 0000000 00000000000 12314266005 007165 5 ustar debian/watch 0000644 0000000 0000000 00000000201 11547144233 010214 0 ustar version=3
http://download.gna.org/guile-cairo/ (?:.*/)?guile-cairo-?_?([\d+\.]+|\d+)(?:\.tar|\.tgz)(?:\.gz|\.bz2) debian uupdate
debian/rules 0000755 0000000 0000000 00000001054 12314071731 010245 0 ustar #!/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.install 0000644 0000000 0000000 00000000127 11547144233 012762 0 ustar usr/lib/*.so*
usr/lib/*.la
usr/share/guile/site/cairo/*
usr/share/guile/site/cairo.scm
debian/guile-cairo-dev.install 0000644 0000000 0000000 00000000075 11547144233 013540 0 ustar usr/include/guile-cairo/*.h
usr/lib/pkgconfig/guile-cairo.pc
debian/guile-cairo-dev.info 0000644 0000000 0000000 00000000025 11547144233 013020 0 ustar doc/guile-cairo.info
debian/copyright 0000644 0000000 0000000 00000002376 11547144233 011135 0 ustar 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/ 0000755 0000000 0000000 00000000000 12314072766 010476 5 ustar debian/source/format 0000644 0000000 0000000 00000000014 11547144233 011700 0 ustar 3.0 (quilt)
debian/patches/ 0000755 0000000 0000000 00000000000 12314073025 010612 5 ustar debian/patches/series 0000644 0000000 0000000 00000000036 12314071705 012031 0 ustar automake-parallel-tests.patch
debian/patches/automake-parallel-tests.patch 0000644 0000000 0000000 00000001166 12314073025 016377 0 ustar 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/compat 0000644 0000000 0000000 00000000002 11547144233 010370 0 ustar 7
debian/control 0000644 0000000 0000000 00000002240 12314257713 010574 0 ustar 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.conf 0000644 0000000 0000000 00000000103 11547144233 010603 0 ustar [DEFAULT]
pristine-tar = True
[git-buildpackage]
sign-tags = True
debian/changelog 0000644 0000000 0000000 00000003012 12314266005 011033 0 ustar 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