--- libgtk2-imageview-perl-0.05.orig/debian/watch +++ libgtk2-imageview-perl-0.05/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://search.cpan.org/dist/Gtk2-ImageView/ .*/Gtk2-ImageView-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) + --- libgtk2-imageview-perl-0.05.orig/debian/libgtk2-imageview-perl.examples +++ libgtk2-imageview-perl-0.05/debian/libgtk2-imageview-perl.examples @@ -0,0 +1 @@ +examples/* --- libgtk2-imageview-perl-0.05.orig/debian/rules +++ libgtk2-imageview-perl-0.05/debian/rules @@ -0,0 +1,26 @@ +#!/usr/bin/make -f + +override_dh_auto_test: + xvfb-run dh_auto_test + +build: build-stamp +build-stamp: + dh build + touch $@ + +clean: + dh $@ + +install: install-stamp +install-stamp: build-stamp + dh install + touch $@ + +binary-arch: install + dh $@ + +binary-indep: + +binary: binary-arch binary-indep + +.PHONY: binary binary-arch binary-indep install clean build --- libgtk2-imageview-perl-0.05.orig/debian/copyright +++ libgtk2-imageview-perl-0.05/debian/copyright @@ -0,0 +1,22 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Jeffrey Ratcliffe +Upstream-Source: http://search.cpan.org/dist/Gtk2-ImageView/ +Upstream-Name: Gtk2-ImageView + +Files: * +Copyright: 2007-2008, Jeffrey Ratcliffe +License: LGPL-3+ + +Files: debian/* +Copyright: 2008, Jeffrey Ratcliffe + 2009, Ryan Niebur +License: LGPL-3+ + +License: LGPL-3+ + 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 3 of the License, or (at your option) any later version. + The full text of the LGPL is available on Debian systems in + /usr/share/common-licenses/LGPL-3 --- libgtk2-imageview-perl-0.05.orig/debian/compat +++ libgtk2-imageview-perl-0.05/debian/compat @@ -0,0 +1 @@ +7 --- libgtk2-imageview-perl-0.05.orig/debian/control +++ libgtk2-imageview-perl-0.05/debian/control @@ -0,0 +1,30 @@ +Source: libgtk2-imageview-perl +Section: perl +Priority: optional +Maintainer: Debian Perl Group +Uploaders: Jeffrey Ratcliffe , + Ryan Niebur +Build-Depends: debhelper (>= 7.2), libgtk2-perl, + libgtkimageview-dev (>= 1.6.0), libextutils-depends-perl (>= 0.200), + libextutils-pkgconfig-perl (>= 1.03), xvfb, xauth, xfonts-base, + libtest-pod-perl +Standards-Version: 3.8.1 +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libgtk2-imageview-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libgtk2-imageview-perl/ +Homepage: http://search.cpan.org/dist/Gtk2-ImageView/ +XS-DM-Upload-Allowed: yes + +Package: libgtk2-imageview-perl +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, libgtk2-perl, + libgtkimageview0 (>= 1.6.0), base-files (>= 4.0.1) +Description: Perl bindings for the GtkImageView image viewer widget + GtkImageView is a simple image viewer widget for GTK+. Similar to the image + viewer panes in gThumb or Eye of GNOME. It makes writing image viewing and + editing applications easy. Among its features are: + . + Mouse and keyboard zooming. + Scrolling and dragging. + Adjustable interpolation. + Fullscreen mode. + GIF animation support. --- libgtk2-imageview-perl-0.05.orig/debian/changelog +++ libgtk2-imageview-perl-0.05/debian/changelog @@ -0,0 +1,44 @@ +libgtk2-imageview-perl (0.05-1build3) trusty; urgency=low + + * Rebuild for Perl 5.18. + + -- Colin Watson Wed, 23 Oct 2013 00:03:00 +0100 + +libgtk2-imageview-perl (0.05-1build2) precise; urgency=low + + * Rebuild for Perl 5.14. + + -- Colin Watson Wed, 16 Nov 2011 09:46:35 +0000 + +libgtk2-imageview-perl (0.05-1build1) oneiric; urgency=low + + * Rebuild for Perl 5.12. + + -- Colin Watson Tue, 10 May 2011 05:16:20 +0100 + +libgtk2-imageview-perl (0.05-1) unstable; urgency=low + + [ gregor herrmann ] + * debian/control: Changed: Switched Vcs-Browser field to ViewSVN + (source stanza). + * debian/control: Added: ${misc:Depends} to Depends: field. + + [ Ryan Niebur ] + * New upstream release + * Add myself to Uploaders + * Debian Policy 3.8.1 + * add examples + * machine readable copyright format + * debhelper 7 + * remove quilt usage, patch applied upstream + + [ gregor herrmann ] + * debian/control: add build dependency on libtest-pod-perl; wrap long lines. + + -- Ryan Niebur Sun, 12 Apr 2009 14:00:35 -0700 + +libgtk2-imageview-perl (0.04-1) unstable; urgency=low + + * Initial release (Closes: #420953). + + -- Jeffrey Ratcliffe Sat, 05 Apr 2008 10:35:11 +0200