debian/0000755000000000000000000000000011734600367007175 5ustar debian/copyright0000644000000000000000000000206211734600367011130 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Padre-Plugin-ParserTool Upstream-Contact: Adam Kennedy Source: http://search.cpan.org/dist/Padre-Plugin-ParserTool/ Files: * Copyright: 2011-2012, Adam Kennedy License: Artistic or GPL-1+ Files: debian/* Copyright: 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/watch0000644000000000000000000000021311734600367010222 0ustar version=3 http://search.cpan.org/dist/Padre-Plugin-ParserTool/ .*/Padre-Plugin-ParserTool-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/libpadre-plugin-parsertool-perl.docs0000644000000000000000000000000711734600367016252 0ustar README debian/changelog0000644000000000000000000000025711734600367011053 0ustar libpadre-plugin-parsertool-perl (0.01-1) unstable; urgency=low * Initial Release. (Closes: #665811) -- Dominique Dumont Wed, 28 Mar 2012 14:06:57 +0200 debian/compat0000644000000000000000000000000211734600367010373 0ustar 8 debian/source/0000755000000000000000000000000011734600367010475 5ustar debian/source/format0000644000000000000000000000001411734600367011703 0ustar 3.0 (quilt) debian/control0000644000000000000000000000252211734600367010601 0ustar Source: libpadre-plugin-parsertool-perl Maintainer: Dominique Dumont Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libdevel-dumpvar-perl, liblocale-msgfmt-perl (>= 0.15), libppi-perl (>= 1.213), padre (>= 0.94), perl, xauth, xvfb Standards-Version: 3.9.3 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libpadre-plugin-parsertool-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libpadre-plugin-parsertool-perl.git Homepage: http://search.cpan.org/dist/Padre-Plugin-ParserTool/ Package: libpadre-plugin-parsertool-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libdevel-dumpvar-perl, libppi-perl (>= 1.213), padre (>= 0.94) Enhances: padre Description: realtime interactive parser test tool for Padre The ParserTool plugin adds an interactive parser testing tool for Padre. . It provides a two-panel dialog where you can type file contents into a panel on one side, and see a realtime dump of the resulting parsed structure on the other side of the dialog. . The dialog is configurable, so it can be used to test both common Perl parsers and parsers for custom file formats of your own. debian/rules0000755000000000000000000000032011734600367010250 0ustar #!/usr/bin/make -f BUILDHOME = $(CURDIR)/debian/build %: dh $@ override_dh_clean: dh_clean rm -rf $(BUILDHOME) override_dh_auto_test: mkdir -p $(BUILDHOME) HOME=$(BUILDHOME) xvfb-run -a dh_auto_test