--- libgnomecanvas-2.26.0.orig/debian/libgnomecanvas2-common.files +++ libgnomecanvas-2.26.0/debian/libgnomecanvas2-common.files @@ -0,0 +1 @@ +usr/share/locale --- libgnomecanvas-2.26.0.orig/debian/control +++ libgnomecanvas-2.26.0/debian/control @@ -0,0 +1,97 @@ +Source: libgnomecanvas +Section: devel +Priority: optional +Maintainer: Ondřej Surý +Uploaders: Debian GNOME Maintainers , Josselin Mouette , Marc 'HE' Brockschmidt , Sebastian Dröge +Standards-Version: 3.8.1 +Build-Depends: debhelper (>= 4.1.0), + libgtk2.0-dev (>= 2.8.17), + libgail-dev (>= 1.9.0), + gettext, + libart-2.0-dev (>= 2.3.16), + libglade2-dev (>= 2.4.0), + cdbs (>= 0.4.41), + gnome-pkg-tools (>= 0.7), + gtk-doc-tools, + docbook-xml +Build-Depends-Indep: libglib2.0-doc, + libgtk2.0-doc + +Package: libgnomecanvas2-0 +Architecture: any +Section: libs +Depends: ${shlibs:Depends}, + ${misc:Depends}, + libgnomecanvas2-common (>= ${gnome:Version}), + libgnomecanvas2-common (<< ${gnome:NextVersion}) +Conflicts: libgnome2-canvas-perl (<< 1.002-1+b1) +Description: A powerful object-oriented display - 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 +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: A powerful object-oriented display - 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 +Section: x11 +Depends: ${misc:Depends} +Replaces: libgnomecanvas2-0 (<= 1.117.0-1) +Conflicts: libgnomecanvas2-0 (<= 1.117.0-1) +Description: A powerful object-oriented display - 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} +Replaces: libgnomecanvas2-0 (<= 2.0.5-1) +Description: A powerful object-oriented display - 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: A powerful object-oriented display - 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 debugging symbols. --- libgnomecanvas-2.26.0.orig/debian/rules +++ libgnomecanvas-2.26.0/debian/rules @@ -0,0 +1,14 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/simple-patchsys.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-version.mk +include /usr/share/gnome-pkg-tools/1/rules/clean-la.mk +-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk + +DEB_CONFIGURE_EXTRA_FLAGS := --enable-gtk-doc + +LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed + --- libgnomecanvas-2.26.0.orig/debian/watch +++ libgnomecanvas-2.26.0/debian/watch @@ -0,0 +1,4 @@ +version=2 +http://ftp.gnome.org/pub/GNOME/sources/libgnomecanvas/([\d\.]+)[02468]/ \ + libgnomecanvas-(.*)\.tar\.gz \ + debian uupdate --- libgnomecanvas-2.26.0.orig/debian/libgnomecanvas2-doc.install +++ libgnomecanvas-2.26.0/debian/libgnomecanvas2-doc.install @@ -0,0 +1 @@ +debian/tmp/usr/share/gtk-doc/html/libgnomecanvas/* usr/share/doc/libgnomecanvas2-doc/html/ --- libgnomecanvas-2.26.0.orig/debian/changelog +++ libgnomecanvas-2.26.0/debian/changelog @@ -0,0 +1,496 @@ +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: --- libgnomecanvas-2.26.0.orig/debian/libgnomecanvas2-common.install +++ libgnomecanvas-2.26.0/debian/libgnomecanvas2-common.install @@ -0,0 +1 @@ +debian/tmp/usr/share/locale --- libgnomecanvas-2.26.0.orig/debian/libgnomecanvas2-0.install +++ libgnomecanvas-2.26.0/debian/libgnomecanvas2-0.install @@ -0,0 +1,2 @@ +debian/tmp/usr/lib/libgnomecanvas-2.so.* +debian/tmp/usr/lib/libglade/2.0/libcanvas.so --- libgnomecanvas-2.26.0.orig/debian/compat +++ libgnomecanvas-2.26.0/debian/compat @@ -0,0 +1 @@ +5 --- libgnomecanvas-2.26.0.orig/debian/libgnomecanvas2-dev.files +++ libgnomecanvas-2.26.0/debian/libgnomecanvas2-dev.files @@ -0,0 +1,3 @@ +usr/include +usr/lib/pkgconfig +usr/lib/libgnomecanvas-2.{a,la,so} --- libgnomecanvas-2.26.0.orig/debian/libgnomecanvas2-0.shlibs +++ libgnomecanvas-2.26.0/debian/libgnomecanvas2-0.shlibs @@ -0,0 +1 @@ +libgnomecanvas-2 0 libgnomecanvas2-0 (>= 2.11.1) --- libgnomecanvas-2.26.0.orig/debian/libgnomecanvas2-dev.install +++ libgnomecanvas-2.26.0/debian/libgnomecanvas2-dev.install @@ -0,0 +1,5 @@ +debian/tmp/usr/include +debian/tmp/usr/lib/pkgconfig +debian/tmp/usr/lib/libgnomecanvas-2.a +debian/tmp/usr/lib/libgnomecanvas-2.la +debian/tmp/usr/lib/libgnomecanvas-2.so --- libgnomecanvas-2.26.0.orig/debian/control.in +++ libgnomecanvas-2.26.0/debian/control.in @@ -0,0 +1,97 @@ +Source: libgnomecanvas +Section: devel +Priority: optional +Maintainer: Ondřej Surý +Uploaders: @GNOME_TEAM@ +Standards-Version: 3.8.1 +Build-Depends: debhelper (>= 4.1.0), + libgtk2.0-dev (>= 2.8.17), + libgail-dev (>= 1.9.0), + gettext, + libart-2.0-dev (>= 2.3.16), + libglade2-dev (>= 2.4.0), + cdbs (>= 0.4.41), + gnome-pkg-tools (>= 0.7), + gtk-doc-tools, + docbook-xml +Build-Depends-Indep: libglib2.0-doc, + libgtk2.0-doc + +Package: libgnomecanvas2-0 +Architecture: any +Section: libs +Depends: ${shlibs:Depends}, + ${misc:Depends}, + libgnomecanvas2-common (>= ${gnome:Version}), + libgnomecanvas2-common (<< ${gnome:NextVersion}) +Conflicts: libgnome2-canvas-perl (<< 1.002-1+b1) +Description: A powerful object-oriented display - 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 +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: A powerful object-oriented display - 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 +Section: x11 +Depends: ${misc:Depends} +Replaces: libgnomecanvas2-0 (<= 1.117.0-1) +Conflicts: libgnomecanvas2-0 (<= 1.117.0-1) +Description: A powerful object-oriented display - 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} +Replaces: libgnomecanvas2-0 (<= 2.0.5-1) +Description: A powerful object-oriented display - 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: A powerful object-oriented display - 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 debugging symbols. --- libgnomecanvas-2.26.0.orig/debian/libgnomecanvas2-doc.links +++ libgnomecanvas-2.26.0/debian/libgnomecanvas2-doc.links @@ -0,0 +1 @@ +usr/share/doc/libgnomecanvas2-doc/html/ usr/share/gtk-doc/html/libgnomecanvas --- libgnomecanvas-2.26.0.orig/debian/copyright +++ libgnomecanvas-2.26.0/debian/copyright @@ -0,0 +1,42 @@ +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'. --- libgnomecanvas-2.26.0.orig/debian/patches/01_canvasassert.patch +++ libgnomecanvas-2.26.0/debian/patches/01_canvasassert.patch @@ -0,0 +1,13 @@ +--- libgnomecanvas/gnome-canvas-shape.c.orig 2005-05-21 10:21:46.000000000 +0000 ++++ libgnomecanvas/gnome-canvas-shape.c 2005-05-21 10:23:05.000000000 +0000 +@@ -1343,7 +1343,9 @@ + { + GnomeCanvasShapePrivGdk * gdk; + +- g_assert (!((GnomeCanvasItem *)shape)->canvas->aa); ++ if (((GnomeCanvasItem *)shape)->canvas != NULL) { ++ g_assert (!((GnomeCanvasItem *)shape)->canvas->aa); ++ } + + gdk = shape->priv->gdk; + --- libgnomecanvas-2.26.0.orig/debian/patches/99_ltmain_as-needed.patch +++ libgnomecanvas-2.26.0/debian/patches/99_ltmain_as-needed.patch @@ -0,0 +1,30 @@ +--- ltmain.sh.orig 2009-03-09 14:27:10.000000000 +0100 ++++ ltmain.sh 2009-04-28 13:17:11.438451691 +0200 +@@ -1807,6 +1807,11 @@ + arg=`$echo "X$arg" | $Xsed -e "s/^ //"` + ;; + ++ -Wl,--as-needed) ++ deplibs="$deplibs $arg" ++ continue ++ ;; ++ + -Wl,*) + args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wl,//'` + arg= +@@ -2147,6 +2152,15 @@ + lib= + found=no + case $deplib in ++ -Wl,--as-needed) ++ if test "$linkmode,$pass" = "prog,link"; then ++ compile_deplibs="$deplib $compile_deplibs" ++ finalize_deplibs="$deplib $finalize_deplibs" ++ else ++ deplibs="$deplib $deplibs" ++ fi ++ continue ++ ;; + -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads) + if test "$linkmode,$pass" = "prog,link"; then + compile_deplibs="$deplib $compile_deplibs"