debian/0000755000000000000000000000000012257301215007164 5ustar debian/source/0000755000000000000000000000000012257301215010464 5ustar debian/source/format0000644000000000000000000000001411615016730011674 0ustar 3.0 (quilt) debian/control.in0000644000000000000000000000743412257277734011226 0ustar Source: libgnomecanvas Section: devel Priority: optional Maintainer: Debian GNOME Maintainers Uploaders: @GNOME_TEAM@ Standards-Version: 3.9.2 Build-Depends: debhelper (>= 8.1.3), dh-autoreconf, libgtk2.0-dev (>= 2.8.17), libgail-dev (>= 1.9.0), gettext, libart-2.0-dev (>= 2.3.16), libglade2-dev (>= 1:2.6.4-2~), cdbs (>= 0.4.93~), gnome-pkg-tools (>= 0.7), gtk-doc-tools, docbook-xml Build-Depends-Indep: libglib2.0-doc, libgtk2.0-doc Package: libgnomecanvas2-0 Architecture: any Multi-Arch: same Section: oldlibs Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends}, libgnomecanvas2-common (= ${source:Version}) Description: powerful object-oriented display engine - runtime files The canvas widget is a powerful and extensible object-oriented display engine. A GnomeCanvasItem is a GtkObject representing some element of the display, such as an image, a rectangle, an ellipse, or some text. You can refer to this architecture as structured graphics; the canvas lets you deal with graphics in terms of items, rather than an undifferentiated grid of pixels. Package: libgnomecanvas2-dev Architecture: any Multi-Arch: same Section: libdevel Depends: libgnomecanvas2-0 (= ${binary:Version}), ${misc:Depends}, libart-2.0-dev (>= 2.3.16), libgtk2.0-dev (>= 2.8.17), libgail-dev (>= 1.9.0) Suggests: libgnomecanvas2-doc Description: powerful object-oriented display engine - development files The canvas widget is a powerful and extensible object-oriented display engine. A GnomeCanvasItem is a GtkObject representing some element of the display, such as an image, a rectangle, an ellipse, or some text. You can refer to this architecture as structured graphics; the canvas lets you deal with graphics in terms of items, rather than an undifferentiated grid of pixels. Package: libgnomecanvas2-common Architecture: all Multi-Arch: foreign Section: oldlibs Depends: ${misc:Depends} Description: powerful object-oriented display engine - common files The canvas widget is a powerful and extensible object-oriented display engine. A GnomeCanvasItem is a GtkObject representing some element of the display, such as an image, a rectangle, an ellipse, or some text. You can refer to this architecture as structured graphics; the canvas lets you deal with graphics in terms of items, rather than an undifferentiated grid of pixels. . This package contains internationalization files. Package: libgnomecanvas2-doc Architecture: all Section: doc Depends: ${misc:Depends} Description: powerful object-oriented display engine - documentation files The canvas widget is a powerful and extensible object-oriented display engine. A GnomeCanvasItem is a GtkObject representing some element of the display, such as an image, a rectangle, an ellipse, or some text. You can refer to this architecture as structured graphics; the canvas lets you deal with graphics in terms of items, rather than an undifferentiated grid of pixels. . This package contains documentation files. Package: libgnomecanvas2-dbg Architecture: any Section: debug Priority: extra Depends: ${misc:Depends}, libgnomecanvas2-0 (= ${binary:Version}) Description: powerful object-oriented display engine - debugging symbols The canvas widget is a powerful and extensible object-oriented display engine. A GnomeCanvasItem is a GtkObject representing some element of the display, such as an image, a rectangle, an ellipse, or some text. You can refer to this architecture as structured graphics; the canvas lets you deal with graphics in terms of items, rather than an undifferentiated grid of pixels. . This package contains detached debugging symbols. debian/watch0000644000000000000000000000016311615016462010221 0ustar version=3 http://ftp.gnome.org/pub/GNOME/sources/libgnomecanvas/([\d\.]+[02468])/ \ libgnomecanvas-(.*)\.tar\.bz2 debian/patches/0000755000000000000000000000000012257301215010613 5ustar debian/patches/01_canvasassert.patch0000644000000000000000000000111511615016730014631 0ustar Index: libgnomecanvas-2.30.3/libgnomecanvas/gnome-canvas-shape.c =================================================================== --- libgnomecanvas-2.30.3.orig/libgnomecanvas/gnome-canvas-shape.c 2011-01-31 13:19:30.000000000 +0100 +++ libgnomecanvas-2.30.3/libgnomecanvas/gnome-canvas-shape.c 2011-07-30 17:04:59.907931567 +0200 @@ -1342,7 +1342,9 @@ { GnomeCanvasShapePrivGdk * gdk; - g_assert (!((GnomeCanvasItem *)shape)->canvas->aa); + if (((GnomeCanvasItem *)shape)->canvas != NULL) { + g_assert (!((GnomeCanvasItem *)shape)->canvas->aa); + } gdk = shape->priv->gdk; debian/patches/02_link.patch0000644000000000000000000000071212257301143013072 0ustar Index: libgnomecanvas-2.30.3/demos/Makefile.am =================================================================== --- libgnomecanvas-2.30.3.orig/demos/Makefile.am 2011-01-31 13:19:30.000000000 +0100 +++ libgnomecanvas-2.30.3/demos/Makefile.am 2013-12-27 14:36:33.084895344 +0100 @@ -12,6 +12,7 @@ INCLUDES = \ -DG_LOG_DOMAIN=\"GnomeCanvas\" LDADD = \ + $(LIBGNOMECANVAS_LIBS) \ $(top_builddir)/libgnomecanvas/libgnomecanvas-2.la \ $(INTLLIBS) debian/patches/series0000644000000000000000000000004412257301101012020 0ustar 01_canvasassert.patch 02_link.patch debian/changelog0000644000000000000000000003676112257301203011050 0ustar libgnomecanvas (2.30.3-2) unstable; urgency=low * Switch to multiarch. Closes: #695556. + Require a MA libglade. + Update build-dependencies. + Make library and devel packages MA: same, make -common MA: foreign. + Update installation paths. * Drop gnome:Version. * Move to section oldlibs. * Use dh-autoreconf. * 99_ltmain_as-needed.patch: dropped, obsolete. * 02_link.patch: new patch. Correctly link the demos. -- Josselin Mouette Fri, 27 Dec 2013 14:31:10 +0100 libgnomecanvas (2.30.3-1) unstable; urgency=low [ Josselin Mouette ] * Fix -dbg package description. Closes: #588605. [ Michael Biebl ] * New upstream release. Closes: #629918 * debian/watch: - Switch to .bz2 tarballs. - Don't run uupdate. * Switch to dpkg source format 3.0 (quilt). * Remove obsolete debian/libgnomecanvas2-{common,dev}.files. * Bump Standards-Version to 3.9.2. No further changes. * Remove old Conflicts/Replaces which are no longer necessary. * Bump debhelper compatibility level to 8. - Update Build-Depends on debhelper. - Strip debian/tmp/ from .install files. * Stop installing libtool .la files. * Small updates to the description synopsis. -- Michael Biebl Sat, 30 Jul 2011 17:24:05 +0200 libgnomecanvas (2.30.1-1) unstable; urgency=low * New upstream release. + debian/patches/01_canvasassert.patch, + debian/patches/99_ltmain_as-needed.patch: - Refreshed. + debian/rules: - Added --enable-glade to DEB_CONFIGURE_EXTRA_FLAGS * debian/control.in: + Bump Standards version to 3.8.4 (No changes needed). + Build-Depend on debhelper (>= 5) since we use compat level 5. -- David Weinehall Thu, 01 Apr 2010 21:35:49 +0300 libgnomecanvas (2.26.0-1) unstable; urgency=low [ Sven Arvidsson ] * Add a -dbg package (Closes: #286973) * Bump debhelper compatibility to v5. [ Emilio Pozuelo Monfort ] * debian/libgnomecanvas2-doc.doc-base: fix section. [ Josselin Mouette ] * Build-depend on libgail-dev 1.9.0. Closes: #506012. * Add libglib2.0-doc and libgtk2.0-doc to b-d-i to ensure proper xrefs. * New upstream release. * Update list of copyright holders. * 99_ltmain_as-needed.patch: updated for the new libtool version. * Fix section for debugging package. * Remove doc-base file, it duplicates the job of devhelp. * Don’t use -1 in build-dependencies. * Wrap dependencies, add missing ${misc:Depends} and fix some versions. -- Josselin Mouette Tue, 28 Apr 2009 13:15:50 +0200 libgnomecanvas (2.20.1.1-1) unstable; urgency=low * New upstream bugfix release. -- Sebastian Dröge Thu, 25 Oct 2007 12:51:05 +0200 libgnomecanvas (2.20.1-1) unstable; urgency=low * New upstream release, with translation updates. -- Sebastian Dröge Sun, 14 Oct 2007 18:47:21 +0200 libgnomecanvas (2.20.0-1) unstable; urgency=low [ Loic Minier ] * Don't include autotools.mk as it's already included by gnome.mk. [ Sebastian Dröge ] * New upstream release. * Upload to unstable, drop check-dist include. * debian/patches/99_ltmain_as-needed.patch: + Updated for the new version. -- Sebastian Dröge Tue, 18 Sep 2007 06:36:51 +0200 libgnomecanvas (2.19.2-1) experimental; urgency=low * New upstream release: + Patch 99_ltmain_as-needed.patch updated. * debian/control.in: + Add libgail-dev to the dependencies of the -dev package. -- Sebastian Dröge Sun, 09 Sep 2007 08:31:29 +0200 libgnomecanvas (2.19.1-1) experimental; urgency=low * New upstream release: + debian/rules: Include check-dist.mk again + debian/control.in: - Split build-deps to multiple lines - Add new libgail-dev build-dep - Bump Standards-Version (no changes needed) - Use ${binary:Version} instead of ${Source-Version} -- Marc 'HE' Brockschmidt Sat, 04 Aug 2007 08:50:52 +0200 libgnomecanvas (2.14.0-3) unstable; urgency=low [ Loic Minier ] * Fix watch file. [ Josselin Mouette ] * rules: call clean-la.mk and gnome-version.mk. * Build-depend on gnome-pkg-tools 0.7. * Use ${gnome:Version} and ${gnome:NextVersion}. [ Loic Minier ] * Add a get-orig-source target to retrieve the upstream tarball. [ Josselin Mouette ] * Rename canvasassert.patch to 01_canvasassert.patch. * Pass --as-needed through LDFLAGS; require cdbs 0.4.41. * 99_ltmain_as-needed.patch: get --as-needed to work. -- Josselin Mouette Sat, 09 Jun 2007 10:31:51 +0200 libgnomecanvas (2.14.0-2) unstable; urgency=low * Rebuild against libgtk2.0-dev 2.8.17-1 to remove the reference to libXcursor.la and libXrender.la (closes: #363050). * Conflict with older versions of libgnome2-canvas-perl (closes: #360918). -- Josselin Mouette Mon, 17 Apr 2006 21:04:50 +0200 libgnomecanvas (2.14.0-1) unstable; urgency=low [ Oystein Gisnas ] * New upstream release * debian/watch: -- updated version to 2.14 * debian/control.in: -- Bumped debhelper dependency to >= 4.1.0 * debian/libgnomecanvas2-doc.doc-base: -- Corrected path to index.sgml.gz [ Ondřej Surý ] * Upload to unstable -- Ondřej Surý Mon, 20 Mar 2006 11:16:50 +0100 libgnomecanvas (2.12.0-2) unstable; urgency=low * Upload to unstable. -- Ondřej Surý Fri, 6 Jan 2006 21:50:07 +0100 libgnomecanvas (2.12.0-1) experimental; urgency=low * New upstream release. * Bump shlibs version. * Standards-version is 3.6.2. * copyright: update upstream URL. * watch: update for 2.12. -- Josselin Mouette Mon, 10 Oct 2005 19:30:38 +0200 libgnomecanvas (2.10.2-2) unstable; urgency=low * Upload to unstable. -- Ondřej Surý Tue, 7 Jun 2005 16:07:20 +0200 libgnomecanvas (2.10.2-1) experimental; urgency=low * New upstream version. -- Sebastien Bacher Tue, 24 May 2005 23:40:54 +0200 libgnomecanvas (2.10.1-2) experimental; urgency=low * debian/patches/canvasassert.patch: - patch from http://bugzilla.gnome.org/304915 to fix a crasher (Closes: #310135). -- Sebastien Bacher Sun, 22 May 2005 21:41:19 +0200 libgnomecanvas (2.10.1-1) experimental; urgency=low * New upstream version. * debian/rules: - build the html files. -- Sebastien Bacher Fri, 20 May 2005 11:20:59 +0200 libgnomecanvas (2.10.0-1) experimental; urgency=low * New upstream release. * debian/patches/scan-crash.patch: - removed, the change is in the new version. * debian/watch: - updated. -- Sebastien Bacher Wed, 23 Mar 2005 18:53:04 +0100 libgnomecanvas (2.8.0-1) unstable; urgency=low * GNOME team upload. * New upstream release. * Upload to unstable. -- Jordi Mallach Thu, 18 Nov 2004 18:36:36 +0100 libgnomecanvas (2.7.1-1) experimental; urgency=low * GNOME Team Upload. * New (development) upstream release. -- Marc 'HE' Brockschmidt Sun, 20 Jun 2004 18:43:46 +0200 libgnomecanvas (2.6.1.1-2) unstable; urgency=low * Upload for unstable. -- Ondřej Surý Wed, 26 May 2004 12:47:59 +0200 libgnomecanvas (2.6.1.1-1) experimental; urgency=low * New upstream release. * Gnome Team Upload. -- Sebastien Bacher Sat, 15 May 2004 14:16:48 +0200 libgnomecanvas (2.6.0-4) experimental; urgency=low * GNOME Team upload. * debian/patches/scan-crash.patch: + patch from Jeff Bailey to fix the FTBFS on ia64 (Closes: #245396). -- Sebastien Bacher Wed, 5 May 2004 00:39:47 +0200 libgnomecanvas (2.6.0-3) experimental; urgency=low * GNOME team upload. * debian/control.in: - make libgnomecanvas2-0 depend on the current libgnomecanvas2-common version. - make libgnomecanvas2-dev suggest libgnomecanvas2-doc. * debian/libgnomecanvas2-0.shlibs: added, include version in shlibs. -- Jordi Mallach Tue, 6 Apr 2004 14:47:13 +0200 libgnomecanvas (2.6.0-2) experimental; urgency=low * Add docbook-xml to Build-deps (Closes: #239817) -- Ondřej Surý Wed, 24 Mar 2004 16:24:10 +0100 libgnomecanvas (2.6.0-1) experimental; urgency=low * New upstream release. -- Ondřej Surý Tue, 23 Mar 2004 18:23:20 +0100 libgnomecanvas (2.4.0-3) unstable; urgency=low * New maintainer (Closes: #238894) -- Ondřej Surý Tue, 23 Mar 2004 15:31:18 +0000 libgnomecanvas (2.4.0-2) unstable; urgency=low * Orphaned package. -- Christian Marillat Fri, 19 Mar 2004 16:15:26 +0100 libgnomecanvas (2.4.0-1) unstable; urgency=low * New upstream release. -- Christian Marillat Sat, 13 Sep 2003 14:27:05 +0200 libgnomecanvas (2.2.1-3) unstable; urgency=low * Really buid with -mieee for alpha (Closes: #207817) -- Christian Marillat Tue, 2 Sep 2003 11:20:22 +0200 libgnomecanvas (2.2.1-2) unstable; urgency=low * Compiled with -mieee for alpha. -- Christian Marillat Sat, 30 Aug 2003 09:52:17 +0200 libgnomecanvas (2.2.1-1) unstable; urgency=low * New upstream release. -- Christian Marillat Sun, 18 May 2003 18:33:23 +0200 libgnomecanvas (2.2.0.2-2) unstable; urgency=low * Update section -- Christian Marillat Tue, 1 Apr 2003 18:57:02 +0200 libgnomecanvas (2.2.0.2-1) unstable; urgency=low * New upstream release. -- Christian Marillat Fri, 28 Feb 2003 01:47:12 +0100 libgnomecanvas (2.2.0.1-2) unstable; urgency=low * Commented out an assertion (Closes: #178224) -- Christian Marillat Tue, 11 Feb 2003 16:29:11 +0100 libgnomecanvas (2.2.0.1-1) unstable; urgency=low * New upstream release. * This version should fix assertion crashs (Closes: #176750) -- Christian Marillat Thu, 23 Jan 2003 16:50:12 +0100 libgnomecanvas (2.2.0-2) unstable; urgency=low * Hack configure for mipsel (Closes: #177880) -- Christian Marillat Wed, 22 Jan 2003 13:40:39 +0100 libgnomecanvas (2.2.0-1) unstable; urgency=low * New upstream release. -- Christian Marillat Wed, 22 Jan 2003 11:28:42 +0100 libgnomecanvas (2.1.90-1) unstable; urgency=low * New upstream release. -- Christian Marillat Wed, 8 Jan 2003 15:21:12 +0100 libgnomecanvas (2.1.5-2) unstable; urgency=low * Change libgnomecanvas2-doc Section to doc -- Christian Marillat Tue, 7 Jan 2003 19:58:08 +0100 libgnomecanvas (2.1.5-1) unstable; urgency=low * New upstream release. -- Christian Marillat Tue, 7 Jan 2003 19:23:54 +0100 libgnomecanvas (2.0.5-2) unstable; urgency=low * Remove examples files. These files can't be used outside this tarball. (Closes: #171096) * Move devel documentation in the -doc package. -- Christian Marillat Fri, 29 Nov 2002 14:17:25 +0100 libgnomecanvas (2.0.5-1) unstable; urgency=low * New upstream release. -- Christian Marillat Thu, 21 Nov 2002 18:46:55 +0100 libgnomecanvas (2.0.4-2) unstable; urgency=low * Update to standards version 3.5.7 * debian/copyright license is LGPL not GPL (Closes: #162656) -- Christian Marillat Sat, 28 Sep 2002 14:53:56 +0200 libgnomecanvas (2.0.4-1) unstable; urgency=low * New upstream release. -- Christian Marillat Thu, 5 Sep 2002 18:05:40 +0200 libgnomecanvas (2.0.3-1) unstable; urgency=low * New upstream release. -- Christian Marillat Thu, 29 Aug 2002 15:13:09 +0200 libgnomecanvas (2.0.2-1) unstable; urgency=low * New upstream release. -- Christian Marillat Wed, 7 Aug 2002 11:01:06 +0200 libgnomecanvas (2.0.1-1) unstable; urgency=low * New upstream release. -- Christian Marillat Wed, 12 Jun 2002 06:55:45 +0200 libgnomecanvas (2.0.0-1) unstable; urgency=low * New upstream release. -- Christian Marillat Fri, 7 Jun 2002 15:05:54 +0200 libgnomecanvas (1.117.0-2) unstable; urgency=low * Move *.mo files in libgnomecanvas2-common -- Christian Marillat Tue, 21 May 2002 15:00:37 +0200 libgnomecanvas (1.117.0-1) unstable; urgency=low * New upstream release. * Add support for DEB_HOST_GNU_TYPE DEB_BUILD_GNU_TYPE and DEB_BUILD_OPTIONS -- Christian Marillat Wed, 15 May 2002 18:39:09 +0200 libgnomecanvas (1.116.0-2) unstable; urgency=low * Update build-depndency (Closes: #145053) -- Christian Marillat Tue, 30 Apr 2002 00:28:02 +0200 libgnomecanvas (1.116.0-1) unstable; urgency=low * New upstream release. -- Christian Marillat Mon, 29 Apr 2002 18:12:15 +0200 libgnomecanvas (1.115.0-1) unstable; urgency=low * New upstream release. -- Christian Marillat Wed, 24 Apr 2002 16:43:33 +0200 libgnomecanvas (1.114.0-2) unstable; urgency=low * Fix build problem with relink. -- Christian Marillat Sun, 14 Apr 2002 19:15:46 +0200 libgnomecanvas (1.114.0-1) unstable; urgency=low * New upstream release. -- Christian Marillat Tue, 26 Mar 2002 23:35:33 +0100 libgnomecanvas (1.113.0-1) unstable; urgency=low * New upstream release. -- Christian Marillat Sun, 24 Mar 2002 00:42:43 +0100 libgnomecanvas (1.112.1-1) unstable; urgency=low * New upstream release. -- Christian Marillat Tue, 5 Mar 2002 14:09:47 +0100 libgnomecanvas (1.112.0-2) unstable; urgency=low * Build (again) against the latest libraries. -- Christian Marillat Mon, 25 Feb 2002 14:24:19 +0100 libgnomecanvas (1.112.0-1) unstable; urgency=low * New upstream release. * Build against the latest libraries -- Christian Marillat Sat, 23 Feb 2002 11:12:01 +0100 libgnomecanvas (1.111.0-2) unstable; urgency=low * Build against the latest libatk. -- Christian Marillat Mon, 18 Feb 2002 01:16:59 +0100 libgnomecanvas (1.111.0-1) unstable; urgency=low * New upstream release. -- Christian Marillat Thu, 14 Feb 2002 14:17:25 +0100 libgnomecanvas (1.110.0-1) unstable; urgency=low * New upstream release -- Christian Marillat Sat, 2 Feb 2002 14:38:44 +0100 libgnomecanvas (1.109.0-3) unstable; urgency=low * Impove dependencies for the -dev package (Closes: #130692) -- Christian Marillat Fri, 25 Jan 2002 19:18:26 +0100 libgnomecanvas (1.109.0-2) unstable; urgency=low * Build against the latest libatk9 -- Christian Marillat Wed, 23 Jan 2002 00:15:39 +0100 libgnomecanvas (1.109.0-1) unstable; urgency=low * New upstream release. -- Christian Marillat Fri, 18 Jan 2002 15:02:59 +0100 libgnomecanvas (1.108.0-1) unstable; urgency=low * New upstream release. -- Christian Marillat Mon, 24 Dec 2001 01:49:58 +0100 libgnomecanvas (1.107.0-1) unstable; urgency=low * News upstream release. -- Christian Marillat Tue, 4 Dec 2001 00:31:21 +0100 libgnomecanvas (1.105.0-1) unstable; urgency=low * Initial Release. -- Christian Marillat Mon, 19 Nov 2001 20:12:21 +0100 Local variables: mode: debian-changelog End: debian/libgnomecanvas2-0.shlibs0000644000000000000000000000006110357554104013604 0ustar libgnomecanvas-2 0 libgnomecanvas2-0 (>= 2.11.1) debian/libgnomecanvas2-doc.links0000644000000000000000000000011610030064415014034 0ustar usr/share/doc/libgnomecanvas2-doc/html/ usr/share/gtk-doc/html/libgnomecanvas debian/rules0000755000000000000000000000070512257300204010243 0ustar #!/usr/bin/make -f TARBALL_EXT = tar.bz2 include /usr/share/cdbs/1/rules/autoreconf.mk include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/gnome.mk include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk DEB_CONFIGURE_EXTRA_FLAGS := --enable-gtk-doc --enable-glade --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed debian/libgnomecanvas2-0.install0000644000000000000000000000010412257300112013751 0ustar usr/lib/*/libgnomecanvas-2.so.* usr/lib/*/libglade/2.0/libcanvas.so debian/copyright0000644000000000000000000000333011175562564011134 0ustar This package was debianized by Christian Marillat on Mon, 19 Nov 2001 20:12:21 +0100. It was downloaded from http://ftp.gnome.org/pub/GNOME/sources/libgnomecanvas Upstream authors: Federico Mena Raph Levien Lauris Kaplinski Miguel de Icaza Cody Russell Rusty Conover Copyright: Copyright (C) 2002 Mark McLoughlin Copyright (C) 2006 Sven Herzberg Copyright (C) 1998-2001 James Henstridge Copyright 1999-2001 Ximian, Inc. Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation copyrighted by the Regents of the University of California Copyright (C) 1999, 2000 Red Hat, Inc. Copyright 2001-2006 Sun Microsystems Inc. Copyright (c) 2001 Joe Shaw License: This package 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 of the License, or (at your option) any later version. This package 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 package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA On Debian systems, the complete text of the GNU Lesser General Public License can be found in `/usr/share/common-licenses/LGPL-2'. debian/libgnomecanvas2-doc.install0000644000000000000000000000012011615017533014366 0ustar usr/share/gtk-doc/html/libgnomecanvas/* usr/share/doc/libgnomecanvas2-doc/html/ debian/compat0000644000000000000000000000000211615017533010366 0ustar 8 debian/libgnomecanvas2-common.install0000644000000000000000000000002111615017533015111 0ustar usr/share/locale debian/control0000644000000000000000000001015512257301217010573 0ustar # This file is autogenerated. DO NOT EDIT! # # Modifications should be made to debian/control.in instead. # This file is regenerated automatically in the clean target. Source: libgnomecanvas Section: devel Priority: optional Maintainer: Debian GNOME Maintainers Uploaders: David Weinehall , Josselin Mouette , Marc 'HE' Brockschmidt , Michael Biebl , Sebastian Dröge Standards-Version: 3.9.2 Build-Depends: debhelper (>= 8.1.3), dh-autoreconf, libgtk2.0-dev (>= 2.8.17), libgail-dev (>= 1.9.0), gettext, libart-2.0-dev (>= 2.3.16), libglade2-dev (>= 1:2.6.4-2~), cdbs (>= 0.4.93~), gnome-pkg-tools (>= 0.7), gtk-doc-tools, docbook-xml Build-Depends-Indep: libglib2.0-doc, libgtk2.0-doc Package: libgnomecanvas2-0 Architecture: any Multi-Arch: same Section: oldlibs Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends}, libgnomecanvas2-common (= ${source:Version}) Description: powerful object-oriented display engine - runtime files The canvas widget is a powerful and extensible object-oriented display engine. A GnomeCanvasItem is a GtkObject representing some element of the display, such as an image, a rectangle, an ellipse, or some text. You can refer to this architecture as structured graphics; the canvas lets you deal with graphics in terms of items, rather than an undifferentiated grid of pixels. Package: libgnomecanvas2-dev Architecture: any Multi-Arch: same Section: libdevel Depends: libgnomecanvas2-0 (= ${binary:Version}), ${misc:Depends}, libart-2.0-dev (>= 2.3.16), libgtk2.0-dev (>= 2.8.17), libgail-dev (>= 1.9.0) Suggests: libgnomecanvas2-doc Description: powerful object-oriented display engine - development files The canvas widget is a powerful and extensible object-oriented display engine. A GnomeCanvasItem is a GtkObject representing some element of the display, such as an image, a rectangle, an ellipse, or some text. You can refer to this architecture as structured graphics; the canvas lets you deal with graphics in terms of items, rather than an undifferentiated grid of pixels. Package: libgnomecanvas2-common Architecture: all Multi-Arch: foreign Section: oldlibs Depends: ${misc:Depends} Description: powerful object-oriented display engine - common files The canvas widget is a powerful and extensible object-oriented display engine. A GnomeCanvasItem is a GtkObject representing some element of the display, such as an image, a rectangle, an ellipse, or some text. You can refer to this architecture as structured graphics; the canvas lets you deal with graphics in terms of items, rather than an undifferentiated grid of pixels. . This package contains internationalization files. Package: libgnomecanvas2-doc Architecture: all Section: doc Depends: ${misc:Depends} Description: powerful object-oriented display engine - documentation files The canvas widget is a powerful and extensible object-oriented display engine. A GnomeCanvasItem is a GtkObject representing some element of the display, such as an image, a rectangle, an ellipse, or some text. You can refer to this architecture as structured graphics; the canvas lets you deal with graphics in terms of items, rather than an undifferentiated grid of pixels. . This package contains documentation files. Package: libgnomecanvas2-dbg Architecture: any Section: debug Priority: extra Depends: ${misc:Depends}, libgnomecanvas2-0 (= ${binary:Version}) Description: powerful object-oriented display engine - debugging symbols The canvas widget is a powerful and extensible object-oriented display engine. A GnomeCanvasItem is a GtkObject representing some element of the display, such as an image, a rectangle, an ellipse, or some text. You can refer to this architecture as structured graphics; the canvas lets you deal with graphics in terms of items, rather than an undifferentiated grid of pixels. . This package contains detached debugging symbols. debian/libgnomecanvas2-dev.install0000644000000000000000000000013312257300123014374 0ustar usr/include usr/lib/*/pkgconfig usr/lib/*/libgnomecanvas-2.a usr/lib/*/libgnomecanvas-2.so