debian/0000755000000000000000000000000011434265374007177 5ustar debian/control0000644000000000000000000000211311434265203010566 0ustar Source: libfile-countlines-perl Section: perl Priority: optional Build-Depends: debhelper (>= 7), libtest-pod-perl Build-Depends-Indep: perl Maintainer: Debian Perl Group Uploaders: Maximilian Gass , gregor herrmann Standards-Version: 3.9.1 Homepage: http://search.cpan.org/dist/File-CountLines/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libfile-countlines-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libfile-countlines-perl/ Package: libfile-countlines-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends} Description: module for efficiently counting the number of lines in a file perlfaq5 answers the question on how to count the number of lines in a file. File::CountLines is a convenient wrapper around that method, with additional options. . More specifically, it counts the number of line breaks rather than lines. On Unix systems nearlly all text files end with a newline (by convention), so usually the number of lines and number of line breaks is equal. debian/copyright0000644000000000000000000000207211434265147011131 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Moritz Lenz Source: http://search.cpan.org/dist/File-CountLines/ Name: File-CountLines Files: * Copyright: 2008, Moritz Lenz License: Artistic or GPL-1+ Files: debian/* Copyright: 2010, Maximilian Gass 2010, gregor herrmann 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 version 1 of the General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000017311332316145010217 0ustar version=3 http://search.cpan.org/dist/File-CountLines/ .*/File-CountLines-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/compat0000644000000000000000000000000211337524306010370 0ustar 7 debian/changelog0000644000000000000000000000107711434265321011046 0ustar libfile-countlines-perl (0.0.3-1) unstable; urgency=low * New upstream release. * Remove patch, applied upstream. * Convert to source format 3.0 (quilt). Remove quilt framework. * debian/copyright: point to /usr/share/common-licenses/GPL-1. * Set Standards-Version to 3.9.1 (no changes). * Add /me to Uploaders. -- gregor herrmann Sun, 22 Aug 2010 20:22:08 +0200 libfile-countlines-perl (0.0.2-1) unstable; urgency=low * Initial Release (closes: #568134) -- Maximilian Gass Tue, 02 Feb 2010 21:13:03 +0100 debian/source/0000755000000000000000000000000011434265332010471 5ustar debian/source/format0000644000000000000000000000001411434265022011673 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611434265035010250 0ustar #!/usr/bin/make -f %: dh $@