debian/0000755000000000000000000000000011742574066007202 5ustar debian/compat0000644000000000000000000000000211742574066010400 0ustar 8 debian/libio-lcdproc-perl.docs0000644000000000000000000000000711742574066013533 0ustar README debian/copyright0000644000000000000000000000203711742574066011137 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: IO-LCDproc Upstream-Contact: Juan C. Muller Source: http://search.cpan.org/dist/IO-LCDproc/ Files: * Copyright: 2005, Juan C. Muller License: Artistic or GPL-1+ Files: debian/* Copyright: 2012, Dominique Dumont 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 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 systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000016111742574066010231 0ustar version=3 http://search.cpan.org/dist/IO-LCDproc/ .*/IO-LCDproc-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/rules0000755000000000000000000000003611742574066010261 0ustar #!/usr/bin/make -f %: dh $@ debian/changelog0000644000000000000000000000024311742574066011053 0ustar libio-lcdproc-perl (0.037-1) unstable; urgency=low * Initial Release. (Closes: #668917) -- Dominique Dumont Sun, 15 Apr 2012 18:29:18 +0200 debian/control0000644000000000000000000000145511742574066010612 0ustar Source: libio-lcdproc-perl Maintainer: Debian Perl Group Uploaders: Dominique Dumont Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl Standards-Version: 3.9.3 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libio-lcdproc-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libio-lcdproc-perl.git Homepage: http://search.cpan.org/dist/IO-LCDproc/ Package: libio-lcdproc-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, lcdproc Description: Perl extension to connect to a LCD display through lcdproc Lcdproc is a client/server suite including drivers for all kinds of nifty LCD displays. IO::LCDproc module provides a Perl interface to lcdproc. debian/source/0000755000000000000000000000000011742574066010502 5ustar debian/source/format0000644000000000000000000000001411742574066011710 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000011742574066010631 5ustar debian/patches/series0000644000000000000000000000001611742574066012043 0ustar fix-pod-error debian/patches/fix-pod-error0000644000000000000000000000176511742574066013262 0ustar Description: Fix pod error Pod is missing several =over and back lines around =item lines. Author: dod --- a/LCDproc.pm +++ b/LCDproc.pm @@ -232,6 +232,8 @@ =head3 METHODS +=over + =item new( name => 'Client_Name' [, host => $MYHOSTNAME] [, port => $MYPORTNUMBER] ) Constructor. Takes the following possible arguments (arguments must be given in key => value form): @@ -258,10 +260,14 @@ Flushes all answers from the server (should be called regulary if you don't need the answers) +=back + =head2 IO::LCDproc::Screen =head3 METHODS +=over + =item new( name => 'MYNAME') Constructor. Allowed options: @@ -282,10 +288,14 @@ alert The screen has an important message for the user. input The client is doing interactive input. +=back + =head2 IO::LCDproc::Widget =head3 METHODS +=over + =item new( name => 'MYNAME' ) Constructor. Allowed arguments: @@ -305,6 +315,8 @@ Restore previously saved data. (Implicitly calls set) +=back + =head1 SEE ALSO L