debian/0000755000000000000000000000000012264444453007176 5ustar debian/compat0000644000000000000000000000000212264444453010374 0ustar 8 debian/copyright0000644000000000000000000000206412264444453011133 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Regexp-Debugger Source: https://metacpan.org/release/Regexp-Debugger/ Upstream-Contact: Damian Conway Files: * Copyright: 2011-2012, Damian Conway License: Artistic or GPL-1+ Files: debian/* Copyright: 2012-2014, Salvatore Bonaccorso 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/rules0000755000000000000000000000003612264444453010255 0ustar #!/usr/bin/make -f %: dh $@ debian/watch0000644000000000000000000000017412264444453010231 0ustar version=3 https://metacpan.org/release/Regexp-Debugger/ .*/Regexp-Debugger-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/control0000644000000000000000000000256012264444453010604 0ustar Source: libregexp-debugger-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Salvatore Bonaccorso Build-Depends: debhelper (>= 8), perl Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libregexp-debugger-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libregexp-debugger-perl.git Homepage: https://metacpan.org/release/Regexp-Debugger/ Package: libregexp-debugger-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Recommends: libjson-xs-perl | libjson-perl | libyaml-syck-perl, libio-prompter-perl (>= 0.004000), libterm-readkey-perl Description: Perl module to visually debug regexes in-place Regexp::Debugger is a module that helps tame unruly regexes by providing live interactive run-time visualizations of any regex in a Perl code. The debugger allows one to track capture variables, follow recursive subpattern matches, set break-points within a regex match, and even step backwards through the matching process to work out exactly where things started going so horribly wrong. . When you load this module, any regex in the same lexical scope will be visually (and interactively) debugged as it matches. . In addition to the Perl module, the package also contains the module's commandline frontend rxrx. debian/source/0000755000000000000000000000000012264444453010476 5ustar debian/source/format0000644000000000000000000000001412264444453011704 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000012264444453010625 5ustar debian/patches/use-usr-bin-perl-shebang.patch0000644000000000000000000000044712264444453016371 0ustar Description: Use #!/usr/bin/perl shebang Origin: vendor Forwarded: not-needed Author: Salvatore Bonaccorso Last-Update: 2012-07-31 --- a/bin/rxrx +++ b/bin/rxrx @@ -1,4 +1,4 @@ -#! /usr/bin/env perl +#! /usr/bin/perl use Regexp::Debugger; Regexp::Debugger::rxrx(@ARGV); debian/patches/series0000644000000000000000000000003712264444453012042 0ustar use-usr-bin-perl-shebang.patch debian/changelog0000644000000000000000000001100312264444453011043 0ustar libregexp-debugger-perl (0.001019-1) unstable; urgency=medium [ Axel Beckert ] * Update long description to mention included rxrx helper tool. [ Salvatore Bonaccorso ] * Imported Upstream version 0.001019 * Update copyright years for debian/* packaging files -- Salvatore Bonaccorso Sun, 12 Jan 2014 08:48:58 +0100 libregexp-debugger-perl (0.001018-1) unstable; urgency=low * Imported Upstream version 0.001018 * Bump Standards-Version to 3.9.5 -- Salvatore Bonaccorso Thu, 05 Dec 2013 06:40:53 +0100 libregexp-debugger-perl (0.001016-1) unstable; urgency=low * Imported Upstream version 0.001016 -- Salvatore Bonaccorso Tue, 22 Oct 2013 06:20:26 +0200 libregexp-debugger-perl (0.001015-1) unstable; urgency=low * Imported Upstream version 0.001015 -- Salvatore Bonaccorso Sat, 27 Jul 2013 22:42:35 +0200 libregexp-debugger-perl (0.001014-1) unstable; urgency=low * Imported Upstream version 0.001014 * Update copyright years for debian/* packaging files -- Salvatore Bonaccorso Mon, 15 Jul 2013 20:40:48 +0200 libregexp-debugger-perl (0.001013-1) unstable; urgency=low * Imported Upstream version 0.001013 -- Salvatore Bonaccorso Thu, 23 May 2013 07:22:28 +0200 libregexp-debugger-perl (0.001012-1) unstable; urgency=low * Imported Upstream version 0.001012 * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs -- Salvatore Bonaccorso Fri, 08 Mar 2013 21:04:54 +0100 libregexp-debugger-perl (0.001011-1) unstable; urgency=low * Imported Upstream version 0.001011 -- Salvatore Bonaccorso Thu, 11 Oct 2012 22:10:55 +0200 libregexp-debugger-perl (0.001010-1) unstable; urgency=low * Imported Upstream version 0.001010 -- Salvatore Bonaccorso Mon, 24 Sep 2012 07:37:13 +0200 libregexp-debugger-perl (0.001009-2) unstable; urgency=low * Correct recommends for libio-prompter-perl. At least libio-prompter-perl 0.004000 is needed to have the history mechanism and cursor motions over input working for rxrx. -- Salvatore Bonaccorso Sat, 22 Sep 2012 22:43:30 +0200 libregexp-debugger-perl (0.001009-1) unstable; urgency=low * Imported Upstream version 0.001009 * Add Recommends on libio-prompter-perl * Bump Standards-Version to 3.9.4 -- Salvatore Bonaccorso Sat, 22 Sep 2012 22:23:29 +0200 libregexp-debugger-perl (0.001008-1) unstable; urgency=low * Imported Upstream version 0.001008 -- Salvatore Bonaccorso Mon, 20 Aug 2012 07:01:32 +0200 libregexp-debugger-perl (0.001007-1) unstable; urgency=low * Imported Upstream version 0.001007 -- Salvatore Bonaccorso Sun, 19 Aug 2012 20:15:36 +0200 libregexp-debugger-perl (0.001006-1) unstable; urgency=low * Imported Upstream version 0.001006 -- Salvatore Bonaccorso Sun, 19 Aug 2012 06:47:55 +0200 libregexp-debugger-perl (0.001005-2) unstable; urgency=low * Add use-usr-bin-perl-shebang.patch patch. Use #!/usr/bin/perl shebang in rxrx script to be compliant to '5.1 Script Magic' in the Perl policy. -- Salvatore Bonaccorso Tue, 31 Jul 2012 23:38:19 +0200 libregexp-debugger-perl (0.001005-1) unstable; urgency=low * Imported Upstream version 0.001005 -- Salvatore Bonaccorso Fri, 27 Jul 2012 23:06:47 +0200 libregexp-debugger-perl (0.001004-1) unstable; urgency=low * Imported Upstream version 0.001003 and 0.001004. -- Salvatore Bonaccorso Wed, 25 Jul 2012 18:53:34 +0200 libregexp-debugger-perl (0.001002-1) unstable; urgency=low * Imported Upstream version 0.001002 * Drop manpage-rxrx.patch patch. A similar patch was applied to upstream sources. * Remove Build-Depends-Indep on libterm-readkey-perl * Move optional modules to Recommends. It adds more functionality to Regexp::Debugger if the modules JSON::XS, JSON or JSON::Syck are installed. The same if Term::ReadKey is installed. Move libjson-xs-perl | libjson-perl | libyaml-syck-perl and libterm-readkey-perl Depends to the Recommends control field. -- Salvatore Bonaccorso Sun, 22 Jul 2012 08:51:38 +0200 libregexp-debugger-perl (0.001000-1) unstable; urgency=low * Initial Release. (Closes: #681944) -- Salvatore Bonaccorso Thu, 19 Jul 2012 19:49:22 +0200