r52075 - in /trunk/libio-interactive-perl/debian: ./ changelog compat control copyright libio-interactive-perl.docs libio-interactive-perl.examples rules watch

mxey-guest at users.alioth.debian.org mxey-guest at users.alioth.debian.org
Tue Feb 2 20:28:12 UTC 2010


Author: mxey-guest
Date: Tue Feb  2 20:28:05 2010
New Revision: 52075

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

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

Added: trunk/libio-interactive-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-interactive-perl/debian/changelog?rev=52075&op=file
==============================================================================
--- trunk/libio-interactive-perl/debian/changelog (added)
+++ trunk/libio-interactive-perl/debian/changelog Tue Feb  2 20:28:05 2010
@@ -1,0 +1,5 @@
+libio-interactive-perl (0.0.6-1) UNRELEASED; urgency=low
+
+  * Initial Release (closes: #568132)
+
+ -- Maximilian Gass <mxey at cloudconnected.org>  Tue, 2 Feb 2010 18:09:13 +0100

Added: trunk/libio-interactive-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-interactive-perl/debian/compat?rev=52075&op=file
==============================================================================
--- trunk/libio-interactive-perl/debian/compat (added)
+++ trunk/libio-interactive-perl/debian/compat Tue Feb  2 20:28:05 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/libio-interactive-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-interactive-perl/debian/control?rev=52075&op=file
==============================================================================
--- trunk/libio-interactive-perl/debian/control (added)
+++ trunk/libio-interactive-perl/debian/control Tue Feb  2 20:28:05 2010
@@ -1,0 +1,18 @@
+Source: libio-interactive-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.9.0)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Maximilian Gass <mxey at cloudconnected.org>
+Standards-Version: 3.8.4
+Homepage: http://search.cpan.org/dist/IO-Interactive/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libio-interactive-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libio-interactive-perl/
+
+Package: libio-interactive-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, perl (>= 5.9.0)
+Description: Utility functions for interactive I/O
+ IO::Interactive provides three utility subroutines that make it easier to
+ develop interactive applications: is_interactive, interactive and busy.

Added: trunk/libio-interactive-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-interactive-perl/debian/copyright?rev=52075&op=file
==============================================================================
--- trunk/libio-interactive-perl/debian/copyright (added)
+++ trunk/libio-interactive-perl/debian/copyright Tue Feb  2 20:28:05 2010
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Damian Conway <DCONWAY at cpan.org>
+Source: http://search.cpan.org/dist/IO-Interactive/
+Name: IO-Interactive
+
+Files: *
+Copyright: 2005, Damian Conway <DCONWAY at cpan.org>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2010, Maximilian Gass <mxey at cloudconnected.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 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-interactive-perl/debian/libio-interactive-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-interactive-perl/debian/libio-interactive-perl.docs?rev=52075&op=file
==============================================================================
--- trunk/libio-interactive-perl/debian/libio-interactive-perl.docs (added)
+++ trunk/libio-interactive-perl/debian/libio-interactive-perl.docs Tue Feb  2 20:28:05 2010
@@ -1,0 +1,1 @@
+README

Added: trunk/libio-interactive-perl/debian/libio-interactive-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-interactive-perl/debian/libio-interactive-perl.examples?rev=52075&op=file
==============================================================================
--- trunk/libio-interactive-perl/debian/libio-interactive-perl.examples (added)
+++ trunk/libio-interactive-perl/debian/libio-interactive-perl.examples Tue Feb  2 20:28:05 2010
@@ -1,0 +1,1 @@
+examples/*

Added: trunk/libio-interactive-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-interactive-perl/debian/rules?rev=52075&op=file
==============================================================================
--- trunk/libio-interactive-perl/debian/rules (added)
+++ trunk/libio-interactive-perl/debian/rules Tue Feb  2 20:28:05 2010
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

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

Added: trunk/libio-interactive-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-interactive-perl/debian/watch?rev=52075&op=file
==============================================================================
--- trunk/libio-interactive-perl/debian/watch (added)
+++ trunk/libio-interactive-perl/debian/watch Tue Feb  2 20:28:05 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/IO-Interactive/   .*/IO-Interactive-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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