debian/0000755000000000000000000000000012222576611007172 5ustar debian/rules0000755000000000000000000000040512222576611010251 0ustar #!/usr/bin/make -f PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) %: dh $@ override_dh_auto_install: dh_auto_install # remove empty manpages for M in $(TMP)/usr/share/man/man3/*.3pm ; do \ [ -s $$M ] || $(RM) -v $$M ; \ done debian/control0000644000000000000000000000552612222576611010605 0ustar Source: libdevel-repl-perl Maintainer: Debian Perl Group Uploaders: Jonathan Yu , Niko Tyni , Damyan Ivanov , gregor herrmann , Ryan Niebur , Salvatore Bonaccorso Section: perl Priority: optional Build-Depends: debhelper (>= 9.20130630), libmodule-build-tiny-perl (>= 0.027) Build-Depends-Indep: libapp-nopaste-perl, libb-keywords-perl, libdata-dump-streamer-perl, libdata-dumper-concise-perl, libfile-homedir-perl, libfile-next-perl, liblexical-persistence-perl, libmodule-refresh-perl, libmodule-runtime-perl, libmoose-perl, libmoosex-getopt-perl, libmoosex-object-pluggable-perl, libnamespace-autoclean-perl, libppi-perl, libscope-guard-perl, libsys-sigaction-perl, libtask-weaken-perl, libtest-checkdeps-perl (>= 0.007), libtest-fatal-perl, perl (>= 5.11.1) | libtest-simple-perl (>= 0.94), perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdevel-repl-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdevel-repl-perl.git Homepage: https://metacpan.org/release/Devel-REPL/ Package: libdevel-repl-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libapp-nopaste-perl, libb-keywords-perl, libdata-dump-streamer-perl, libdata-dumper-concise-perl, libfile-homedir-perl, libfile-next-perl, liblexical-persistence-perl, libmodule-refresh-perl, libmodule-runtime-perl, libmoose-perl, libmoosex-getopt-perl, libmoosex-object-pluggable-perl, libnamespace-autoclean-perl, libppi-perl, libscope-guard-perl, libsys-sigaction-perl, libtask-weaken-perl Recommends: libterm-readline-gnu-perl | libterm-readline-perl-perl Description: module for building a modern Perl interactive shell Devel::REPL is a module for creating Read-Evaluate-Print-Loops (REPL) in Perl. The shell provides for rapid development or testing of code without the need to create a temporary source code file. . Through a plugin system, many features are available on demand. You can also tailor the environment through the use of profiles and run control files, for example to pre-load certain Perl modules when working on a particular project. debian/libdevel-repl-perl.examples0000644000000000000000000000001312222576611014412 0ustar examples/* debian/source/0000755000000000000000000000000012222576611010472 5ustar debian/source/format0000644000000000000000000000001412222576611011700 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000002013112222576611011041 0ustar libdevel-repl-perl (1.003025-1) unstable; urgency=low * New upstream release. * Update build dependencies. * Update years of packaging copyright. -- gregor herrmann Tue, 01 Oct 2013 18:51:15 +0200 libdevel-repl-perl (1.003023-1) unstable; urgency=low [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ gregor herrmann ] * New upstream release. * Update build and runtime dependencies. * Drop patch add-small-manpage-to-re.pl. Replace mini manpage with a symlink. * Refresh und forward patch add-whatis. * debian/rules: remove newly created empty manpages. * Declare compliance with Debian Policy 3.9.4. -- gregor herrmann Sun, 22 Sep 2013 19:16:32 +0200 libdevel-repl-perl (1.003013-1) unstable; urgency=low [ gregor herrmann ] * Remove version from perl (build) dependency. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * Email change: Salvatore Bonaccorso -> carnil@debian.org * Imported Upstream version 1.003013 * Update format for debian/copyright file. Update format to copyright-format 1.0 as released together with Debian policy 3.9.3. * Update copyright years for debian/* packaging * Bump Debhelper compat level to 9. Adjust versioned Build-Depends on debhelper to (>= 9). * Simplify (build-)dependencies on versioned packages. Make versioned (Build-)Depends(-Indep) on packages with version already satisfied in Squeeze unversioned dependencies. * Bump Standards-Version to 3.9.3 -- Salvatore Bonaccorso Sat, 02 Jun 2012 23:33:55 +0200 libdevel-repl-perl (1.003012-1) unstable; urgency=low * New upstream release * Refresh debian/copyright: Refer to Debian systems. * Bump Standards-Version to 3.9.1. -- Salvatore Bonaccorso Tue, 28 Sep 2010 20:44:52 +0200 libdevel-repl-perl (1.003011-1) unstable; urgency=low * New upstream release * Add myself to Uploaders. * debian/control: - Add alternative libterm-readline-perl-perl to libterm-readline-gnu-perl in Recommends. - Bump Build-Depends-Indep on perl to perl (>= 5.10.0). - Reorder (Build-)Depends(-Indep) fields. -- Salvatore Bonaccorso Tue, 15 Jun 2010 21:54:29 +0200 libdevel-repl-perl (1.003010-1) unstable; urgency=low * New upstream release. * Move libdata-dumper-concise-perl from Recommends to Depends for consistency. * Update DEP3-style patch headers. -- gregor herrmann Sun, 23 May 2010 16:34:46 +0200 libdevel-repl-perl (1.003009-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Now requires Sys::SigAction per upstream * Now recommends Data::Dumper::Concise for better output * Removed Alexis Sukrieh from Uploaders (Closes: #536159) * Standards-Version 3.8.4 (no changes) * Drop unnecessary version dependencies satisfied in oldstable * Rewrite control description * Use new 3.0 (quilt) source format [ Franck Joncourt ] * Refreshed d.copyright to follow DEP5 guideline. * Added headers to the patches (DEP3 guideline). [ Ryan Niebur ] * Update ryan52's email address -- Jonathan Yu Tue, 09 Mar 2010 10:25:29 -0500 libdevel-repl-perl (1.003007-1) unstable; urgency=low [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Ryan Niebur ] * Debian Policy 3.8.2 * New upstream release [ gregor herrmann ] * Minimize debian/rules, bump debhelper and quilt build dependencies. -- Ryan Niebur Thu, 02 Jul 2009 13:40:46 -0700 libdevel-repl-perl (1.003006-1) unstable; urgency=low * New upstream release * Debian Policy 3.8.1 * update (build-)deps -- Ryan Niebur Fri, 10 Apr 2009 11:22:51 -0700 libdevel-repl-perl (1.003004-1) unstable; urgency=low [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). * debian/control: Added: ${misc:Depends} to Depends: field. * New upstram release. * Bump versioned (build) dependencies on libmoose-perl, libmoosex-getopt-perl, libmoosex-object-pluggable-perl. [ Ryan Niebur ] * New upstream release * add (build)dep on libmodule-refresh-perl, libfile-next-perl, libapp- nopaste-perl, and libmoosex-attributehelpers-perl * add myself to Uploaders * install re.pl (Closes: #499128) - add minimal man page - lintian override for extension * add whatis entry - use quilt [ gregor herrmann ] * Add debian/README.source to document quilt usage, as required by Debian Policy since 3.8.0. * Install example script. * debian/copyright: update formatting and contents. * debian/control: extend long description. -- Ryan Niebur Sun, 08 Mar 2009 22:49:48 -0700 libdevel-repl-perl (1.002001-3) unstable; urgency=low * Add Recommends: libterm-readline-gnu-perl to debian/control, thanks to Christine Spang for the suggestion (closes: #493763). * debian/copyright: wrap long line and add information about files under inc/. * Set Standards-Version to 3.8.0. * debian/control: change my email address. * Remove patch that was needed for older libmoose-perl versions and breaks re.pl with newer ones; make the (build) dependency on libmoose-perl versioned instead. Remove quilt framework. Closes: #499150 * Set debhelper compatibility level to 7; adapt debian/{control,compat,rules}. -- gregor herrmann Tue, 16 Sep 2008 18:14:02 +0200 libdevel-repl-perl (1.002001-2) unstable; urgency=low * Add libscope-guard-perl to runtime and build dependencies (closes: #471632). * Add libtask-weaken-perl, libb-keywords-perl, libppi-perl to runtime and build dependencies, as per upstream requirements. * debian/copyright: add more files to list of additional copyright holders. * debian/rules: - let install-stamp target depend on build-stamp - use $@ for touching stamp files * Add /me to Uploaders. -- gregor herrmann Wed, 19 Mar 2008 13:34:18 +0100 libdevel-repl-perl (1.002001-1) unstable; urgency=low * New upstream release. * debian/patches/alias-method: Remove part of patch included upstream. -- Roberto C. Sanchez Sun, 16 Mar 2008 00:16:29 -0400 libdevel-repl-perl (1.001000-4) unstable; urgency=low [ Alexis Sukrieh ] * Fixing lib/Devel/REPL/Plugin/Commands.pm for Moose-0.34 compat (debian/patches/alias-method). -- Alexis Sukrieh Sun, 24 Feb 2008 16:21:56 +0100 libdevel-repl-perl (1.001000-3) unstable; urgency=low [ gregor herrmann ] * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Removed: XS- Vcs-Svn fields. * debian/rules: delete /usr/lib/perl5 only if it exists. [ Niko Tyni ] * Manage debian/patches with quilt. + alias-method: fix FTBFS due to libmoose-perl upgrade. (Closes: #465626) * Don't ship an empty /usr/bin directory. * Upgrade to Standards-Version 3.7.3. No changes needed. * Remove perl-modules from the build-dependencies, as it's Build-Essential. * Update and reformat debian/copyright. * Point debian/watch to http://search.cpan.org/dist/Devel-REPL/ . * Depend on ${perl:Depends} instead of hardcoding perl-modules. -- Niko Tyni Wed, 13 Feb 2008 21:45:56 +0200 libdevel-repl-perl (1.001000-2) unstable; urgency=low * Added debian/watch file * Added upstream URL to debian/copyright * Added PERL_AUTOINSTALL=--skip to perl Makefile.PL call * Drop unneeded OPTIMIZE="...', dh_link and dh_strip * Moved dh_clean $stamp-files before realclean * Move testsuite from install to build target * Added myself to Uploaders * Moved most of B-D to B-D-I -- Damyan Ivanov Wed, 19 Sep 2007 09:34:48 +0300 libdevel-repl-perl (1.001000-1) unstable; urgency=low * Initial Release (closes: 438485). -- Alexis Sukrieh Sun, 19 Aug 2007 13:09:11 +0200 debian/libdevel-repl-perl.lintian-overrides0000644000000000000000000000010112222576611016230 0ustar libdevel-repl-perl: script-with-language-extension usr/bin/re.pl debian/compat0000644000000000000000000000000212222576611010370 0ustar 9 debian/libdevel-repl-perl.links0000644000000000000000000000007712222576611013726 0ustar usr/share/man/man3/Devel::REPL.3pm usr/share/man/man1/re.pl.1p debian/patches/0000755000000000000000000000000012222576611010621 5ustar debian/patches/add-whatis0000644000000000000000000000074312222576611012575 0ustar Subject: Add whatis information for Devel::REPL::Profile Bug: https://rt.cpan.org/Ticket/Display.html?id=88886 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=88886 Author: Ryan Niebur Reviewed-by: gregor herrmann Last-Update: 2013-09-22 --- a/lib/Devel/REPL/Profile.pm +++ b/lib/Devel/REPL/Profile.pm @@ -12,7 +12,7 @@ =head1 NAME -Devel::REPL::Profile +Devel::REPL::Profile - code to execute when re.pl starts =head1 SYNOPSIS debian/patches/series0000644000000000000000000000001312222576611012030 0ustar add-whatis debian/copyright0000644000000000000000000000404012222576611011123 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Devel-REPL Upstream-Contact: Oliver Gorwits Source: https://metacpan.org/release/Devel-REPL/ Files: * Copyright: other There is no explicit copyright notice; it is assumed that the main copyright holder is the author of the primary module, lib/Devel/REPL.pm, ie. Matt S Trout . License: Artistic or GPL-1+ Files: lib/Devel/REPL/Plugin/FancyPrompt.pm lib/Devel/REPL/Plugin/MultiLine/PPI.pm lib/Devel/REPL/Plugin/OutputCache.pm lib/Devel/REPL/Plugin/Colors.pm Copyright: 2007, Shawn M Moore License: Artistic or GPL-1+ Files: lib/Devel/REPL/Plugin/DumpHistory.pm Copyright: 2007 Mark Grimes License: Artistic or GPL-1+ Files: inc/Module/* Copyright: 2002-2010, Adam Kennedy 2002-2010, Audrey Tang 2002-2010, Brian Ingerson License: Artistic or GPL-1+ Files: debian/* Copyright: 2007, 2008, Alexis Sukrieh 2007, Damyan Ivanov 2008-2013, gregor herrmann 2008, Niko Tyni 2008, Roberto C. Sanchez 2009, Ryan Niebur 2010, Franck Joncourt 2010, Jonathan Yu 2010-2012, 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/watch0000644000000000000000000000015612222576611010225 0ustar version=3 https://metacpan.org/release/Devel-REPL/ .*/Devel-REPL-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)