--- libio-bufferedselect-perl-1.0.orig/debian/changelog +++ libio-bufferedselect-perl-1.0/debian/changelog @@ -0,0 +1,5 @@ +libio-bufferedselect-perl (1.0-1) unstable; urgency=low + + * Initial release. (Closes: #550284) + + -- Ignace Mouzannar Sat, 10 Oct 2009 19:17:59 +0200 --- libio-bufferedselect-perl-1.0.orig/debian/compat +++ libio-bufferedselect-perl-1.0/debian/compat @@ -0,0 +1 @@ +7 --- libio-bufferedselect-perl-1.0.orig/debian/control +++ libio-bufferedselect-perl-1.0/debian/control @@ -0,0 +1,21 @@ +Source: libio-bufferedselect-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7.0.50~) +Build-Depends-Indep: perl (>= 5.8.8-7) +Maintainer: Debian Perl Group +Uploaders: Ignace Mouzannar +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/IO-BufferedSelect/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libio-bufferedselect-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libio-bufferedselect-perl/ + +Package: libio-bufferedselect-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends} +Description: Perl module for line-buffered select interface + The purpose of this module is to implement a buffered version of the select + interface that operates on lines, rather than characters. Given a set of + filehandles, it will block until a full line is available on one or more + of them. + --- libio-bufferedselect-perl-1.0.orig/debian/rules +++ libio-bufferedselect-perl-1.0/debian/rules @@ -0,0 +1,5 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +%: + dh $@ --- libio-bufferedselect-perl-1.0.orig/debian/copyright +++ libio-bufferedselect-perl-1.0/debian/copyright @@ -0,0 +1,30 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Antal Novak +Upstream-Source: http://search.cpan.org/dist/IO-BufferedSelect/ +Upstream-Name: IO-BufferedSelect + +Files: * +Copyright: 2007-2009, Antal Novak +License-Alias: Perl +Licence: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2009, Ignace Mouzannar +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' + +Licence: GPL-1+ + + This package 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 of the License, or + 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-bufferedselect-perl-1.0.orig/debian/watch +++ libio-bufferedselect-perl-1.0/debian/watch @@ -0,0 +1,2 @@ +version=3 + http://search.cpan.org/dist/IO-BufferedSelect/ .*/IO-BufferedSelect-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$