[SCM] Debian package for Log::Report branch, master, updated. upstream/0.94-1-gb32856f

Fabrizio Regalli fabreg at fabreg.it
Thu Sep 8 13:57:59 UTC 2011


The following commit has been merged in the master branch:
commit b32856f753438dacbd5d34f132517add199e65aa
Author: Fabrizio Regalli <fabreg at fabreg.it>
Date:   Thu Sep 8 15:57:45 2011 +0200

    First debian release

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..308b448
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+liblog-report-perl (0.94-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #640917)
+
+ -- Fabrizio Regalli <fabreg at fabreg.it>  Thu, 8 Sep 2011 15:05:36 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..34c7327
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,28 @@
+Source: liblog-report-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Fabrizio Regalli <fabreg at fabreg.it>
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: libtest-pod-perl,
+ perl,
+ perl (>= 5.10.1) | libsys-syslog-perl (>= 0.27),
+ perl (>= 5.10.1) | libtest-simple-perl (>= 0.86)
+Standards-Version: 3.9.2
+Homepage: http://search.cpan.org/dist/Log-Report/
+
+Package: liblog-report-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends},
+ libtest-pod-perl,
+ perl,
+ perl (>= 5.10.1) | libsys-syslog-perl (>= 0.27),
+ perl (>= 5.10.1) | libtest-simple-perl (>= 0.86)
+Description: report a problem, pluggable handlers and language support
+ Handling messages to users can be a hassle, certainly when the same module is 
+ used for command-line and in a graphical interfaces, and has to cope with 
+ internationalization at the same time; this set of modules tries to 
+ simplify this.
+ Log::Report combines gettext features with Log::Dispatch-like features.
+ However, you can also use this module to do only translations or only 
+ message dispatching.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..7d07090
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,33 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Mark Overmeer
+Source: http://search.cpan.org/dist/Log-Report/
+Name: Log-Report
+
+Files: *
+Copyright: 2007-2011, Mark Overmeer
+License: Artistic or GPL-1+
+
+Files: lib/Log/Report/Win32Locale.pm
+Copyright: 2005, Clotho Advanced Media
+	   2001-2003, Sean M. Burke	
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2011, Fabrizio Regalli <fabreg at fabreg.it>
+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'.
diff --git a/debian/patches/01-fix-spelling.diff b/debian/patches/01-fix-spelling.diff
new file mode 100644
index 0000000..2331f5d
--- /dev/null
+++ b/debian/patches/01-fix-spelling.diff
@@ -0,0 +1,39 @@
+Description: Fix spelling errors
+Author: Fabrizio Regalli <fabreg at fabreg.it>
+Forwarded: no
+
+--- a/lib/Log/Report/Lexicon/Index.pod
++++ b/lib/Log/Report/Lexicon/Index.pod
+@@ -71,7 +71,7 @@
+ The EXTENSION filter can be used to reduce the filenames further, for
+ instance to select only C<po> or only C<mo> files, and ignore readme's.
+ Use an string, without dot and interpreted case-insensitive, or a
+-regular expresion.
++regular expression.
+ 
+ example: 
+ 
+--- a/lib/Log/Report/Lexicon/PO.pod
++++ b/lib/Log/Report/Lexicon/PO.pod
+@@ -29,7 +29,7 @@
+ 
+ =item automatic => PARAGRAPH
+ 
+-Automaticly added comments.
++Automatically added comments.
+ See L<addAutomatic()|Log::Report::Lexicon::PO/"Attributes">.
+ 
+ =item comment => PARAGRAPH
+--- a/lib/Log/Report/Message.pod
++++ b/lib/Log/Report/Message.pod
+@@ -70,8 +70,8 @@
+ category of the message.
+ 
+ One message can be part of multiple classes.  The STRING is used as
+-comma- and/or blank seperated list of class tokens, the ARRAY lists all
+-tokens seperately. See L<classes()|Log::Report::Message/"Accessors">.
++comma- and/or blank separated list of class tokens, the ARRAY lists all
++tokens separately. See L<classes()|Log::Report::Message/"Accessors">.
+ 
+ =item _classes => STRING|ARRAY
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..b427a59
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-fix-spelling.diff
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..2d33f6a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..438483b
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Log-Report/   .*/Log-Report-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

-- 
Debian package for Log::Report



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