--- libshell-perl-perl-0.0022.orig/debian/rules +++ libshell-perl-perl-0.0022/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --- libshell-perl-perl-0.0022.orig/debian/compat +++ libshell-perl-perl-0.0022/debian/compat @@ -0,0 +1 @@ +7 --- libshell-perl-perl-0.0022.orig/debian/copyright +++ libshell-perl-perl-0.0022/debian/copyright @@ -0,0 +1,28 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 +Maintainer: A. R. Ferreira +Source: http://search.cpan.org/dist/Shell-Perl/ +Name: Shell-Perl + +Files: * +Copyright: A. R. Ferreira +License: Artistic or GPL-1+ + +Files: debian/* +Copyright: 2011, TANIGUCHI Takaki +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'. --- libshell-perl-perl-0.0022.orig/debian/changelog +++ libshell-perl-perl-0.0022/debian/changelog @@ -0,0 +1,5 @@ +libshell-perl-perl (0.0022-1) unstable; urgency=low + + * Initial Release. (Closes: #613657) + + -- TANIGUCHI Takaki Thu, 07 Apr 2011 10:47:59 +0900 --- libshell-perl-perl-0.0022.orig/debian/libshell-perl-perl.docs +++ libshell-perl-perl-0.0022/debian/libshell-perl-perl.docs @@ -0,0 +1 @@ +README --- libshell-perl-perl-0.0022.orig/debian/watch +++ libshell-perl-perl-0.0022/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Shell-Perl/ .*/Shell-Perl-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libshell-perl-perl-0.0022.orig/debian/control +++ libshell-perl-perl-0.0022/debian/control @@ -0,0 +1,33 @@ +Source: libshell-perl-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: libclass-accessor-perl, + libfile-homedir-perl, + libfile-slurp-perl, + libpath-class-perl, + libtest-deep-perl, + perl (>= 5.10.0) +Maintainer: Debian Perl Group +Uploaders: TANIGUCHI Takaki +Standards-Version: 3.9.1 +Homepage: http://search.cpan.org/dist/Shell-Perl/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libshell-perl-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libshell-perl-perl/ + +Package: libshell-perl-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, + libclass-accessor-perl, + libfile-homedir-perl, + libfile-slurp-perl, + libpath-class-perl, + libtest-deep-perl, + perl (>= 5.10.0) +Description: read-eval-print loop in Perl + This is the implementation of a command-line interpreter for Perl. I wrote + this because I was tired of using irb when needing a calculator with a real + language within. Ah, that and because it was damn easy to write it. + . + Shell::Perl is the heart of the pirl script provided with Shell-Perl + distribution, along with this module.