--- libio-interactive-perl-0.0.6.orig/debian/control +++ libio-interactive-perl-0.0.6/debian/control @@ -0,0 +1,18 @@ +Source: libio-interactive-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7), libtest-pod-perl, libtest-pod-coverage-perl +Build-Depends-Indep: perl (>= 5.9.0) +Maintainer: Debian Perl Group +Uploaders: Maximilian Gass +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 module for interactive I/O + IO::Interactive provides three utility subroutines that make it easier to + develop interactive applications: is_interactive, interactive and busy. --- libio-interactive-perl-0.0.6.orig/debian/copyright +++ libio-interactive-perl-0.0.6/debian/copyright @@ -0,0 +1,28 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 +Maintainer: brian d foy +Source: http://search.cpan.org/dist/IO-Interactive/ +Name: IO-Interactive + +Files: * +Copyright: 2005, Damian Conway +License: Artistic or GPL-1+ + +Files: debian/* +Copyright: 2010, Maximilian Gass +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' --- libio-interactive-perl-0.0.6.orig/debian/watch +++ libio-interactive-perl-0.0.6/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/IO-Interactive/ .*/IO-Interactive-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libio-interactive-perl-0.0.6.orig/debian/compat +++ libio-interactive-perl-0.0.6/debian/compat @@ -0,0 +1 @@ +7 --- libio-interactive-perl-0.0.6.orig/debian/changelog +++ libio-interactive-perl-0.0.6/debian/changelog @@ -0,0 +1,5 @@ +libio-interactive-perl (0.0.6-1) unstable; urgency=low + + * Initial Release (closes: #568132) + + -- Maximilian Gass Wed, 10 Feb 2010 23:19:50 +0100 --- libio-interactive-perl-0.0.6.orig/debian/rules +++ libio-interactive-perl-0.0.6/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --- libio-interactive-perl-0.0.6.orig/debian/libio-interactive-perl.examples +++ libio-interactive-perl-0.0.6/debian/libio-interactive-perl.examples @@ -0,0 +1 @@ +examples/*