r70002 - in /trunk/libio-handle-util-perl/debian: ./ changelog compat control copyright libio-handle-util-perl.lintian-overrides patches/ patches/pod.patch patches/series rules source/ source/format watch

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Sun Feb 27 22:05:41 UTC 2011


Author: periapt-guest
Date: Sun Feb 27 22:05:33 2011
New Revision: 70002

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

Added:
    trunk/libio-handle-util-perl/debian/
    trunk/libio-handle-util-perl/debian/changelog
    trunk/libio-handle-util-perl/debian/compat
    trunk/libio-handle-util-perl/debian/control
    trunk/libio-handle-util-perl/debian/copyright
    trunk/libio-handle-util-perl/debian/libio-handle-util-perl.lintian-overrides
    trunk/libio-handle-util-perl/debian/patches/
    trunk/libio-handle-util-perl/debian/patches/pod.patch
    trunk/libio-handle-util-perl/debian/patches/series
    trunk/libio-handle-util-perl/debian/rules   (with props)
    trunk/libio-handle-util-perl/debian/source/
    trunk/libio-handle-util-perl/debian/source/format
    trunk/libio-handle-util-perl/debian/watch

Added: trunk/libio-handle-util-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-handle-util-perl/debian/changelog?rev=70002&op=file
==============================================================================
--- trunk/libio-handle-util-perl/debian/changelog (added)
+++ trunk/libio-handle-util-perl/debian/changelog Sun Feb 27 22:05:33 2011
@@ -1,0 +1,7 @@
+libio-handle-util-perl (0.01-1) UNRELEASED; urgency=low
+
+  TODO: desriptions
+
+  * Initial Release. (Closes: #615559)
+
+ -- Nicholas Bamber <nicholas at periapt.co.uk>  Sun, 27 Feb 2011 13:19:41 +0000

Added: trunk/libio-handle-util-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-handle-util-perl/debian/compat?rev=70002&op=file
==============================================================================
--- trunk/libio-handle-util-perl/debian/compat (added)
+++ trunk/libio-handle-util-perl/debian/compat Sun Feb 27 22:05:33 2011
@@ -1,0 +1,1 @@
+7

Added: trunk/libio-handle-util-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-handle-util-perl/debian/control?rev=70002&op=file
==============================================================================
--- trunk/libio-handle-util-perl/debian/control (added)
+++ trunk/libio-handle-util-perl/debian/control Sun Feb 27 22:05:33 2011
@@ -1,0 +1,24 @@
+Source: libio-handle-util-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl, libsub-exporter-perl, libasa-perl, libparent-perl,
+ libio-string-perl, libtest-use-ok-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Nicholas Bamber <nicholas at periapt.co.uk>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/IO-Handle-Util/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libio-handle-util-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libio-handle-util-perl/
+
+Package: libio-handle-util-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, libsub-exporter-perl, libasa-perl,
+ libparent-perl, libio-string-perl
+Description: module providing helper functions for IO::Handle
+ IO::Handle::Util and its copackaged modules provide various means of creating
+ file handles from callbacks and by coercing objects. In particular 
+ IO::Handle::Prototype::Fallback allows you to define a file handle 
+ by implementing the various file handle functions as callacks.
+ A much simpler interface is provided by IO::Handle::Iterator which reduces
+ the callbacks that need to be defined to one.

Added: trunk/libio-handle-util-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-handle-util-perl/debian/copyright?rev=70002&op=file
==============================================================================
--- trunk/libio-handle-util-perl/debian/copyright (added)
+++ trunk/libio-handle-util-perl/debian/copyright Sun Feb 27 22:05:33 2011
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Yuval Kogman <nothingmuch at woobling.org>
+Source: http://search.cpan.org/dist/IO-Handle-Util/
+Name: IO-Handle-Util
+
+Files: *
+Copyright: 2009, Yuval Kogman <nothingmuch at woobling.org>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2011, Nicholas Bamber <nicholas at periapt.co.uk>
+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/libio-handle-util-perl/debian/libio-handle-util-perl.lintian-overrides
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-handle-util-perl/debian/libio-handle-util-perl.lintian-overrides?rev=70002&op=file
==============================================================================
--- trunk/libio-handle-util-perl/debian/libio-handle-util-perl.lintian-overrides (added)
+++ trunk/libio-handle-util-perl/debian/libio-handle-util-perl.lintian-overrides Sun Feb 27 22:05:33 2011
@@ -1,0 +1,1 @@
+libio-handle-util-perl: no-upstream-changelog

Added: trunk/libio-handle-util-perl/debian/patches/pod.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-handle-util-perl/debian/patches/pod.patch?rev=70002&op=file
==============================================================================
--- trunk/libio-handle-util-perl/debian/patches/pod.patch (added)
+++ trunk/libio-handle-util-perl/debian/patches/pod.patch Sun Feb 27 22:05:33 2011
@@ -1,0 +1,15 @@
+Author: Nicholas Bamber <nicholas at periapt.co.uk>
+Forwarded: no
+Last-Update: 2011-02-27
+Subject: pod error
+--- a/lib/IO/Handle/Util.pm
++++ b/lib/IO/Handle/Util.pm
+@@ -370,6 +370,8 @@
+ 
+ Depending on the class of C<$obj> either returns or coerces the object.
+ 
++=back
++
+ Objects that are passed through include anything that subclasses L<IO::Handle>
+ or seems to duck type (supports the C<print> and C<getline> methods, which
+ might be a bit too permissive).

Added: trunk/libio-handle-util-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-handle-util-perl/debian/patches/series?rev=70002&op=file
==============================================================================
--- trunk/libio-handle-util-perl/debian/patches/series (added)
+++ trunk/libio-handle-util-perl/debian/patches/series Sun Feb 27 22:05:33 2011
@@ -1,0 +1,1 @@
+pod.patch

Added: trunk/libio-handle-util-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-handle-util-perl/debian/rules?rev=70002&op=file
==============================================================================
--- trunk/libio-handle-util-perl/debian/rules (added)
+++ trunk/libio-handle-util-perl/debian/rules Sun Feb 27 22:05:33 2011
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libio-handle-util-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libio-handle-util-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-handle-util-perl/debian/source/format?rev=70002&op=file
==============================================================================
--- trunk/libio-handle-util-perl/debian/source/format (added)
+++ trunk/libio-handle-util-perl/debian/source/format Sun Feb 27 22:05:33 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libio-handle-util-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-handle-util-perl/debian/watch?rev=70002&op=file
==============================================================================
--- trunk/libio-handle-util-perl/debian/watch (added)
+++ trunk/libio-handle-util-perl/debian/watch Sun Feb 27 22:05:33 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/IO-Handle-Util/   .*/IO-Handle-Util-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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