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

dom at users.alioth.debian.org dom at users.alioth.debian.org
Wed May 12 20:02:24 UTC 2010


Author: dom
Date: Wed May 12 20:02:17 2010
New Revision: 57844

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

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

Added: trunk/libshell-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libshell-perl/debian/changelog?rev=57844&op=file
==============================================================================
--- trunk/libshell-perl/debian/changelog (added)
+++ trunk/libshell-perl/debian/changelog Wed May 12 20:02:17 2010
@@ -1,0 +1,5 @@
+libshell-perl (0.72-1) UNRELEASED; urgency=low
+
+  * Initial Release. (Closes: #580056)
+
+ -- Dominic Hargreaves <dom at earth.li>  Wed, 12 May 2010 19:54:45 +0000

Added: trunk/libshell-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libshell-perl/debian/compat?rev=57844&op=file
==============================================================================
--- trunk/libshell-perl/debian/compat (added)
+++ trunk/libshell-perl/debian/compat Wed May 12 20:02:17 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/libshell-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libshell-perl/debian/control?rev=57844&op=file
==============================================================================
--- trunk/libshell-perl/debian/control (added)
+++ trunk/libshell-perl/debian/control Wed May 12 20:02:17 2010
@@ -1,0 +1,20 @@
+Source: libshell-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl, libtest-more-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Dominic Hargreaves <dom at earth.li>
+Standards-Version: 3.8.4
+Homepage: http://search.cpan.org/dist/Shell/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libshell-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libshell-perl/
+
+Package: libshell-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, perl
+Description: run shell commands transparently within perl
+ This package is included as a show case, illustrating a few Perl features.
+ It shouldn't be used for production programs. Although it does provide a
+ simple interface for obtaining the standard output of arbitrary commands,
+ there may be better ways of achieving what you need.

Added: trunk/libshell-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libshell-perl/debian/copyright?rev=57844&op=file
==============================================================================
--- trunk/libshell-perl/debian/copyright (added)
+++ trunk/libshell-perl/debian/copyright Wed May 12 20:02:17 2010
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Adriano Ferreira
+Source: http://search.cpan.org/dist/Shell/
+Name: Shell
+
+Files: *
+Copyright: Copyright (C) 2005 by Perl 5 Porters
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2010, Dominic Hargreaves <dom at earth.li>
+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 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'

Added: trunk/libshell-perl/debian/libshell-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libshell-perl/debian/libshell-perl.docs?rev=57844&op=file
==============================================================================
--- trunk/libshell-perl/debian/libshell-perl.docs (added)
+++ trunk/libshell-perl/debian/libshell-perl.docs Wed May 12 20:02:17 2010
@@ -1,0 +1,1 @@
+README

Added: trunk/libshell-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libshell-perl/debian/rules?rev=57844&op=file
==============================================================================
--- trunk/libshell-perl/debian/rules (added)
+++ trunk/libshell-perl/debian/rules Wed May 12 20:02:17 2010
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

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

Added: trunk/libshell-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libshell-perl/debian/watch?rev=57844&op=file
==============================================================================
--- trunk/libshell-perl/debian/watch (added)
+++ trunk/libshell-perl/debian/watch Wed May 12 20:02:17 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Shell/   .*/Shell-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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