debian/0000755000000000000000000000000011351121157007163 5ustar debian/examples0000644000000000000000000000001411351115133010714 0ustar gtk_test.pl debian/source/0000755000000000000000000000000011351115133010460 5ustar debian/source/format0000644000000000000000000000001411351121156011670 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211351115133010356 0ustar 7 debian/control0000644000000000000000000000210511351115133010561 0ustar Source: libdata-treedumper-renderer-gtk-perl Section: perl Priority: optional Build-Depends: debhelper (>= 7.0.50~) Build-Depends-Indep: perl, libglib-perl, libgtk2-perl, libdata-treedumper-perl (>= 0.33) Maintainer: David Paleino Standards-Version: 3.8.4 Homepage: http://search.cpan.org/dist/Data-TreeDumper-Renderer-GTK/ Vcs-Git: git://git.debian.org/git/collab-maint/libdata-treedumper-renderer-gtk-perl.git Vcs-Browser: http://git.debian.org/?p=collab-maint/libdata-treedumper-renderer-gtk-perl.git Package: libdata-treedumper-renderer-gtk-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libglib-perl, libgtk2-perl, libdata-treedumper-perl (>= 0.33) Description: Gtk2::TreeView renderer for Data::TreeDumper This widget is the GUI equivalent of Data::TreeDumper; it will display a perl data structure in a TreeView, allowing you to fold and unfold child data structures and get a quick feel for what's where. Right-clicking anywhere in the view brings up a context menu, from which the user can choose to expand or collapse all items. debian/copyright0000644000000000000000000000177611351115133011126 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Name: Data-TreeDumper-Renderer-GTK Files: debian/* Copyright: © 2010, David Paleino License: Artistic | GPL-1+ Files: * Copyright: © 2005, Khemir Nadim ibn Hamouda © 2005, Muppet License: Artistic | 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. X-Comment: on Debian 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. X-Comment: on Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL'. debian/patches/0000755000000000000000000000000011351115133010607 5ustar debian/patches/series0000644000000000000000000000004311351115133012021 0ustar 00-drop_useless_dependencies.patch debian/patches/00-drop_useless_dependencies.patch0000644000000000000000000000150011351115133017256 0ustar From: David Paleino Subject: drop useless dependencies --- META.yml | 1 - Makefile.PL | 1 - 2 files changed, 2 deletions(-) --- libdata-treedumper-renderer-gtk-perl.orig/META.yml +++ libdata-treedumper-renderer-gtk-perl/META.yml @@ -8,7 +8,6 @@ author: generated_by: ExtUtils::MakeMaker version 6.44 distribution_type: module requires: - Cairo: 0 Data::TreeDumper: 0.33 Glib: 0 Gtk2: 0 --- libdata-treedumper-renderer-gtk-perl.orig/Makefile.PL +++ libdata-treedumper-renderer-gtk-perl/Makefile.PL @@ -8,7 +8,6 @@ WriteMakefile( { Glib => 0, Gtk2 => 0, - Cairo => 0, Data::TreeDumper => 0.33, }, ($] >= 5.005 ? ## Add these new keywords supported since 5.005 debian/rules0000755000000000000000000000024111351115133010235 0ustar #!/usr/bin/make -f export DEB_BUILD_OPTIONS=nocheck override_dh_auto_install: dh_auto_install -find $(CURDIR)/debian/ -name "gtk_test.pl" -delete %: dh $@ debian/watch0000644000000000000000000000022511351115133010210 0ustar version=3 http://search.cpan.org/dist/Data-TreeDumper-Renderer-GTK/ .*/Data-TreeDumper-Renderer-GTK-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/changelog0000644000000000000000000000026211351115133011032 0ustar libdata-treedumper-renderer-gtk-perl (0.02-1) unstable; urgency=low * Initial release (Closes: #574616) -- David Paleino Sat, 20 Mar 2010 10:50:15 +0100