--- pygoocanvas-0.14.1.orig/debian/compat +++ pygoocanvas-0.14.1/debian/compat @@ -0,0 +1 @@ +5 --- pygoocanvas-0.14.1.orig/debian/rules +++ pygoocanvas-0.14.1/debian/rules @@ -0,0 +1,12 @@ +#!/usr/bin/make -f + +DEB_AUTO_CLEANUP_RCS := yes +DEB_PYTHON_SYSTEM := pysupport + +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 + +binary-install/python-pygoocanvas:: + find debian -name "*.la" -exec rm -f {} \; + dh_pysupport -ppython-pygoocanvas --- pygoocanvas-0.14.1.orig/debian/control +++ pygoocanvas-0.14.1/debian/control @@ -0,0 +1,17 @@ +Source: pygoocanvas +Section: python +Priority: optional +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Jose Carlos Garcia Sogo +Build-Depends: debhelper (>= 5), cdbs, python-all-dev (>= 2.3.5-11), python-support (>= 0.4), python-gtk2-dev (>= 2.8.4), python-gobject-dev (>= 2.11.3), libgoocanvas-dev (>= 0.14), python-cairo-dev (>= 1.8.0), xsltproc, docbook-xsl, python-gobject-doc +Standards-Version: 3.7.3 +Vcs-Git: git://git.debian.org/git/users/jsogo/pygoocanvas.git +Vcs-Browser: http://git.debian.org/git/users/jsogo/pygoocanvas.git + +Package: python-pygoocanvas +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-gtk2 +Provides: ${python:Provides} +Description: GooCanvas Python bindings + This package include Python bindings for GooCanvas. + It is needed to run programs written in Python and using GooCanvas set. --- pygoocanvas-0.14.1.orig/debian/copyright +++ pygoocanvas-0.14.1/debian/copyright @@ -0,0 +1,35 @@ +This package was debianized by Sebastien Bacher on +Mon, 28 Aug 2006 11:11:02 +0200. + +It was downloaded from https://developer.berlios.de/projects/pygoocanvas/ + +Upstream Author: + +Gian Mario Tagliaretti +Gustavo J. A. M. Carneiro + +Copyright (C) Gian Mario Tagliaretti +Copyright (C) Gustavo J. A. M. Carneiro + +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 + +On Debian systems, the full text of the LGPL can be found in +/usr/share/common-licenses/LGPL-2 + +The Debian packaging is (C) 2006, Sebastien Bacher , +(C) 2007-2008 Jose Carlos Garcia Sogo and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. --- pygoocanvas-0.14.1.orig/debian/pycompat +++ pygoocanvas-0.14.1/debian/pycompat @@ -0,0 +1 @@ +2.4- --- pygoocanvas-0.14.1.orig/debian/python-pygoocanvas.examples +++ pygoocanvas-0.14.1/debian/python-pygoocanvas.examples @@ -0,0 +1,5 @@ +demo/customs +demo/images +demo/misc +demo/mv_demo +demo/simple_demo --- pygoocanvas-0.14.1.orig/debian/changelog +++ pygoocanvas-0.14.1/debian/changelog @@ -0,0 +1,131 @@ +pygoocanvas (0.14.1-0ubuntu1) karmic; urgency=low + + * New upstream release (LP: #409057) + - Fix a crash on conduit (LP: #401568) + * debian/control + - Set build-depends of python-cairo-dev to >= 1.8.0 + - Set build-depends of libgoocanvas-dev to >= 0.14 + * debian/watch: Add. + + -- Julien Lavergne Tue, 04 Aug 2009 23:16:25 +0200 + +pygoocanvas (0.12.0-0ubuntu2) jaunty; urgency=low + + * No-change rebuild for Python 2.6 transition. + + -- Luca Falavigna Thu, 05 Mar 2009 19:51:58 +0000 + +pygoocanvas (0.12.0-0ubuntu1) intrepid; urgency=low + + * New upstream release (LP: #273199) + - wrap goocanvas.Points fields + - add a gradient demo to test fill_pattern + - wrap Item.get_requested_area() and Item.update() + - wrap Item.get_transform_for_child() + - manually wrap Item.set_transform() and ItemModel.set_transform(). It' is + now possible to use None to unset the matrix + - manually wrap goocanvas.create_cairo_context() and fix a bad API change + in Pycairo. + - demo play (and drag around...) a flash file into a canvas item. + - some docs fixes. + + -- Didier Roche Mon, 22 Sep 2008 18:14:45 +0200 + +pygoocanvas (0.10.0-1ubuntu1) intrepid; urgency=low + + * Merge from Debian unstable. (LP: #235247) Remaining Ubuntu changes: + - Included demo files in binary package. + - debian/control: + + added build-dependencies from python-gobject-doc + + changed maintainer to Ubuntu MOTU + + -- Andrea Gasparini Tue, 27 May 2008 12:33:11 +0200 + +pygoocanvas (0.10.0-1) unstable; urgency=low + + * New upstream version. + * Build-depend on goocanvas 0.10 + * Change VCS info to point to git.debian.org + * Bump Standards-Version to 3.7.3 + * Change python to Pyhton in short description field + * Update debian/copyright + + -- Jose Carlos Garcia Sogo Sun, 25 May 2008 14:24:41 +0200 + +pygoocanvas (0.9.0-1ubuntu2) hardy; urgency=low + + * Included demo files in binary package. (LP: #148100) + + -- Andrea Gasparini Thu, 08 Nov 2007 11:37:50 +0100 + +pygoocanvas (0.9.0-1ubuntu1) hardy; urgency=low + + * Merge from Debian unstable. Remaining Ubuntu changes: + - debian/control: + + added build-dependencies from python-gobject-doc + ( closes LP #147705 ) + + changed maintainer to Ubuntu MOTU + + -- Andrea Gasparini Sun, 21 Oct 2007 20:36:59 +0200 + +pygoocanvas (0.9.0-1) unstable; urgency=low + + * New upstream release (Closes: #445169) + + -- Jose Carlos Garcia Sogo Mon, 14 May 2007 23:15:45 +0200 + +pygoocanvas (0.9.0-0ubuntu1) gutsy; urgency=low + + * New upstream version (UVF exception approval on LP: #136326) + * debian/control: + - updated libgoocanvas requirement + + -- Sebastien Bacher Fri, 31 Aug 2007 12:32:56 +0200 + +pygoocanvas (0.8.0-2) unstable; urgency=low + + * Link gtk-doc documentation to /usr/share/doc. + + -- Jose Carlos Garcia Sogo Mon, 14 May 2007 22:57:46 +0200 + +pygoocanvas (0.8.0-1) unstable; urgency=low + + * New upstream release. + * debian/control: + + depends on version 0.8 of goocanvas. + + improve description. + * debian/rules: don't install .la files. + * Upload to unstable. + + -- Jose Carlos Garcia Sogo Tue, 01 May 2007 22:37:11 +0200 + +pygoocanvas (0.6.0-1) experimental; urgency=low + + * New upstream release. + * First upload to Debian archive (Closes: #411730) + * debian/rules: + + Use pysupport instead of pycentral + + There is no need to call dh_python + + Fix a typo and call dh_pysupport in binary-install/python-pygoocanvas:: + target, so it is actually called. + * debian/control: + + add XS-X-Vcs-Svn field + + change dependencies to use pysupport. + + -- Jose Carlos Garcia Sogo Thu, 22 Feb 2007 00:42:09 +0100 + +pygoocanvas (0.4.1-1) edgy; urgency=low + + * New upstream version: + - Much better support for subclassing ItemSimple / ItemSimpleView + - Don't crash an functions returning NULL CairoMatrix + - CairoPattern property convertion bug fixed + + -- Sebastien Bacher Sun, 10 Sep 2006 20:17:39 +0200 + +pygoocanvas (0.4.0-1) edgy; urgency=low + + * First upload + + -- Sebastien Bacher Mon, 28 Aug 2006 11:02:29 +0200 + --- pygoocanvas-0.14.1.orig/debian/python-pygoocanvas.links +++ pygoocanvas-0.14.1/debian/python-pygoocanvas.links @@ -0,0 +1 @@ +usr/share/gtk-doc/html/pygoocanvas usr/share/doc/python-pygoocanvas/html --- pygoocanvas-0.14.1.orig/debian/watch +++ pygoocanvas-0.14.1/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://ftp.gnome.org/pub/GNOME/sources/pygoocanvas/0.([\d.]+)/pygoocanvas-([\d.]+).tar.gz