debian/0000755000000000000000000000000011732677436007206 5ustar debian/copyright0000644000000000000000000000225311732677436011143 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Padre-Plugin-DataWalker Upstream-Contact: Ahmad M. Zawawi Source: http://search.cpan.org/dist/Padre-Plugin-DataWalker/ Files: * Copyright: 2010, Steffen Mueller 2010, Ahmad M. Zawawi License: Artistic or GPL-1+ Files: debian/* Copyright: 2009, Ryan Niebur 2012, Dominique Dumont 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 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 systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000021311732677436010233 0ustar version=3 http://search.cpan.org/dist/Padre-Plugin-DataWalker/ .*/Padre-Plugin-DataWalker-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/control0000644000000000000000000000255311732677436010616 0ustar Source: libpadre-plugin-datawalker-perl Maintainer: Debian Perl Group Uploaders: Dominique Dumont Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: liblocale-msgfmt-perl (>= 0.15), libwx-perl-datawalker-perl, libyaml-libyaml-perl, padre, perl, xauth, xfonts-base, xvfb Standards-Version: 3.9.3 Vcs-Browser: http://git.debian.org/?p=pkg-perl/packages/libpadre-plugin-datawalker-perl.git Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libpadre-plugin-datawalker-perl.git Homepage: http://search.cpan.org/dist/Padre-Plugin-DataWalker/ Package: libpadre-plugin-datawalker-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libwx-perl-datawalker-perl, libyaml-libyaml-perl Enhances: padre Description: simple Perl data structure browser Padre The DateWalker plugin uses the Wx::Perl::DataWalker module to provide facilities for interactively browsing Perl data structures. At this time, the plugin offers several menu entries in Padre’s Plugins menu: Browse YAML dump fileBrowse YAML dump file, Browse current document object, Browse Padre IDE object, and Browse Padre main symbol table. debian/changelog0000644000000000000000000000157211732677436011065 0ustar libpadre-plugin-datawalker-perl (0.04-2) unstable; urgency=low * Team upload. * Fix FTBFS when the home of building user is not available. Add override targets for dh_clean and expand the override target for dh_auto_test to have a writable home for the building user. This fix a FTBFS failure on e.g. buildd hosts or in sbuild environments. (Closes: #665229) * Update debian/copyright information. Update format to copyright-format 1.0 as released together with Debian policy 3.9.3. Refer to Debian systems in general instead of only Debian GNU/Linux systems. * Bump Standards-Version to 3.9.3 -- Salvatore Bonaccorso Thu, 22 Mar 2012 20:34:56 +0100 libpadre-plugin-datawalker-perl (0.04-1) unstable; urgency=low * Initial Release. (Closes: #531261) -- Dominique Dumont Sat, 21 Jan 2012 18:03:25 +0100 debian/rules0000755000000000000000000000105311732677436010265 0ustar #!/usr/bin/make -f BUILDHOME = $(CURDIR)/debian/build %: dh $@ MO_DIR = $(CURDIR)/debian/$(shell dh_listpackages)/usr/share/perl5/auto/share/dist/Padre-Plugin-DataWalker/locale PO_DIR = $(CURDIR)/share/locale/ override_dh_clean: dh_clean rm -rf $(BUILDHOME) override_dh_auto_test: mkdir -p $(BUILDHOME) HOME=$(BUILDHOME) xvfb-run -a dh_auto_test override_dh_auto_install: dh_auto_install mkdir -p $(MO_DIR) for f in $(PO_DIR)/*.po; do \ msgfmt $$f -o $(MO_DIR)/$$(basename $${f%.po}.mo) ; \ rm $(MO_DIR)/$$(basename $$f) ; \ done debian/source/0000755000000000000000000000000011732677436010506 5ustar debian/source/format0000644000000000000000000000001411732677436011714 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211732677436010404 0ustar 8