r76293 - in /trunk/libio-pty-easy-perl/debian: ./ changelog compat control copyright rules source/ source/format watch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Jun 23 00:04:31 UTC 2011


Author: gregoa
Date: Thu Jun 23 00:04:28 2011
New Revision: 76293

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

Added:
    trunk/libio-pty-easy-perl/debian/
    trunk/libio-pty-easy-perl/debian/changelog
    trunk/libio-pty-easy-perl/debian/compat
    trunk/libio-pty-easy-perl/debian/control
    trunk/libio-pty-easy-perl/debian/copyright
    trunk/libio-pty-easy-perl/debian/rules   (with props)
    trunk/libio-pty-easy-perl/debian/source/
    trunk/libio-pty-easy-perl/debian/source/format
    trunk/libio-pty-easy-perl/debian/watch

Added: trunk/libio-pty-easy-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-pty-easy-perl/debian/changelog?rev=76293&op=file
==============================================================================
--- trunk/libio-pty-easy-perl/debian/changelog (added)
+++ trunk/libio-pty-easy-perl/debian/changelog Thu Jun 23 00:04:28 2011
@@ -1,0 +1,5 @@
+libio-pty-easy-perl (0.08-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- gregor herrmann <gregoa at debian.org>  Thu, 23 Jun 2011 00:27:34 +0200

Added: trunk/libio-pty-easy-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-pty-easy-perl/debian/compat?rev=76293&op=file
==============================================================================
--- trunk/libio-pty-easy-perl/debian/compat (added)
+++ trunk/libio-pty-easy-perl/debian/compat Thu Jun 23 00:04:28 2011
@@ -1,0 +1,1 @@
+8

Added: trunk/libio-pty-easy-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-pty-easy-perl/debian/control?rev=76293&op=file
==============================================================================
--- trunk/libio-pty-easy-perl/debian/control (added)
+++ trunk/libio-pty-easy-perl/debian/control Thu Jun 23 00:04:28 2011
@@ -1,0 +1,24 @@
+Source: libio-pty-easy-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: gregor herrmann <gregoa at debian.org>
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: libio-pty-perl,
+ perl
+Standards-Version: 3.9.2
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libio-pty-easy-perl/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libio-pty-easy-perl/
+Homepage: http://search.cpan.org/dist/IO-Pty-Easy/
+
+Package: libio-pty-easy-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends},
+ libio-pty-perl
+Description: module providing an easy interface to IO::Pty
+ IO::Pty::Easy provides an interface to IO::Pty which hides most of the ugly
+ details of handling ptys, wrapping them instead in simple spawn/read/write
+ commands.
+ .
+ IO::Pty::Easy uses IO::Pty internally, so it inherits all of the portability
+ restrictions from that module.

Added: trunk/libio-pty-easy-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-pty-easy-perl/debian/copyright?rev=76293&op=file
==============================================================================
--- trunk/libio-pty-easy-perl/debian/copyright (added)
+++ trunk/libio-pty-easy-perl/debian/copyright Thu Jun 23 00:04:28 2011
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Jesse Luehrs <doy at tozt dot net>
+Source: http://search.cpan.org/dist/IO-Pty-Easy/
+Name: IO-Pty-Easy
+
+Files: *
+Copyright: 2007-2009, Jesse Luehrs <doy at tozt dot net>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2011, gregor herrmann <gregoa at debian.org>
+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-pty-easy-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-pty-easy-perl/debian/rules?rev=76293&op=file
==============================================================================
--- trunk/libio-pty-easy-perl/debian/rules (added)
+++ trunk/libio-pty-easy-perl/debian/rules Thu Jun 23 00:04:28 2011
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libio-pty-easy-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libio-pty-easy-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-pty-easy-perl/debian/source/format?rev=76293&op=file
==============================================================================
--- trunk/libio-pty-easy-perl/debian/source/format (added)
+++ trunk/libio-pty-easy-perl/debian/source/format Thu Jun 23 00:04:28 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libio-pty-easy-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-pty-easy-perl/debian/watch?rev=76293&op=file
==============================================================================
--- trunk/libio-pty-easy-perl/debian/watch (added)
+++ trunk/libio-pty-easy-perl/debian/watch Thu Jun 23 00:04:28 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/IO-Pty-Easy/   .*/IO-Pty-Easy-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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