--- hippo-canvas-0.3.1.orig/debian/changelog +++ hippo-canvas-0.3.1/debian/changelog @@ -0,0 +1,151 @@ +hippo-canvas (0.3.1-1.2build1) bionic; urgency=medium + + * No-change rebuild against latest pycairo + + -- Jeremy Bicha Wed, 22 Nov 2017 22:02:49 -0500 + +hippo-canvas (0.3.1-1.2) unstable; urgency=medium + + * Non-maintainer upload. + * Use dh-autoreconf to build for new architectures (Closes: 744059) + + -- Wookey Mon, 20 Oct 2014 20:08:36 +0000 + +hippo-canvas (0.3.1-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix "doesn't depend on python" and "Needs to be rebuilt against Python + 2.7": complete dh_pycentral -> dh_python2 transition by calling dh_python2 + explicitly in debian/rules. (Closes: #642449, #644010) + + -- gregor herrmann Thu, 01 Mar 2012 21:12:36 +0100 + +hippo-canvas (0.3.1-1) unstable; urgency=low + + * New upstream version, 0.3.1 (Closes: #585989) + * Using dh_python2 instead of dh_pycentral (Closes: #616842) + + -- Santiago Ruano Rincón Wed, 23 Mar 2011 15:33:20 +0100 + +hippo-canvas (0.3.0-3) unstable; urgency=low + + * Stripping binaries, reverting changes from last revision. + (Closes: #537453) + + -- Santiago Ruano Rincón Thu, 16 Jul 2009 15:58:20 +0200 + +hippo-canvas (0.3.0-2) unstable; urgency=low + + * Building with DEB_BUILD_OPTIONS+=nostrip as a workaround to + #522231 (thanks to Michael Stone at + http://wiki.sugarlabs.org/go/Development_Team/Chroot ) Closes: #522231. + * Added ${misc:Depends} for all the binary packages + * Bumped Standards-Version to 3.8.2. No changes needed. + + -- Santiago Ruano Rincón Thu, 16 Jul 2009 15:11:02 +0200 + +hippo-canvas (0.3.0-1) unstable; urgency=high + + [ Santiago Ruano Rincón ] + * Fixed online-desktop-maintainers mail address (Closes: #474379) + * Including hippo-canvas-test.h in generated hippo.c through + hippo_canvas_test_get_root.patch. (Closes: #451395) + + [ Heikki Henriksen ] + * New upstream release (0.3.0) + * Add debian/watch + * Add myself to uploaders + * Add DM-Upload-Allowed: yes and add versioned build-dep on dpkg-dev (>= + 1.14.16) to accommodate the above. + * Update standards-version to 3.8.0 (no changes needed) + * Remove patch debian/patches/hippo-canvas-segfault-patch.diff: + - applied upstream + * Remove config from svn + * Update build-depends: + - bump libgtk2.0-dev (>= 2.6.0) + - add libglib2.0-dev (>= 2.6.0) + - add libpango1.0-dev (>= 1.14) + - libcroco3-dev (>= 0.6.0) + * Remove libhippocanvas-1.{a,la} from libhippocanvas-dev + * Add temporary build-dep on libxml2-dev until libcroco3-dev pulls it in + * Put libhippocanvas-dev in section libdevel + * Now builds with python 2.5 (closes: #472744) + * Bump DEB_DH_MAKESHLIBS_ARGS + * Acknowledge NMU from Jonas Smedgaard. Thanks :) + - remove autogenerated config/hippo-canvas in clean target. + + -- Heikki Henriksen Wed, 09 Jul 2008 21:46:28 +0200 + +hippo-canvas (0.2.23-4) unstable; urgency=high + + * Fixes segfaults with newest python-cairo. Patch by Patrick Winnertz + (Closes: #472103) + * Added cdbs simple-patchsys in debian/rules with patches/ dir. + + -- Santiago Ruano Rincón Fri, 04 Apr 2008 23:22:34 +0200 + +hippo-canvas (0.2.23-3) unstable; urgency=low + + * Fix broken installation caused by regression in NMU: python-central + 0.6 not only change install location but also registers what gets + installed, so adjusting hardcoded cleanup path just makes + python-central break at install time. Instead do cleanup _before_ + python-central is invoked (and use find to not rely on exact path). + By Jonas Smedegaard . (Closes: #473277) + * Changed Maintainer: to Debian Online Destkop Team + + -- Santiago Ruano Rincón Wed, 02 Apr 2008 09:44:59 +0200 + +hippo-canvas (0.2.23-2.1) unstable; urgency=low + + * NMU. + * Don't hardcode the location of the shared python files. Closes: #472051. + + -- Matthias Klose Sat, 29 Mar 2008 18:02:59 +0000 + +hippo-canvas (0.2.23-2) unstable; urgency=low + + * Added hippo-canvas-1.pc in libhippocanvas-dev. (Closes: #452237) + * debian/control: + - Added "Section: python" for python-hippocanvas + - Added "Homepage:" field. + + -- Santiago Ruano Rincón Sat, 24 Nov 2007 18:01:20 +0100 + +hippo-canvas (0.2.23-1) unstable; urgency=low + + * Initial release for Debian, based on the Ubuntu package. + (Closes: #449308) + + -- Santiago Ruano Rincón Tue, 09 Oct 2007 23:32:50 +0200 + +hippo-canvas (0.2.23-0ubuntu1) gutsy; urgency=low + + * New upstream release + * debian/rules + - update package shlibs version + + -- Evan Dandrea Fri, 13 Jul 2007 10:44:42 +0100 + +hippo-canvas (0.2.21-0ubuntu1) gutsy; urgency=low + + * New upstream release + * debian/control + - let the -dev package depend on the same version of the library + * debian/rules + - update package shlibs version + + -- Aron Sisak Fri, 06 Jul 2007 12:01:45 +0200 + +hippo-canvas (0.2.14-0ubuntu1) feisty; urgency=low + + * New upstream release + + -- Jani Monoses Sun, 25 Mar 2007 00:31:48 +0200 + +hippo-canvas (0.2.7-0ubuntu1) feisty; urgency=low + + * Initial release + + -- Jani Monoses Sun, 18 Feb 2007 12:07:55 +0200 + --- hippo-canvas-0.3.1.orig/debian/compat +++ hippo-canvas-0.3.1/debian/compat @@ -0,0 +1 @@ +5 --- hippo-canvas-0.3.1.orig/debian/control +++ hippo-canvas-0.3.1/debian/control @@ -0,0 +1,52 @@ +Source: hippo-canvas +Section: libs +Priority: optional +Maintainer: Debian maintenance of the Gnome Online Desktop +Uploaders: Santiago Ruano Rincón , + Heikki Henriksen +Build-Depends: cdbs (>= 0.4.90~), + debhelper (>= 5.0.37.2), + dh-autoreconf, + dpkg-dev (>= 1.14.16), + gtk-doc-tools, + libgtk2.0-dev (>= 2.6.0), + libglib2.0-dev (>= 2.6.0), + libpango1.0-dev (>= 1.14), + libcroco3-dev (>= 0.6.0), + libxml2-dev, + librsvg2-dev (>= 2.16), + python-all-dev (>= 2.6.6-3~), + python-gtk2-dev, + python-cairo-dev +Standards-Version: 3.8.2 +Homepage: http://developer.mugshot.org/wiki/Hippo_Canvas +Dm-Upload-Allowed: yes +X-Python-Version: >= 2.5 + +Package: libhippocanvas-1-0 +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: a GTK+2.0 canvas library + Hippo Canvas is a canvas library based on GTK+2.0, Cairo and Pango. + It is used by the Mugshot client and by the Sugar UI + +Package: libhippocanvas-dev +Architecture: any +Section: libdevel +Depends: ${misc:Depends}, libhippocanvas-1-0 (= ${binary:Version}), libgtk2.0-dev +Description: a GTK+2.0 canvas library + Hippo Canvas is a canvas library based on GTK+2.0, Cairo and Pango + It is used by the Mugshot client and by the Sugar UI + . + This package provides the development files + +Package: python-hippocanvas +Architecture: any +Section: python +Provides: ${python:Provides} +Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends} +Description: Python bindings to hippo-canvas + Hippo Canvas is a canvas library based on GTK+2.0, Cairo and Pango + It is used by the Mugshot client and by the Sugar UI + . + This package provides Python bindings for hippocanvas --- hippo-canvas-0.3.1.orig/debian/copyright +++ hippo-canvas-0.3.1/debian/copyright @@ -0,0 +1,28 @@ +This package was debianized by Jani Monoses on +Sun, 18 Feb 2007 12:07:55 +0200. + +It was downloaded from http://developer.mugshot.org/wiki/Hippo_Canvas + +Copyright (C) 2003, 2004, 2005, 2006 Red Hat + +License: + + This package 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 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 General Public License for more details. + + You should have received a copy of the GNU 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 General +Public License can be found in `/usr/share/common-licenses/GPL'. + +The Debian packaging is (C) 2007, Jani Monoses and +is licensed under the GPL, see above. --- hippo-canvas-0.3.1.orig/debian/libhippocanvas-1-0.install +++ hippo-canvas-0.3.1/debian/libhippocanvas-1-0.install @@ -0,0 +1 @@ +/usr/lib/libhippocanvas-1.so.* --- hippo-canvas-0.3.1.orig/debian/libhippocanvas-dev.install +++ hippo-canvas-0.3.1/debian/libhippocanvas-dev.install @@ -0,0 +1,3 @@ +/usr/include +/usr/lib/libhippocanvas-1.so +/usr/lib/pkgconfig/*.pc --- hippo-canvas-0.3.1.orig/debian/pycompat +++ hippo-canvas-0.3.1/debian/pycompat @@ -0,0 +1 @@ +2 --- hippo-canvas-0.3.1.orig/debian/python-hippocanvas.install +++ hippo-canvas-0.3.1/debian/python-hippocanvas.install @@ -0,0 +1 @@ +/usr/lib/python* --- hippo-canvas-0.3.1.orig/debian/rules +++ hippo-canvas-0.3.1/debian/rules @@ -0,0 +1,17 @@ +#!/usr/bin/make -f + +DEB_DH_INSTALL_SOURCEDIR := debian/tmp + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/autoreconf.mk + +binary-install/python-hippocanvas:: + find debian/$(cdbs_curpkg)/usr/lib -type f -regex '.*\.l?a' -exec rm -f '{}' ';' + dh_python2 -ppython-hippocanvas --no-guessing-versions + +DEB_DH_MAKESHLIBS_ARGS += -V 'libhippocanvas-1-0 (>= 0.2.30)' + +clean:: + rm -rf config/hippo-canvas --- hippo-canvas-0.3.1.orig/debian/watch +++ hippo-canvas-0.3.1/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://ftp.gnome.org/pub/GNOME/sources/hippo-canvas/0.(.*)/hippo-canvas-(.*)\.tar\.gz