r36207 - in /trunk/libcapture-tiny-perl/debian: ./ changelog compat control copyright libcapture-tiny-perl.docs libcapture-tiny-perl.examples rules watch

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Sat May 23 11:45:46 UTC 2009


Author: ryan52-guest
Date: Sat May 23 11:45:42 2009
New Revision: 36207

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

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

Added: trunk/libcapture-tiny-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcapture-tiny-perl/debian/changelog?rev=36207&op=file
==============================================================================
--- trunk/libcapture-tiny-perl/debian/changelog (added)
+++ trunk/libcapture-tiny-perl/debian/changelog Sat May 23 11:45:42 2009
@@ -1,0 +1,5 @@
+libcapture-tiny-perl (0.06-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #530252)
+
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Sat, 23 May 2009 04:44:25 -0700

Added: trunk/libcapture-tiny-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcapture-tiny-perl/debian/compat?rev=36207&op=file
==============================================================================
--- trunk/libcapture-tiny-perl/debian/compat (added)
+++ trunk/libcapture-tiny-perl/debian/compat Sat May 23 11:45:42 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libcapture-tiny-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcapture-tiny-perl/debian/control?rev=36207&op=file
==============================================================================
--- trunk/libcapture-tiny-perl/debian/control (added)
+++ trunk/libcapture-tiny-perl/debian/control Sat May 23 11:45:42 2009
@@ -1,0 +1,21 @@
+Source: libcapture-tiny-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), libmodule-build-perl
+Build-Depends-Indep: perl (>= 5.6.0-12)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ryan Niebur <ryanryan52 at gmail.com>
+Standards-Version: 3.8.1
+Homepage: http://search.cpan.org/dist/Capture-Tiny/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcapture-tiny-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libcapture-tiny-perl/
+
+Package: libcapture-tiny-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}
+Description: Perl module to capture STDOUT and STDERR from Perl, XS or external programs
+ Capture::Tiny provides a simple, portable way to capture anything
+ sent to STDOUT or STDERR, regardless of whether it comes from Perl,
+ from XS code or from an external program. Optionally, output can be
+ teed so that it is captured while being passed through to the
+ original handles.

Added: trunk/libcapture-tiny-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcapture-tiny-perl/debian/copyright?rev=36207&op=file
==============================================================================
--- trunk/libcapture-tiny-perl/debian/copyright (added)
+++ trunk/libcapture-tiny-perl/debian/copyright Sat May 23 11:45:42 2009
@@ -1,0 +1,46 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: David Golden <dagolden at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/Capture-Tiny/
+Upstream-Name: Capture-Tiny
+
+Files: *
+Copyright: Copyright (c) 2009 by David A. Golden. All rights reserved.
+License: Apache-2.0
+
+Files: debian/*
+Copyright: 2009, Ryan Niebur <ryanryan52 at gmail.com>
+License: Apache-2.0 | Artistic | GPL-1+
+
+License: Apache-2.0
+    Licensed under Apache License, Version 2.0 (the "License"). You may not
+    use this file except in compliance with the License. A copy of the
+    License was distributed with this file or you may obtain a copy of the
+    License from http://www.apache.org/licenses/LICENSE-2.0
+    .
+    Files produced as output though the use of this software, shall not be
+    considered Derivative Works, but shall be considered the original work
+    of the Licensor.
+    .
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+    .
+    On Debian GNU/Linux systems, the complete text of the Apache License,
+    Version 2.0 can be found in `/usr/share/common-licenses/Apache-2.0'
+
+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/libcapture-tiny-perl/debian/libcapture-tiny-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcapture-tiny-perl/debian/libcapture-tiny-perl.docs?rev=36207&op=file
==============================================================================
--- trunk/libcapture-tiny-perl/debian/libcapture-tiny-perl.docs (added)
+++ trunk/libcapture-tiny-perl/debian/libcapture-tiny-perl.docs Sat May 23 11:45:42 2009
@@ -1,0 +1,1 @@
+Todo

Added: trunk/libcapture-tiny-perl/debian/libcapture-tiny-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcapture-tiny-perl/debian/libcapture-tiny-perl.examples?rev=36207&op=file
==============================================================================
--- trunk/libcapture-tiny-perl/debian/libcapture-tiny-perl.examples (added)
+++ trunk/libcapture-tiny-perl/debian/libcapture-tiny-perl.examples Sat May 23 11:45:42 2009
@@ -1,0 +1,1 @@
+examples/*

Added: trunk/libcapture-tiny-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcapture-tiny-perl/debian/rules?rev=36207&op=file
==============================================================================
--- trunk/libcapture-tiny-perl/debian/rules (added)
+++ trunk/libcapture-tiny-perl/debian/rules Sat May 23 11:45:42 2009
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

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

Added: trunk/libcapture-tiny-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcapture-tiny-perl/debian/watch?rev=36207&op=file
==============================================================================
--- trunk/libcapture-tiny-perl/debian/watch (added)
+++ trunk/libcapture-tiny-perl/debian/watch Sat May 23 11:45:42 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Capture-Tiny/   .*/Capture-Tiny-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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