r52061 - in /trunk/libfile-countlines-perl/debian: ./ README.source changelog compat control copyright libfile-countlines-perl.docs patches/ patches/fix-manpage-spelling patches/series rules watch

mxey-guest at users.alioth.debian.org mxey-guest at users.alioth.debian.org
Tue Feb 2 19:45:31 UTC 2010


Author: mxey-guest
Date: Tue Feb  2 19:45:23 2010
New Revision: 52061

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=52061
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/libfile-countlines-perl/debian/
    trunk/libfile-countlines-perl/debian/README.source
    trunk/libfile-countlines-perl/debian/changelog
    trunk/libfile-countlines-perl/debian/compat
    trunk/libfile-countlines-perl/debian/control
    trunk/libfile-countlines-perl/debian/copyright
    trunk/libfile-countlines-perl/debian/libfile-countlines-perl.docs
    trunk/libfile-countlines-perl/debian/patches/
    trunk/libfile-countlines-perl/debian/patches/fix-manpage-spelling
    trunk/libfile-countlines-perl/debian/patches/series
    trunk/libfile-countlines-perl/debian/rules   (with props)
    trunk/libfile-countlines-perl/debian/watch

Added: trunk/libfile-countlines-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-countlines-perl/debian/README.source?rev=52061&op=file
==============================================================================
--- trunk/libfile-countlines-perl/debian/README.source (added)
+++ trunk/libfile-countlines-perl/debian/README.source Tue Feb  2 19:45:23 2010
@@ -1,0 +1,5 @@
+This package uses quilt to manage all modifications to the upstream
+source.  Changes are stored in the source package as diffs in
+debian/patches and applied during the build.
+
+See /usr/share/doc/quilt/README.source for a detailed explanation.

Added: trunk/libfile-countlines-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-countlines-perl/debian/changelog?rev=52061&op=file
==============================================================================
--- trunk/libfile-countlines-perl/debian/changelog (added)
+++ trunk/libfile-countlines-perl/debian/changelog Tue Feb  2 19:45:23 2010
@@ -1,0 +1,5 @@
+libfile-countlines-perl (0.0.2-1) UNRELEASED; urgency=low
+
+  * Initial Release (closes: #568134)
+
+ -- Maximilian Gass <mxey at cloudconnected.org>  Tue, 2 Feb 2010 18:08:59 +0100

Added: trunk/libfile-countlines-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-countlines-perl/debian/compat?rev=52061&op=file
==============================================================================
--- trunk/libfile-countlines-perl/debian/compat (added)
+++ trunk/libfile-countlines-perl/debian/compat Tue Feb  2 19:45:23 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/libfile-countlines-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-countlines-perl/debian/control?rev=52061&op=file
==============================================================================
--- trunk/libfile-countlines-perl/debian/control (added)
+++ trunk/libfile-countlines-perl/debian/control Tue Feb  2 19:45:23 2010
@@ -1,0 +1,24 @@
+Source: libfile-countlines-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7.0.8~), perl (>= 5.10) | libmodule-build-perl,
+ quilt (>= 0.46-7~)
+Build-Depends-Indep: perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Maximilian Gass <mxey at cloudconnected.org>
+Standards-Version: 3.8.4
+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: Efficiently count the number of line breaks 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.

Added: trunk/libfile-countlines-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-countlines-perl/debian/copyright?rev=52061&op=file
==============================================================================
--- trunk/libfile-countlines-perl/debian/copyright (added)
+++ trunk/libfile-countlines-perl/debian/copyright Tue Feb  2 19:45:23 2010
@@ -1,0 +1,28 @@
+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 <mxey at cloudconnected.org>
+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'

Added: trunk/libfile-countlines-perl/debian/libfile-countlines-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-countlines-perl/debian/libfile-countlines-perl.docs?rev=52061&op=file
==============================================================================
--- trunk/libfile-countlines-perl/debian/libfile-countlines-perl.docs (added)
+++ trunk/libfile-countlines-perl/debian/libfile-countlines-perl.docs Tue Feb  2 19:45:23 2010
@@ -1,0 +1,1 @@
+README

Added: trunk/libfile-countlines-perl/debian/patches/fix-manpage-spelling
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-countlines-perl/debian/patches/fix-manpage-spelling?rev=52061&op=file
==============================================================================
--- trunk/libfile-countlines-perl/debian/patches/fix-manpage-spelling (added)
+++ trunk/libfile-countlines-perl/debian/patches/fix-manpage-spelling Tue Feb  2 19:45:23 2010
@@ -1,0 +1,11 @@
+--- a/lib/File/CountLines.pm
++++ b/lib/File/CountLines.pm
+@@ -185,7 +185,7 @@
+ 
+ You can add your own EOL styles by adding them to the
+ C<%File::CountLines::StyleMap> hash, with the name of the style as hash key
+-and the seperator as the value.
++and the separator as the value.
+ 
+ =head1 AUTHOR
+ 

Added: trunk/libfile-countlines-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-countlines-perl/debian/patches/series?rev=52061&op=file
==============================================================================
--- trunk/libfile-countlines-perl/debian/patches/series (added)
+++ trunk/libfile-countlines-perl/debian/patches/series Tue Feb  2 19:45:23 2010
@@ -1,0 +1,1 @@
+fix-manpage-spelling

Added: trunk/libfile-countlines-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-countlines-perl/debian/rules?rev=52061&op=file
==============================================================================
--- trunk/libfile-countlines-perl/debian/rules (added)
+++ trunk/libfile-countlines-perl/debian/rules Tue Feb  2 19:45:23 2010
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh --with quilt $@

Propchange: trunk/libfile-countlines-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libfile-countlines-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-countlines-perl/debian/watch?rev=52061&op=file
==============================================================================
--- trunk/libfile-countlines-perl/debian/watch (added)
+++ trunk/libfile-countlines-perl/debian/watch Tue Feb  2 19:45:23 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/File-CountLines/   .*/File-CountLines-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




More information about the Pkg-perl-cvs-commits mailing list