[SCM] Debian packaging of libgraphics-color-perl branch, master, updated. 4dca50f854d05f68d136d94ce2502e6c3a6ad23d

Florian Schlichting fschlich at zedat.fu-berlin.de
Tue Aug 23 11:42:16 UTC 2011


The following commit has been merged in the master branch:
commit 84d135d5db9e2ca47dc670622b4ca390b7ae7173
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Tue Aug 23 11:38:09 2011 +0000

    patch to silence lintian warning manpage-has-bad-whatis-entry

diff --git a/debian/changelog b/debian/changelog
index f5e73b0..b88b9ef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ libgraphics-color-perl (0.29-1) UNRELEASED; urgency=low
     - new copyright holder as of 2011
     - inc/Module/* removed
     - add myself to debian/*
+  * patch two manpages adding whatis descriptions
 
   [ Nathan Handler ]
   * New upstream release
diff --git a/debian/patches/manpage-has-bad-whatis-entry.patch b/debian/patches/manpage-has-bad-whatis-entry.patch
new file mode 100644
index 0000000..6a14b06
--- /dev/null
+++ b/debian/patches/manpage-has-bad-whatis-entry.patch
@@ -0,0 +1,29 @@
+Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
+Description: silence lintian warning manpage-has-bad-whatis-entry
+ lintian complains about manpage NAME sections not parseable by lexgrog.
+ What's lacking is a dash and short description. This patch adds very 
+ basic descriptions.
+Forwarded: no
+
+--- a/lib/Graphics/Color/HSV.pm
++++ b/lib/Graphics/Color/HSV.pm
+@@ -174,7 +174,7 @@
+ 
+ =head1 NAME
+ 
+-Graphics::Color::HSV
++Graphics::Color::HSV - HSV color space
+ 
+ =head1 VERSION
+ 
+--- a/lib/Graphics/Color/Types.pm
++++ b/lib/Graphics/Color/Types.pm
+@@ -24,7 +24,7 @@
+ 
+ =head1 NAME
+ 
+-Graphics::Color::Types
++Graphics::Color::Types - define Moose types Number360OrLess and NumberOneOrLess
+ 
+ =head1 VERSION
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..065a8f5
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+manpage-has-bad-whatis-entry.patch

-- 
Debian packaging of libgraphics-color-perl



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