r38146 - in /trunk/libio-all-lwp-perl: MANIFEST.bak debian/ debian/changelog debian/compat debian/control debian/copyright debian/rules debian/watch

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Tue Jun 16 04:19:30 UTC 2009


Author: ryan52-guest
Date: Tue Jun 16 04:19:24 2009
New Revision: 38146

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

Added:
    trunk/libio-all-lwp-perl/debian/
    trunk/libio-all-lwp-perl/debian/changelog
    trunk/libio-all-lwp-perl/debian/compat
    trunk/libio-all-lwp-perl/debian/control
    trunk/libio-all-lwp-perl/debian/copyright
    trunk/libio-all-lwp-perl/debian/rules   (with props)
    trunk/libio-all-lwp-perl/debian/watch
Removed:
    trunk/libio-all-lwp-perl/MANIFEST.bak

Added: trunk/libio-all-lwp-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-all-lwp-perl/debian/changelog?rev=38146&op=file
==============================================================================
--- trunk/libio-all-lwp-perl/debian/changelog (added)
+++ trunk/libio-all-lwp-perl/debian/changelog Tue Jun 16 04:19:24 2009
@@ -1,0 +1,5 @@
+libio-all-lwp-perl (0.14-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #533237)
+
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Mon, 15 Jun 2009 21:18:16 -0700

Added: trunk/libio-all-lwp-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-all-lwp-perl/debian/compat?rev=38146&op=file
==============================================================================
--- trunk/libio-all-lwp-perl/debian/compat (added)
+++ trunk/libio-all-lwp-perl/debian/compat Tue Jun 16 04:19:24 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libio-all-lwp-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-all-lwp-perl/debian/control?rev=38146&op=file
==============================================================================
--- trunk/libio-all-lwp-perl/debian/control (added)
+++ trunk/libio-all-lwp-perl/debian/control Tue Jun 16 04:19:24 2009
@@ -1,0 +1,23 @@
+Source: libio-all-lwp-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.8.0), libio-all-perl (>= 0.30), libwww-perl, libtest-pod-perl
+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/IO-All-LWP/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libio-all-lwp-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libio-all-lwp-perl/
+
+Package: libio-all-lwp-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, perl (>= 5.8.0),
+  libio-all-perl (>= 0.30), libwww-perl
+Description: Perl module to use HTTP and FTP URLs with IO::All
+ IO::All::LWP acts as glue between IO::All and LWP, so that files can
+ be read and written through the network using the convenient IO:All
+ interface. Note that this module is not used directly: you just use
+ IO::All, which knows when to autoload IO::All::HTTP, IO::All::HTTPS,
+ IO::All::FTP, or IO::All::Gopher, which implement the specific
+ protocols based on IO::All::LWP.

Added: trunk/libio-all-lwp-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-all-lwp-perl/debian/copyright?rev=38146&op=file
==============================================================================
--- trunk/libio-all-lwp-perl/debian/copyright (added)
+++ trunk/libio-all-lwp-perl/debian/copyright Tue Jun 16 04:19:24 2009
@@ -1,0 +1,35 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Ivan Tubert-Brohman <itub at cpan.org> and Brian Ingerson <ingy at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/IO-All-LWP/
+Upstream-Name: IO-All-LWP
+
+Files: *
+Copyright: Copyright (C) 2007 Ivan Tubert-Brohman <itub at cpan.org> and Brian Ingerson <ingy at cpan.org>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: inc/Module/*
+Copyright: 2002-2009, Adam Kennedy <adamk at cpan.org>
+ 2002-2009, Audrey Tang <autrijus at autrijus.org>
+ 2002-2009, Brian Ingerson <ingy at cpan.org>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, Ryan Niebur <ryanryan52 at gmail.com>
+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/libio-all-lwp-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-all-lwp-perl/debian/rules?rev=38146&op=file
==============================================================================
--- trunk/libio-all-lwp-perl/debian/rules (added)
+++ trunk/libio-all-lwp-perl/debian/rules Tue Jun 16 04:19:24 2009
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libio-all-lwp-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libio-all-lwp-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-all-lwp-perl/debian/watch?rev=38146&op=file
==============================================================================
--- trunk/libio-all-lwp-perl/debian/watch (added)
+++ trunk/libio-all-lwp-perl/debian/watch Tue Jun 16 04:19:24 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/IO-All-LWP/   .*/IO-All-LWP-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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