--- libgnomecanvas-2.14.0.orig/debian/libgnomecanvas2-common.files +++ libgnomecanvas-2.14.0/debian/libgnomecanvas2-common.files @@ -0,0 +1 @@ +usr/share/locale --- libgnomecanvas-2.14.0.orig/debian/control +++ libgnomecanvas-2.14.0/debian/control @@ -0,0 +1,62 @@ +Source: libgnomecanvas +Section: devel +Priority: optional +Maintainer: Ondřej Surý +Uploaders: Debian GNOME Maintainers , Akira TAGOH , Andreas Rottmann , Andrew Lau , Clément Stenac , Dafydd Harries , Ed Boraas , Emil Soleyman-Zomalan , Guilherme de S. Pastore , Gustavo Noronha Silva , J.H.M. Dassen (Ray) , Joe Drew , Johannes Rohr , Jordi Mallach , Jose Carlos Garcia Sogo , Josselin Mouette , Loic Minier , Marc 'HE' Brockschmidt , Rob Bradford , Robert McQueen , Ross Burton , Sebastien Bacher , Sjoerd Simons , Takuo KITAME +Standards-Version: 3.6.2 +Build-Depends: debhelper (>= 4.1.0), libgtk2.0-dev (>= 2.8.17-1), gettext, libart-2.0-dev (>= 2.3.16), libglade2-dev (>= 2.4.0-1), cdbs, gnome-pkg-tools, gtk-doc-tools, docbook-xml + +Package: libgnomecanvas2-0 +Architecture: any +Section: libs +Depends: ${shlibs:Depends}, libgnomecanvas2-common (= ${Source-Version}) +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 (= ${Source-Version}), libart-2.0-dev, libgtk2.0-dev (>= 2.4.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 +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 +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. --- libgnomecanvas-2.14.0.orig/debian/rules +++ libgnomecanvas-2.14.0/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/class/autotools.mk +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 + +DEB_CONFIGURE_EXTRA_FLAGS := --enable-gtk-doc --- libgnomecanvas-2.14.0.orig/debian/watch +++ libgnomecanvas-2.14.0/debian/watch @@ -0,0 +1,4 @@ +version=2 +ftp://ftp.gnome.org/pub/GNOME/sources/libgnomecanvas/([\d\.]+)[02468]/ \ + libgnomecanvas-(.*)\.tar\.gz \ + debian uupdate --- libgnomecanvas-2.14.0.orig/debian/libgnomecanvas2-doc.install +++ libgnomecanvas-2.14.0/debian/libgnomecanvas2-doc.install @@ -0,0 +1 @@ +debian/tmp/usr/share/gtk-doc/html/libgnomecanvas/* usr/share/doc/libgnomecanvas2-doc/html/ --- libgnomecanvas-2.14.0.orig/debian/changelog +++ libgnomecanvas-2.14.0/debian/changelog @@ -0,0 +1,406 @@ +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.14.0.orig/debian/libgnomecanvas2-common.install +++ libgnomecanvas-2.14.0/debian/libgnomecanvas2-common.install @@ -0,0 +1 @@ +debian/tmp/usr/share/locale --- libgnomecanvas-2.14.0.orig/debian/libgnomecanvas2-0.install +++ libgnomecanvas-2.14.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.14.0.orig/debian/compat +++ libgnomecanvas-2.14.0/debian/compat @@ -0,0 +1 @@ +4 --- libgnomecanvas-2.14.0.orig/debian/libgnomecanvas2-dev.files +++ libgnomecanvas-2.14.0/debian/libgnomecanvas2-dev.files @@ -0,0 +1,3 @@ +usr/include +usr/lib/pkgconfig +usr/lib/libgnomecanvas-2.{a,la,so} --- libgnomecanvas-2.14.0.orig/debian/libgnomecanvas2-0.shlibs +++ libgnomecanvas-2.14.0/debian/libgnomecanvas2-0.shlibs @@ -0,0 +1 @@ +libgnomecanvas-2 0 libgnomecanvas2-0 (>= 2.11.1) --- libgnomecanvas-2.14.0.orig/debian/libgnomecanvas2-dev.install +++ libgnomecanvas-2.14.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.14.0.orig/debian/control.in +++ libgnomecanvas-2.14.0/debian/control.in @@ -0,0 +1,62 @@ +Source: libgnomecanvas +Section: devel +Priority: optional +Maintainer: Ondřej Surý +Uploaders: @GNOME_TEAM@ +Standards-Version: 3.6.2 +Build-Depends: debhelper (>= 4.1.0), libgtk2.0-dev (>= 2.8.17-1), gettext, libart-2.0-dev (>= 2.3.16), libglade2-dev (>= 2.4.0-1), cdbs, gnome-pkg-tools, gtk-doc-tools, docbook-xml + +Package: libgnomecanvas2-0 +Architecture: any +Section: libs +Depends: ${shlibs:Depends}, libgnomecanvas2-common (= ${Source-Version}) +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 (= ${Source-Version}), libart-2.0-dev, libgtk2.0-dev (>= 2.4.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 +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 +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. --- libgnomecanvas-2.14.0.orig/debian/libgnomecanvas2-doc.doc-base +++ libgnomecanvas-2.14.0/debian/libgnomecanvas2-doc.doc-base @@ -0,0 +1,13 @@ +Document: libgnomecanvas2-doc +Title: Libgnomecanvas 2 Reference Manual +Author: gtk-doc-tools +Abstract: The canvas widget is a powerful and extensible object-oriented + display engine. +Section: Apps/Programming + +Format: debiandoc-sgml +Files: /usr/share/doc/libgnomecanvas2-doc/html/index.sgml.gz + +Format: HTML +Index: /usr/share/doc/libgnomecanvas2-doc/html/index.html +Files: /usr/share/doc/libgnomecanvas2-doc/html/*.html --- libgnomecanvas-2.14.0.orig/debian/libgnomecanvas2-doc.links +++ libgnomecanvas-2.14.0/debian/libgnomecanvas2-doc.links @@ -0,0 +1 @@ +usr/share/doc/libgnomecanvas2-doc/html/ usr/share/gtk-doc/html/libgnomecanvas --- libgnomecanvas-2.14.0.orig/debian/patches/canvasassert.patch +++ libgnomecanvas-2.14.0/debian/patches/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.14.0.orig/debian/copyright +++ libgnomecanvas-2.14.0/debian/copyright @@ -0,0 +1,13 @@ +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: See /usr/share/doc/libgnomecanvas2-{0,dev}/changelog.gz + +Copyright: 2001 Free Software Foundation, Inc. + + You should have received a copy of the GNU Library General Public License + with the Debian GNU/Linux distribution in file + /usr/share/common-licenses/LGPL; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.