debian/0000755000000000000000000000000011336103735007170 5ustar debian/control0000644000000000000000000000250411336103266010573 0ustar Source: libgtk2-gladexml-simple-perl Section: perl Priority: optional Build-Depends: debhelper (>= 7.0.50~) Build-Depends-Indep: perl, libgtk2-perl, libgtk2-gladexml-perl, help2man, libxml-sax-perl Maintainer: Debian Perl Group Uploaders: Ansgar Burchardt Standards-Version: 3.8.4 Homepage: http://search.cpan.org/dist/Gtk2-GladeXML-Simple/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libgtk2-gladexml-simple-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libgtk2-gladexml-simple-perl/ Package: libgtk2-gladexml-simple-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libgtk2-perl, libgtk2-gladexml-perl Recommends: libxml-sax-perl Description: clean object-oriented perl interface to Gtk2::GladeXML Gtk2::GladeXML::Simple is a module that provides a clean and easy interface for Gnome/Gtk2 and Glade applications using an object-oriented syntax. You just make Gtk2::GladeXML::Simple your application's base class, have your new call SUPER::new, and the module will do the tedious and dirty work for you. . Gtk2::GladeXML::Simple offers: * Signal handler callbacks as methods of your class. * Autoconnection of signal handlers. * Autocalling of creation functions for custom widgets. * Access to the widgets as instance attributes. debian/clean0000644000000000000000000000002511336101466010171 0ustar debian/gpsketcher.1p debian/libgtk2-gladexml-simple-perl.manpages0000644000000000000000000000002511336101504016252 0ustar debian/gpsketcher.1p debian/copyright0000644000000000000000000000464711336000523011125 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Marco Antonio Manzo Source: http://search.cpan.org/dist/Gtk2-GladeXML-Simple/ Name: Gtk2-GladeXML-Simple Copyright: © 2005, Marco Antonio Manzo License: Artistic or GPL-1+ Files: bin/gpsketcher Copyright: 2005, Marco Antonio Manzo License: other Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Files: debian/* Copyright: © 2010, Ansgar Burchardt License: Artistic or GPL-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' debian/watch0000644000000000000000000000020411212456110010204 0ustar version=3 http://search.cpan.org/dist/Gtk2-GladeXML-Simple/ .+/Gtk2-GladeXML-Simple-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/compat0000644000000000000000000000000211336000523010355 0ustar 7 debian/libgtk2-gladexml-simple-perl.examples0000644000000000000000000000001311336000523016271 0ustar examples/* debian/changelog0000644000000000000000000000320111336102066011032 0ustar libgtk2-gladexml-simple-perl (0.32-2) unstable; urgency=low [ gregor herrmann ] * Take over for the Debian Perl Group with maintainer's permission (http://lists.debian.org/debian-perl/2008/06/msg00039.html) * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Changed: Maintainer set to Debian Perl Group (was: Florian Ragwitz ); Florian Ragwitz moved to Uploaders. * Add debian/watch. [ Ryan Niebur ] * Remove Florian Ragwitz from Uploaders * Close ITA (Closes: #523135) [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Ansgar Burchardt ] * Refresh debian/rules for debhelper 7. * Convert debian/copyright to proposed machine-readable format. * Use source format 3.0 (quilt). * Bump Standards-Version to 3.8.4. * Add myself to Uploaders. [ gregor herrmann ] * Create manpage for gpsketcher with help2man. -- Ansgar Burchardt Sun, 14 Feb 2010 17:49:49 +0900 libgtk2-gladexml-simple-perl (0.32-1.1) unstable; urgency=low * Non-maintainer upload. * debian/control: Recommend libxml-sax-perl (needed by gpsketcher, which is not always used) (Closes: #439797) * debian/rules: Don't fail when perl is smart enough not to create empty dirs (Closes: #467944) -- Marc 'HE' Brockschmidt Sat, 05 Apr 2008 18:43:27 +0200 libgtk2-gladexml-simple-perl (0.32-1) unstable; urgency=low * Initial Release. -- Florian Ragwitz Sun, 22 Jul 2007 14:38:11 +0200 debian/source/0000755000000000000000000000000011336103643010466 5ustar debian/source/format0000644000000000000000000000001411336103733011674 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000041411336103616010245 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_build: dh_auto_build help2man \ --no-info --section=1p \ --name="a Glade-Perl code sketcher for Gtk2::GladeXML::Simple" \ --help-option=-h --version-option=-v \ --output=debian/gpsketcher.1p \ bin/gpsketcher