--- libmixin-linewise-perl-0.003.orig/debian/control +++ libmixin-linewise-perl-0.003/debian/control @@ -0,0 +1,25 @@ +Source: libmixin-linewise-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl, libio-string-perl, libsub-exporter-perl, + perl (>= 5.10.1) | libtest-simple-perl (>= 0.88) +Maintainer: Debian Perl Group +Uploaders: Jonathan Yu +Standards-Version: 3.8.4 +Homepage: http://search.cpan.org/dist/Mixin-Linewise/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmixin-linewise-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmixin-linewise-perl/ + +Package: libmixin-linewise-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, libsub-exporter-perl, + libio-string-perl +Description: module to handle general file input/output operations + Mixin::Linewise is a Perl module that provides a generalized framework for + handling input/output operations. It can open files for I/O, convert strings + to handle type objects, and more. + . + With Reader and Writer classes, you can just write a method to manipulate + normal handles, and let the modules do the rest, like providing string and + filename handling methods. --- libmixin-linewise-perl-0.003.orig/debian/copyright +++ libmixin-linewise-perl-0.003/debian/copyright @@ -0,0 +1,34 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 +Maintainer: Ricardo SIGNES +Source: http://search.cpan.org/dist/Mixin-Linewise/ +Name: Mixin-Linewise + +Files: * +Copyright: 2008, Ricardo SIGNES +License: Artistic or GPL-1+ + +Files: inc/Module/* +Copyright: 2002-2010, Adam Kennedy + 2002-2010, Audrey Tang + 2002-2010, Brian Ingerson +License: Artistic or GPL-1+ + +Files: debian/* +Copyright: 2009-2010, Jonathan Yu +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' --- libmixin-linewise-perl-0.003.orig/debian/watch +++ libmixin-linewise-perl-0.003/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Mixin-Linewise/ .*/Mixin-Linewise-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libmixin-linewise-perl-0.003.orig/debian/compat +++ libmixin-linewise-perl-0.003/debian/compat @@ -0,0 +1 @@ +7 --- libmixin-linewise-perl-0.003.orig/debian/changelog +++ libmixin-linewise-perl-0.003/debian/changelog @@ -0,0 +1,16 @@ +libmixin-linewise-perl (0.003-1) unstable; urgency=low + + * New upstream release + * Standards-Version 3.8.4 (no changes) + * Rewrite control description + * Now requires Test::Simple 0.88 for done_testing + * Update copyright to new DEP5 format + * Refresh years of copyright + + -- Jonathan Yu Mon, 15 Feb 2010 10:40:42 -0500 + +libmixin-linewise-perl (0.002-1) unstable; urgency=low + + * Initial Release (Closes: #552241) + + -- Jonathan Yu Sat, 24 Oct 2009 08:29:21 -0400 --- libmixin-linewise-perl-0.003.orig/debian/rules +++ libmixin-linewise-perl-0.003/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@