--- libwx-perl-datawalker-perl-0.02.orig/debian/control +++ libwx-perl-datawalker-perl-0.02/debian/control @@ -0,0 +1,30 @@ +Source: libwx-perl-datawalker-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl (>= 5.6.0-12), libwx-perl (>= 0.88), + libdevel-size-perl (>= 0.71), libyaml-libyaml-perl (>= 0.32), + libclass-xsaccessor-perl (>= 0.06), xauth, xvfb, xfonts-base +Maintainer: Debian Perl Group +Uploaders: Ryan Niebur +Standards-Version: 3.8.2 +Homepage: http://search.cpan.org/dist/Wx-Perl-DataWalker/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libwx-perl-datawalker-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libwx-perl-datawalker-perl/ + +Package: libwx-perl-datawalker-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, libwx-perl (>= 0.88), + libdevel-size-perl (>= 0.71), libyaml-libyaml-perl (>= 0.32), + libclass-xsaccessor-perl (>= 0.06) +Description: Perl data structure browser + Wx::Perl::DataWalker implements a Wx::Frame subclass that shows a relatively + simple Perl data structure browser. After opening such a frame and supplying + it with a reference to an essentially arbitrary data structure, you can + visually browse it by double-clicking references. + . + So far, there is no tree view but only a display of the current level of the + data structure. You can traverse back up the structure with a back button. + . + Optionally, Wx::Perl::DataWalker displays the (approximate!) size of the data + structure using Devel::Size. --- libwx-perl-datawalker-perl-0.02.orig/debian/copyright +++ libwx-perl-datawalker-perl-0.02/debian/copyright @@ -0,0 +1,28 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Steffen Mueller +Upstream-Source: http://search.cpan.org/dist/Wx-Perl-DataWalker/ +Upstream-Name: Wx-Perl-DataWalker + +Files: * +Copyright: Copyright (C) 2009 by Steffen Mueller +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2009, Ryan Niebur +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. + 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' --- libwx-perl-datawalker-perl-0.02.orig/debian/watch +++ libwx-perl-datawalker-perl-0.02/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Wx-Perl-DataWalker/ .*/Wx-Perl-DataWalker-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libwx-perl-datawalker-perl-0.02.orig/debian/libwx-perl-datawalker-perl.examples +++ libwx-perl-datawalker-perl-0.02/debian/libwx-perl-datawalker-perl.examples @@ -0,0 +1 @@ +script/dataWalker.pl --- libwx-perl-datawalker-perl-0.02.orig/debian/compat +++ libwx-perl-datawalker-perl-0.02/debian/compat @@ -0,0 +1 @@ +7 --- libwx-perl-datawalker-perl-0.02.orig/debian/changelog +++ libwx-perl-datawalker-perl-0.02/debian/changelog @@ -0,0 +1,5 @@ +libwx-perl-datawalker-perl (0.02-1) unstable; urgency=low + + * Initial Release. (Closes: #531149) + + -- Ryan Niebur Tue, 16 Jun 2009 03:28:14 -0700 --- libwx-perl-datawalker-perl-0.02.orig/debian/rules +++ libwx-perl-datawalker-perl-0.02/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f + +%: + dh $@ + +CMD=$(shell echo $@ | sed 's/override_//') + +override_dh_auto_test: + xvfb-run $(CMD)