--- goocanvasmm-0.13.0.orig/debian/compat +++ goocanvasmm-0.13.0/debian/compat @@ -0,0 +1 @@ +5 --- goocanvasmm-0.13.0.orig/debian/libgoocanvasmm-dev.install +++ goocanvasmm-0.13.0/debian/libgoocanvasmm-dev.install @@ -0,0 +1,4 @@ +debian/tmp/usr/include/* +debian/tmp/usr/lib/lib*.so +debian/tmp/usr/lib/pkgconfig/* +debian/tmp/usr/lib/*.la --- goocanvasmm-0.13.0.orig/debian/watch +++ goocanvasmm-0.13.0/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://ftp.gnome.org/pub/gnome/sources/goocanvasmm/([\d\.]+)/goocanvasmm-([\d\.]+)\.tar\.gz --- goocanvasmm-0.13.0.orig/debian/libgoocanvasmm-0.1-4.install +++ goocanvasmm-0.13.0/debian/libgoocanvasmm-0.1-4.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/lib*.so.* --- goocanvasmm-0.13.0.orig/debian/rules +++ goocanvasmm-0.13.0/debian/rules @@ -0,0 +1,16 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/debhelper.mk + +SONAME_VERSION = 0.1-4 + +DEB_SHLIBDEPS_INCLUDE_libgoocanvasmm-$(SONAME_VERSION) := debian/libgoocanvasmm-$(SONAME_VERSION)/usr/lib + +# Most of the docs aren't necessary +DEB_INSTALL_DOCS_ALL = NEWS + +DEB_INSTALL_CHANGELOGS_ALL = ChangeLog + +binary-post-install/libgoocanvasmm-$(SONAME_VERSION):: + chrpath -d debian/libgoocanvasmm-$(SONAME_VERSION)/usr/lib/*.so* --- goocanvasmm-0.13.0.orig/debian/copyright +++ goocanvasmm-0.13.0/debian/copyright @@ -0,0 +1,63 @@ +This package was debianized by Iain Lane on +Sun, 03 Aug 2008 16:02:40 +0100. + +It was downloaded from: http://ftp.gnome.org/pub/gnome/sources/goocanvasmm/ + +Upstream Authors: + Armin Burgmeier + Gennaro Bellizio + Hubert Figuiere + Johannes Schmid + Jonathon Jongsma + Murray Cumming + Paul Davis + +examples/*: + Copyright 2008 The goocanvasmm Development Team + +goocanvas/src/*, tools/extra_defs_gen/generate_defs_goocanvas.cc: + Copyright 1998-2006 The gtkmm Development Team + +License: + + 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 library 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, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +examples/coordinates/*, examples/text/*: + Copyright 2007 The goocanvasmm Development Team + +License: + + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License as + published by the Free Software Foundation; either version 2 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 + General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this library; if not, write to the Free Software Foundation, + Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the full text of the LGPLv2.1 can be found in +`/usr/share/common-licenses/LGPL-2.1'. + +On Debian systems, the complete text of the GNU General Public License v2 can +be found in `/usr/share/common-licenses/GPL-2'. + +The Debian packaging is (C) 2008, Iain Lane , and is licensed +under the LGPLv2.1 or later, see `/usr/share/common-licenses/LGPL-2.1'. --- goocanvasmm-0.13.0.orig/debian/changelog +++ goocanvasmm-0.13.0/debian/changelog @@ -0,0 +1,13 @@ +goocanvasmm (0.13.0-0ubuntu1) jaunty; urgency=low + + * New upstream release. (LP: #309765) + * SONAME version bump 0.1-4 - new library package name + + -- Iain Lane Fri, 19 Dec 2008 17:15:40 +0000 + +goocanvasmm (0.12.0-0ubuntu1) jaunty; urgency=low + + * Initial release. (LP: #254260) + * debian/rules: Fix rpath issue - http://wiki.debian.org/RpathIssue + + -- Iain Lane Sun, 02 Nov 2008 12:11:12 +0000 --- goocanvasmm-0.13.0.orig/debian/control +++ goocanvasmm-0.13.0/debian/control @@ -0,0 +1,44 @@ +Source: goocanvasmm +Priority: optional +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Iain Lane +XS-DM-Upload-Allowed: yes +Homepage: http://ftp.gnome.org/pub/gnome/sources/goocanvasmm/ +Build-Depends: cdbs, + debhelper (>= 5), + dpkg-dev (>= 1.13.19), + libgoocanvas-dev (>= 0.13), + libgtkmm-2.4-dev (>= 2.10.9), + libglibmm-2.4-dev (>= 2.14.2), + chrpath, + autotools-dev +Standards-Version: 3.8.0 +Section: libs + +Package: libgoocanvasmm-dev +Section: libdevel +Architecture: any +Depends: libgoocanvasmm-0.1-4 (= ${binary:Version}), + libgoocanvas-dev (>= 0.13), + libgtkmm-2.4-dev (>= 2.10.9), + libglibmm-2.4-dev (>= 2.14.2), + libc-dev +Description: C++ bindings for GooCanvas, development files + GooCanvas is a canvas widget for GTK+ that uses the cairo 2D library for + drawing. It has a model/view split, and uses interfaces for canvas items and + views, so you can easily turn any application object into canvas items. + goocanvasmm is the C++ wrapper for GooCanvas + . + This package contains the development files + +Package: libgoocanvasmm-0.1-4 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: C++ bindings for GooCanvas + GooCanvas is a canvas widget for GTK+ that uses the cairo 2D library for + drawing. It has a model/view split, and uses interfaces for canvas items and + views, so you can easily turn any application object into canvas items. + goocanvasmm is the C++ wrapper for GooCanvas + . + This package contains the shared library