r72491 - in /trunk/libshell-perl-perl/debian: ./ changelog compat control copyright libshell-perl-perl.docs rules watch

takaki at users.alioth.debian.org takaki at users.alioth.debian.org
Mon Apr 11 07:55:51 UTC 2011


Author: takaki
Date: Mon Apr 11 07:55:22 2011
New Revision: 72491

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=72491
Log:
[svn-inject] Applying Debian modifications (0.0022-1) to trunk

Added:
    trunk/libshell-perl-perl/debian/
    trunk/libshell-perl-perl/debian/changelog
    trunk/libshell-perl-perl/debian/compat
    trunk/libshell-perl-perl/debian/control
    trunk/libshell-perl-perl/debian/copyright
    trunk/libshell-perl-perl/debian/libshell-perl-perl.docs
    trunk/libshell-perl-perl/debian/rules   (with props)
    trunk/libshell-perl-perl/debian/watch

Added: trunk/libshell-perl-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libshell-perl-perl/debian/changelog?rev=72491&op=file
==============================================================================
--- trunk/libshell-perl-perl/debian/changelog (added)
+++ trunk/libshell-perl-perl/debian/changelog Mon Apr 11 07:55:22 2011
@@ -1,0 +1,5 @@
+libshell-perl-perl (0.0022-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #613657)
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Thu, 07 Apr 2011 10:47:59 +0900

Added: trunk/libshell-perl-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libshell-perl-perl/debian/compat?rev=72491&op=file
==============================================================================
--- trunk/libshell-perl-perl/debian/compat (added)
+++ trunk/libshell-perl-perl/debian/compat Mon Apr 11 07:55:22 2011
@@ -1,0 +1,1 @@
+7

Added: trunk/libshell-perl-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libshell-perl-perl/debian/control?rev=72491&op=file
==============================================================================
--- trunk/libshell-perl-perl/debian/control (added)
+++ trunk/libshell-perl-perl/debian/control Mon Apr 11 07:55:22 2011
@@ -1,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 <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: TANIGUCHI Takaki <takaki at debian.org>
+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.

Added: trunk/libshell-perl-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libshell-perl-perl/debian/copyright?rev=72491&op=file
==============================================================================
--- trunk/libshell-perl-perl/debian/copyright (added)
+++ trunk/libshell-perl-perl/debian/copyright Mon Apr 11 07:55:22 2011
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: A. R. Ferreira <ferreira at cpan.org>
+Source: http://search.cpan.org/dist/Shell-Perl/
+Name: Shell-Perl
+
+Files: *
+Copyright: A. R. Ferreira <ferreira at cpan.org>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2011, TANIGUCHI Takaki <takaki at debian.org>
+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'.

Added: trunk/libshell-perl-perl/debian/libshell-perl-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libshell-perl-perl/debian/libshell-perl-perl.docs?rev=72491&op=file
==============================================================================
--- trunk/libshell-perl-perl/debian/libshell-perl-perl.docs (added)
+++ trunk/libshell-perl-perl/debian/libshell-perl-perl.docs Mon Apr 11 07:55:22 2011
@@ -1,0 +1,1 @@
+README

Added: trunk/libshell-perl-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libshell-perl-perl/debian/rules?rev=72491&op=file
==============================================================================
--- trunk/libshell-perl-perl/debian/rules (added)
+++ trunk/libshell-perl-perl/debian/rules Mon Apr 11 07:55:22 2011
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libshell-perl-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libshell-perl-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libshell-perl-perl/debian/watch?rev=72491&op=file
==============================================================================
--- trunk/libshell-perl-perl/debian/watch (added)
+++ trunk/libshell-perl-perl/debian/watch Mon Apr 11 07:55:22 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Shell-Perl/   .*/Shell-Perl-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




More information about the Pkg-perl-cvs-commits mailing list