--- libterm-encoding-perl-0.02.orig/debian/rules +++ libterm-encoding-perl-0.02/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --- libterm-encoding-perl-0.02.orig/debian/watch +++ libterm-encoding-perl-0.02/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Term-Encoding/ .*/Term-Encoding-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libterm-encoding-perl-0.02.orig/debian/changelog +++ libterm-encoding-perl-0.02/debian/changelog @@ -0,0 +1,5 @@ +libterm-encoding-perl (0.02-1) unstable; urgency=low + + * Initial Release. (Closes: #544498) + + -- Christine Spang Mon, 31 Aug 2009 21:41:01 -0400 --- libterm-encoding-perl-0.02.orig/debian/copyright +++ libterm-encoding-perl-0.02/debian/copyright @@ -0,0 +1,37 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Tatsuhiko Miyagawa , + Audrey Tang +Upstream-Source: http://search.cpan.org/dist/Term-Encoding/ +Upstream-Name: Term-Encoding + +Files: * +Copyright: Tatsuhiko Miyagawa , + Audrey Tang +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: inc/Module/* +Copyright: 2002-2009, Adam Kennedy + 2002-2009, Audrey Tang + 2002-2009, Brian Ingerson +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2009, Christine Spang +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' + +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' --- libterm-encoding-perl-0.02.orig/debian/compat +++ libterm-encoding-perl-0.02/debian/compat @@ -0,0 +1 @@ +7 --- libterm-encoding-perl-0.02.orig/debian/control +++ libterm-encoding-perl-0.02/debian/control @@ -0,0 +1,18 @@ +Source: libterm-encoding-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl +Maintainer: Debian Perl Group +Uploaders: Christine Spang +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/Term-Encoding/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libterm-encoding-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libterm-encoding-perl + +Package: libterm-encoding-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends} +Description: Perl module to detect encoding of the current terminal + Term::Encoding is a simple module to detect an encoding the current terminal + expects, in various ways.