--- libdevel-repl-perl-1.003007.orig/debian/control +++ libdevel-repl-perl-1.003007/debian/control @@ -0,0 +1,40 @@ +Source: libdevel-repl-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7.2.13), quilt (>= 0.46-7) +Build-Depends-Indep: perl (>= 5.8.8-7), libdata-dump-streamer-perl, + liblexical-persistence-perl, libmoosex-getopt-perl (>= 0.18), + libmoosex-object-pluggable-perl (>= 0.0009), libnamespace-clean-perl, + libmoose-perl (>= 0.74), libfile-homedir-perl, libscope-guard-perl, + libtask-weaken-perl, libb-keywords-perl, libppi-perl, libmodule-refresh-perl, + libfile-next-perl, libapp-nopaste-perl, libmoosex-attributehelpers-perl (>= 0.16) +Maintainer: Debian Perl Group +Uploaders: Alexis Sukrieh , Niko Tyni , + Damyan Ivanov , + gregor herrmann , + Ryan Niebur +Standards-Version: 3.8.2 +Homepage: http://search.cpan.org/dist/Devel-REPL/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdevel-repl-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdevel-repl-perl/ + +Package: libdevel-repl-perl +Architecture: all +Depends: ${misc:Depends}, libdata-dump-streamer-perl, + liblexical-persistence-perl, libmoosex-getopt-perl (>= 0.18), + libmoosex-object-pluggable-perl (>= 0.0009), libnamespace-clean-perl, + libmoose-perl (>= 0.74), libfile-homedir-perl, libscope-guard-perl, + libtask-weaken-perl, libb-keywords-perl, libppi-perl, ${perl:Depends}, + libmodule-refresh-perl, libfile-next-perl, libapp-nopaste-perl, + libmoosex-attributehelpers-perl (>= 0.16) +Recommends: libterm-readline-gnu-perl +Description: Perl module for building a modern Perl interactive shell + Devel::REPL is a Moose-based and very flexible module to create + 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. --- libdevel-repl-perl-1.003007.orig/debian/libdevel-repl-perl.examples +++ libdevel-repl-perl-1.003007/debian/libdevel-repl-perl.examples @@ -0,0 +1 @@ +examples/* --- libdevel-repl-perl-1.003007.orig/debian/copyright +++ libdevel-repl-perl-1.003007/debian/copyright @@ -0,0 +1,46 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Oliver Gorwits +Upstream-Source: http://search.cpan.org/dist/Devel-REPL/ +Upstream-Name: 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-Alias: Perl +License: Artistic | GPL-1+ + +Files: lib/Devel/REPL/Plugin/Colors.pm, + lib/Devel/REPL/Plugin/OutputCache.pm, + lib/Devel/REPL/Plugin/MultiLine/PPI.pm, + lib/Devel/REPL/Plugin/FancyPrompt.pm +Copyright: 2007, Shawn M Moore +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: inc/* +Copyright: Copyright 2002 - 2008 by Brian Ingerson, Audrey Tang and Adam Kennedy +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: + 2007, Alexis Sukrieh + 2007-2009, various members of the Debian Perl Group, cf. debian/changelog +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' --- libdevel-repl-perl-1.003007.orig/debian/watch +++ libdevel-repl-perl-1.003007/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Devel-REPL/ .*/Devel-REPL-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) --- libdevel-repl-perl-1.003007.orig/debian/compat +++ libdevel-repl-perl-1.003007/debian/compat @@ -0,0 +1 @@ +7 --- libdevel-repl-perl-1.003007.orig/debian/README.source +++ libdevel-repl-perl-1.003007/debian/README.source @@ -0,0 +1,5 @@ +This package uses quilt to manage all modifications to the upstream +source. Changes are stored in the source package as diffs in +debian/patches and applied during the build. + +See /usr/share/doc/quilt/README.source for a detailed explanation. --- libdevel-repl-perl-1.003007.orig/debian/changelog +++ libdevel-repl-perl-1.003007/debian/changelog @@ -0,0 +1,137 @@ +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 --- libdevel-repl-perl-1.003007.orig/debian/libdevel-repl-perl.lintian-overrides +++ libdevel-repl-perl-1.003007/debian/libdevel-repl-perl.lintian-overrides @@ -0,0 +1 @@ +libdevel-repl-perl: script-with-language-extension usr/bin/re.pl --- libdevel-repl-perl-1.003007.orig/debian/rules +++ libdevel-repl-perl-1.003007/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f +%: + dh --with quilt $@ --- libdevel-repl-perl-1.003007.orig/debian/patches/add-small-manpage-to-re.pl +++ libdevel-repl-perl-1.003007/debian/patches/add-small-manpage-to-re.pl @@ -0,0 +1,20 @@ +it needs a man page + +Index: script/re.pl +=================================================================== +--- a/script/re.pl (revision 31637) ++++ b/script/re.pl (working copy) +@@ -1,3 +1,13 @@ + #!/usr/bin/env perl + ++=head1 NAME ++ ++re.pl - a modern Perl interactive shell ++ ++=head1 DESCRIPTION ++ ++See the Devel::REPL man page ++ ++=cut ++ + use Devel::REPL::Script 'run'; --- libdevel-repl-perl-1.003007.orig/debian/patches/add-whatis +++ libdevel-repl-perl-1.003007/debian/patches/add-whatis @@ -0,0 +1,13 @@ +add whatis information for Devel::REPL::Profile + +--- a/lib/Devel/REPL/Profile.pm ++++ b/lib/Devel/REPL/Profile.pm +@@ -7,7 +7,7 @@ + + =head1 NAME + +-Devel::REPL::Profile ++Devel::REPL::Profile - code to execute when re.pl starts + + =head1 SYNOPSIS + --- libdevel-repl-perl-1.003007.orig/debian/patches/series +++ libdevel-repl-perl-1.003007/debian/patches/series @@ -0,0 +1,2 @@ +add-small-manpage-to-re.pl +add-whatis