--- libgtk2-gladexml-perl-1.007.orig/debian/changelog +++ libgtk2-gladexml-perl-1.007/debian/changelog @@ -0,0 +1,97 @@ +libgtk2-gladexml-perl (1.007-1build2) precise; urgency=low + + * Rebuild for Perl 5.14. + + -- Colin Watson Wed, 16 Nov 2011 09:46:23 +0000 + +libgtk2-gladexml-perl (1.007-1build1) oneiric; urgency=low + + * Rebuild for Perl 5.12. + + -- Colin Watson Tue, 10 May 2011 05:16:05 +0100 + +libgtk2-gladexml-perl (1.007-1) unstable; urgency=low + + [ Ryan Niebur ] + * Take over for the Debian Perl Group on maintainer's request + (http://lists.debian.org/debian-perl/2008/12/msg00163.html) + * Add me to uploaders, remove old maintainer(s) + * fix watch file + * New upstream release + * debhelper 7 + * install NEWS + * policy 3.8.0 + * use xvfb-run to run the tests + * switch to machine readable copyright format + + [ gregor herrmann ] + * debian/control: make build dependency on libextutils-depends-perl + versioned. + + -- Ryan Niebur Sun, 25 Jan 2009 00:49:04 -0800 + +libgtk2-gladexml-perl (1.006-1) unstable; urgency=low + + [ Marc 'HE' Brockschmidt ] + * New upstream release + * debian/control: + + Bump Standards-Version + + [ Florian Ragwitz ] + * debian/control + + Change Maintainer field to point to the Gtk2-Perl list. + + Add me to the Uploaders field. + + -- Marc 'HE' Brockschmidt Sun, 15 Oct 2006 14:53:24 +0200 + +libgtk2-gladexml-perl (1.005-1) unstable; urgency=low + + * New upstream release: + + Improves documentation, including docs about usage of Gnome widgets + (Closes: #291480) + * Bumped Standards-Version to 3.6.2. Yay, no changes needed! + + -- Marc 'HE' Brockschmidt Sun, 7 Aug 2005 02:35:44 +0200 + +libgtk2-gladexml-perl (1.003-1) unstable; urgency=low + + * New upstream release. + + -- Marc 'HE' Brockschmidt Sun, 16 Jan 2005 13:34:12 +0100 + +libgtk2-gladexml-perl (1.001-1) unstable; urgency=low + + * New upstream release. + + -- Marc 'HE' Brockschmidt Thu, 16 Sep 2004 17:42:43 +0200 + +libgtk2-gladexml-perl (1.00-1) unstable; urgency=low + + * New upstream release. + * debian/control: + + Updated long description to match the ones of other Gtk2 modules + (also provide more/better information). + + I'm a DD. + + -- Marc 'HE' Brockschmidt Tue, 30 Mar 2004 20:20:50 +0200 + +libgtk2-gladexml-perl (0.96-1) unstable; urgency=low + + * New upstream release. + + -- Marc 'HE' Brockschmidt Fri, 19 Mar 2004 14:40:18 +0100 + +libgtk2-gladexml-perl (0.95-1) unstable; urgency=low + + * New upstream release. + * Now also install examples + * Explicitly depend on libglib-perl + + -- Marc Brockschmidt Wed, 21 Jan 2004 19:19:14 +0100 + +libgtk2-gladexml-perl (0.94-1) unstable; urgency=low + + * Initial Release. + + -- Marc Brockschmidt Wed, 19 Nov 2003 15:40:47 +0100 + --- libgtk2-gladexml-perl-1.007.orig/debian/rules +++ libgtk2-gladexml-perl-1.007/debian/rules @@ -0,0 +1,25 @@ +#!/usr/bin/make -f + +build: build-stamp +build-stamp: + dh --before dh_auto_test build + xvfb-run dh_auto_test + dh --after dh_auto_test 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-gladexml-perl-1.007.orig/debian/watch +++ libgtk2-gladexml-perl-1.007/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://sf.net/gtk2-perl/Gtk2-GladeXML-(\d+\.\d\d\d)\.tar\.gz --- libgtk2-gladexml-perl-1.007.orig/debian/libgtk2-gladexml-perl.docs +++ libgtk2-gladexml-perl-1.007/debian/libgtk2-gladexml-perl.docs @@ -0,0 +1 @@ +NEWS --- libgtk2-gladexml-perl-1.007.orig/debian/libgtk2-gladexml-perl.examples +++ libgtk2-gladexml-perl-1.007/debian/libgtk2-gladexml-perl.examples @@ -0,0 +1 @@ +examples/* --- libgtk2-gladexml-perl-1.007.orig/debian/compat +++ libgtk2-gladexml-perl-1.007/debian/compat @@ -0,0 +1 @@ +7 --- libgtk2-gladexml-perl-1.007.orig/debian/control +++ libgtk2-gladexml-perl-1.007/debian/control @@ -0,0 +1,43 @@ +Source: libgtk2-gladexml-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7), perl (>= 5.8.0-7), + libextutils-depends-perl (>= 0.300), libextutils-pkgconfig-perl (>= 1.00), + libglib-perl (>= 1.02), libgtk2-perl (>= 1.00), libglade2-dev, xvfb, xauth, + xfonts-base +Maintainer: Debian Perl Group +Uploaders: Ryan Niebur +Standards-Version: 3.8.0 +Homepage: http://gtk2-perl.sourceforge.net/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libgtk2-gladexml-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libgtk2-gladexml-perl/ + +Package: libgtk2-gladexml-perl +Architecture: any +Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, + libglib-perl (>= 1.02), libgtk2-perl (>= 1.00) +Description: Perl interface to use user interfaces created with glade-2 + libgtk2-gladexml-perl allows a Perl developer to use the gladexml part of + the libglade library. + . + Glade is a free user interface builder for Gtk+ and GNOME. After designing + a user interface with glade-2 the layout and configuration are saved in an + XML file. libglade is a library which knows how to build and hook up the + user interface described in the Glade XML file at application run time. + . + This module even allows developers to load a interface definition into a + scalar to customize them just before loading the application itself. + . + Find out more about GNOME at http://www.gnome.org. + . + The perl bindings follow the C API very closely, and the C reference + documentation should be considered the canonical source: + http://developer.gnome.org/doc/API/2.0/libglade/index.html + . + This module is part of gtk2-perl. + . + To discuss gtk2-perl, ask questions and flame/praise the authors, + join gtk-perl-list@gnome.org at lists.gnome.org. + . + Also have a look at the gtk2-perl website and sourceforge project page, + http://gtk2-perl.sourceforge.net --- libgtk2-gladexml-perl-1.007.orig/debian/copyright +++ libgtk2-gladexml-perl-1.007/debian/copyright @@ -0,0 +1,30 @@ +Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: rwmcfa1 at neces dot com +Upstream-Source: http://gtk2-perl.sourceforge.net/ +Upstream-Name: Gtk2-GladeXML + +Files: * +Copyright: Copyright (C) 2003-2008 by rwmcfa1 at neces dot com and the gtk2-perl team. +License: LGPL-2 + +Files: debian/* +Copyright: Copyright 2003-2006 Marc Brockschmidt + Copyright 2009 Ryan Niebur +License: LGPL-2 + +Files: examples/progress.*, examples/fileman.*, examples/hello-world.* +Copyright: Copyright 2003 Bruce Alderson +License: LGPL-2 + +Files: examples/dnd.*, examples/clipboard.* +Copyright: Copyright 2004 Fabrice Duballet +License: LGPL-2 + +License: LGPL-2 + 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 of the License, or (at your option) any later version. + + A copy of the LGPL-2 can be found at /usr/share/common-licenses/LGPL-2 on + any Debian system.