--- libgoo-canvas-perl-0.06.orig/debian/changelog +++ libgoo-canvas-perl-0.06/debian/changelog @@ -0,0 +1,17 @@ +libgoo-canvas-perl (0.06-1build1) oneiric; urgency=low + + * Rebuild for Perl 5.12. + + -- Colin Watson Tue, 10 May 2011 05:15:47 +0100 + +libgoo-canvas-perl (0.06-1) unstable; urgency=low + + * New upstream release + + -- Ryan Niebur Wed, 06 May 2009 20:07:52 -0700 + +libgoo-canvas-perl (0.05-1) unstable; urgency=low + + * Initial Release. (Closes: #522719) + + -- Ryan Niebur Fri, 10 Apr 2009 09:58:54 -0700 --- libgoo-canvas-perl-0.06.orig/debian/rules +++ libgoo-canvas-perl-0.06/debian/rules @@ -0,0 +1,26 @@ +#!/usr/bin/make -f + +include /usr/share/quilt/quilt.make + +build: build-stamp +build-stamp: $(QUILT_STAMPFN) + dh build + touch $@ + +clean: unpatch + dh $@ + +install: install-stamp +install-stamp: build-stamp + dh install + rm -fr ./debian/$(shell dh_listpackages)/usr/bin/ ./debian/$(shell dh_listpackages)/usr/share/man/man1/ + touch $@ + +binary-arch: install + dh $@ + +binary-indep: + +binary: binary-arch binary-indep + +.PHONY: binary binary-arch binary-indep install clean build --- libgoo-canvas-perl-0.06.orig/debian/watch +++ libgoo-canvas-perl-0.06/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Goo-Canvas/ .*/Goo-Canvas-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libgoo-canvas-perl-0.06.orig/debian/README.source +++ libgoo-canvas-perl-0.06/debian/README.source @@ -0,0 +1,5 @@ +This package uses quilt to manage all modifications to the upstream +source. Changes are stored in the source package as diffs in +debian/patches and applied during the build. + +See /usr/share/doc/quilt/README.source for a detailed explanation. --- libgoo-canvas-perl-0.06.orig/debian/compat +++ libgoo-canvas-perl-0.06/debian/compat @@ -0,0 +1 @@ +7 --- libgoo-canvas-perl-0.06.orig/debian/control +++ libgoo-canvas-perl-0.06/debian/control @@ -0,0 +1,24 @@ +Source: libgoo-canvas-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7), libcairo-perl (>= 1.00), + libextutils-depends-perl (>= 0.2), libextutils-pkgconfig-perl (>= 1.0), + libglib-perl (>= 1.103), libgtk2-perl (>= 1.100), perl (>= 5.6.0-12), + libgoocanvas-dev, quilt +Maintainer: Debian Perl Group +Uploaders: Ryan Niebur +Standards-Version: 3.8.1 +Homepage: http://search.cpan.org/dist/Goo-Canvas/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libgoo-canvas-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libgoo-canvas-perl/ + +Package: libgoo-canvas-perl +Architecture: any +Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}, + libcairo-perl (>= 1.00), libextutils-depends-perl (>= 0.2), + libextutils-pkgconfig-perl (>= 1.0), libglib-perl (>= 1.103), + libgtk2-perl (>= 1.100) +Description: Perl interface to the GooCanvas + GTK+ doesn't have a builtin canvas widget. Goo::Canvas fills that + gap. It is easy to use and has powerful and extensible ways to create + items in canvases. --- libgoo-canvas-perl-0.06.orig/debian/copyright +++ libgoo-canvas-perl-0.06/debian/copyright @@ -0,0 +1,47 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Ye Wenbin +Upstream-Source: http://search.cpan.org/dist/Goo-Canvas/ +Upstream-Name: Goo-Canvas + +Files: * +Copyright: 2007, Ye Wenbin +License: Artistic | GPL-1+ +License-Alias: Perl + +Files: tools/genmaps.pl +Copyright: 2003, the gtk2-perl team +License: LGPL-2.1+ + +Files: ppport.h +Copyright: 2004-2005, Marcus Holland-Moritz + 2001, Paul Marquess + 1999, Kenneth Albanowski +License: Artistic | GPL-1+ +License-Alias: Perl + +Files: debian/* +Copyright: 2009, Ryan Niebur +License: Artistic | GPL-1+ + +License: LGPL-2.1+ + This library is free software; you can redistribute it and/or modify it under + the terms of the GNU Library General Public License as published by the Free + Software Foundation; either version 2.1 of the License, or (at your option) + any later version. + On Debian GNU/Linux systems, the complete text of the GNU Lesser General Public + License version 2.1 can be found at `/usr/share/common-licenses/LGPL-2.1' + +License: Artistic + This program is free software; you can redistribute it and/or modify + it under the terms of the Artistic License, which comes with Perl. + On Debian GNU/Linux systems, the complete text of the Artistic License + can be found in `/usr/share/common-licenses/Artistic' + +License: GPL-1+ + 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 1, or (at your option) + any later version. + On Debian GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL' --- libgoo-canvas-perl-0.06.orig/debian/libgoo-canvas-perl.examples +++ libgoo-canvas-perl-0.06/debian/libgoo-canvas-perl.examples @@ -0,0 +1,2 @@ +demo/* +bin/* --- libgoo-canvas-perl-0.06.orig/debian/patches/fix-whatis-in-manpage +++ libgoo-canvas-perl-0.06/debian/patches/fix-whatis-in-manpage @@ -0,0 +1,15 @@ +fix whatis entry in manpage + +--- a/xs/goocanvasbounds.xs ++++ b/xs/goocanvasbounds.xs +@@ -2,6 +2,10 @@ + + MODULE = Goo::Canvas::Bounds PACKAGE = Goo::Canvas::Bounds PREFIX = goo_canvas_bounds_ + ++=for object Goo::Canvas::Bounds - represents the bounding box of an item in the canvas ++ ++=cut ++ + GooCanvasBounds* + new(class, x1, y1, x2, y2) + double x1 --- libgoo-canvas-perl-0.06.orig/debian/patches/series +++ libgoo-canvas-perl-0.06/debian/patches/series @@ -0,0 +1 @@ +fix-whatis-in-manpage