--- libapp-repl-perl-0.012.orig/debian/rules +++ libapp-repl-perl-0.012/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --- libapp-repl-perl-0.012.orig/debian/compat +++ libapp-repl-perl-0.012/debian/compat @@ -0,0 +1 @@ +7 --- libapp-repl-perl-0.012.orig/debian/copyright +++ libapp-repl-perl-0.012/debian/copyright @@ -0,0 +1,28 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 +Maintainer: Julian Fondren, +Source: http://search.cpan.org/dist/App-REPL/ +Name: App-REPL + +Files: * +Copyright: Julian Fondren, +License: + +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'. --- libapp-repl-perl-0.012.orig/debian/changelog +++ libapp-repl-perl-0.012/debian/changelog @@ -0,0 +1,5 @@ +libapp-repl-perl (0.012-1) unstable; urgency=low + + * Initial Release. (Closes: #613656) + + -- TANIGUCHI Takaki Thu, 07 Apr 2011 10:59:04 +0900 --- libapp-repl-perl-0.012.orig/debian/watch +++ libapp-repl-perl-0.012/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/App-REPL/ .*/App-REPL-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libapp-repl-perl-0.012.orig/debian/control +++ libapp-repl-perl-0.012/debian/control @@ -0,0 +1,23 @@ +Source: libapp-repl-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: libpadwalker-perl (>= 1.5), + libppi-perl (>= 1.118), + perl +Maintainer: Debian Perl Group +Uploaders: TANIGUCHI Takaki +Standards-Version: 3.9.1 +Homepage: http://search.cpan.org/dist/App-REPL/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libapp-repl-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libapp-repl-perl/ + +Package: libapp-repl-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, + libpadwalker-perl (>= 1.5), + libppi-perl (>= 1.118), + perl +Description: container for functions for the iperl program + App::REPL module contains functions that the iperl program automatically + imports into any package it enters, for interactive convenience. --- libapp-repl-perl-0.012.orig/debian/libapp-repl-perl.docs +++ libapp-repl-perl-0.012/debian/libapp-repl-perl.docs @@ -0,0 +1 @@ +README