[SCM] Packaging Log::Dispatch::Config in Debian branch, master, updated. 957d64ee6865b09570180ca9162954e19040f414

Carlos Vicente cvicente at cpan.org
Wed Feb 15 19:34:42 UTC 2012


The following commit has been merged in the master branch:
commit 957d64ee6865b09570180ca9162954e19040f414
Author: Carlos Vicente <cvicente at cpan.org>
Date:   Wed Feb 15 11:27:47 2012 -0800

    Applied TODO. Thanks Gregor

diff --git a/debian/changelog b/debian/changelog
index 2e98b4e..ea09d48 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,18 +1,4 @@
-liblog-dispatch-config-perl (1.04-1) UNRELEASED; urgency=low
-
-  TODO:
-  - remove debian/*.docs (the README is just pod2text output)
-  - debian/copyright:
-    + (missing years of upstream copyright but well, there are none)
-    + no indication if any copyright holder! luckily we have a blanko
-      statement from upstream, please add it as a Comment
-    + missing newline between header fields and first Files; cf. eg.
-      libweb-scraper-perl/debian/copyright
-  - d/control:
-    + remove unversioned "perl" from Depends
-  - and lintian says:
-  I: liblog-dispatch-config-perl: using-first-person-in-description line 3: I
-  I: liblog-dispatch-config-perl: spelling-error-in-manpage usr/share/man/man3/Log::Dispatch::Config.3pm.gz splitted split
+liblog-dispatch-config-perl (1.04-1) unstable; urgency=low
 
   * Initial Release (Closes: #659780)
 
diff --git a/debian/control b/debian/control
index 1721b85..c7036a4 100644
--- a/debian/control
+++ b/debian/control
@@ -20,10 +20,9 @@ Depends: ${misc:Depends},
          libappconfig-perl,
          libio-stringy-perl,
          liblog-dispatch-perl,
-         perl
 Description: Log4j for Perl
  Log::Dispatch::Config is a subclass of Log::Dispatch and provides a way to
  configure Log::Dispatch object with configulation file (default, in AppConfig
- format). I mean, this is log4j for Perl, not with all API compatibility
+ format). In other words, this is log4j for Perl, not with all API compatibility
  though.
 
diff --git a/debian/copyright b/debian/copyright
index 463c5d5..24915f8 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,9 +2,12 @@ Format: http://dep.debian.net/deps/dep5/
 Upstream-Name: Log-Dispatch-Config
 Upstream-Contact: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
 Source: http://search.cpan.org/dist/Log-Dispatch-Config/
+
 Files: *
 Copyright: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
 License: Artistic or GPL-1+
+Comment: Tatsuhiko Miyagawa <miyagawa at bulknews.net> with much help 
+         from Matt Sergeant <matt at sergeant.org>
 
 Files: debian/*
 Copyright: 2012, Carlos Vicente <cvicente at cpan.org>
diff --git a/debian/liblog-dispatch-config-perl.docs b/debian/liblog-dispatch-config-perl.docs
deleted file mode 100644
index e845566..0000000
--- a/debian/liblog-dispatch-config-perl.docs
+++ /dev/null
@@ -1 +0,0 @@
-README
diff --git a/debian/patches/pod_sp.patch b/debian/patches/pod_sp.patch
new file mode 100644
index 0000000..c10e6c3
--- /dev/null
+++ b/debian/patches/pod_sp.patch
@@ -0,0 +1,16 @@
+Description: Spelling error fix splitted -> split
+Author: Carlos Vicente <cvicente at cpan.org>
+Last-Update: 2012-02-15
+
+
+--- a/lib/Log/Dispatch/Config.pm
++++ b/lib/Log/Dispatch/Config.pm
+@@ -244,7 +244,7 @@
+ 
+   dispatchers = file screen
+ 
+-C<dispatchers> defines logger names, which will be splitted by spaces.
++C<dispatchers> defines logger names, which will be split by spaces.
+ If this parameter is unset, no logging is done.
+ 
+ =item format
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..2cf866e
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+pod_sp.patch

-- 
Packaging Log::Dispatch::Config in Debian



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