r39634 - in /trunk/libproc-reliable-perl/debian: ./ changelog compat control copyright rules watch

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Fri Jul 10 01:05:51 UTC 2009


Author: jawnsy-guest
Date: Fri Jul 10 01:05:45 2009
New Revision: 39634

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

Added:
    trunk/libproc-reliable-perl/debian/
    trunk/libproc-reliable-perl/debian/changelog
    trunk/libproc-reliable-perl/debian/compat
    trunk/libproc-reliable-perl/debian/control
    trunk/libproc-reliable-perl/debian/copyright
    trunk/libproc-reliable-perl/debian/rules   (with props)
    trunk/libproc-reliable-perl/debian/watch

Added: trunk/libproc-reliable-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libproc-reliable-perl/debian/changelog?rev=39634&op=file
==============================================================================
--- trunk/libproc-reliable-perl/debian/changelog (added)
+++ trunk/libproc-reliable-perl/debian/changelog Fri Jul 10 01:05:45 2009
@@ -1,0 +1,5 @@
+libproc-reliable-perl (1.16-1) UNRELEASED; urgency=low
+
+  * Initial Release. (Closes: #536391)
+
+ -- Jonathan Yu <frequency at cpan.org>  Thu, 9 Jul 2009 16:48:50 -0400

Added: trunk/libproc-reliable-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libproc-reliable-perl/debian/compat?rev=39634&op=file
==============================================================================
--- trunk/libproc-reliable-perl/debian/compat (added)
+++ trunk/libproc-reliable-perl/debian/compat Fri Jul 10 01:05:45 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libproc-reliable-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libproc-reliable-perl/debian/control?rev=39634&op=file
==============================================================================
--- trunk/libproc-reliable-perl/debian/control (added)
+++ trunk/libproc-reliable-perl/debian/control Fri Jul 10 01:05:45 2009
@@ -1,0 +1,26 @@
+Source: libproc-reliable-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.6.0-12)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <frequency at cpan.org>
+Standards-Version: 3.8.2
+Homepage: http://search.cpan.org/dist/Proc-Reliable/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libproc-reliable-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libproc-reliable-perl/
+
+Package: libproc-reliable-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}
+Description: Perl module to run external processes reliably
+ Proc::Reliable is a class for simple, reliable and configurable subprocess
+ execution in Perl. In particular, it is especially useful for managing the
+ execution of 'problem' programs which are likely to fail, hang, or otherwise
+ behave in an unruly manner.
+ .
+ This module includes all of the functionality of the backticks operator and
+ system() functions, plus many common uses of fork() and exec(), open2() and
+ open3(). It incorporates a number of options, including sending data to the
+ subprocess on STDIN, collecting STDOUT and STDERR separately or together,
+ killing hung processes, timeouts and automatic retries.

Added: trunk/libproc-reliable-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libproc-reliable-perl/debian/copyright?rev=39634&op=file
==============================================================================
--- trunk/libproc-reliable-perl/debian/copyright (added)
+++ trunk/libproc-reliable-perl/debian/copyright Fri Jul 10 01:05:45 2009
@@ -1,0 +1,33 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Dan Goldwater <dgold at zblob.com>
+Upstream-Source: http://search.cpan.org/dist/Proc-Reliable/
+Upstream-Name: Proc-Reliable
+
+Files: *
+Copyright: 2001-2002, Dan Goldwater <dgold at zblob.com>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: Reliable.pm
+Copyright: 2001, Dan Goldwater <dgold at zblob.com>
+ 1999, John Hanju Kim <jhkim at fnal.gov>
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, Jonathan Yu <frequency at cpan.org>
+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'

Added: trunk/libproc-reliable-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libproc-reliable-perl/debian/rules?rev=39634&op=file
==============================================================================
--- trunk/libproc-reliable-perl/debian/rules (added)
+++ trunk/libproc-reliable-perl/debian/rules Fri Jul 10 01:05:45 2009
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

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

Added: trunk/libproc-reliable-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libproc-reliable-perl/debian/watch?rev=39634&op=file
==============================================================================
--- trunk/libproc-reliable-perl/debian/watch (added)
+++ trunk/libproc-reliable-perl/debian/watch Fri Jul 10 01:05:45 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Proc-Reliable/   .*/Proc-Reliable-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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