r72755 - in /trunk/nama/debian: changelog patches/series patches/whatis.patch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon Apr 18 17:18:21 UTC 2011


Author: gregoa
Date: Mon Apr 18 17:18:01 2011
New Revision: 72755

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=72755
Log:
Add a patch to fix the whatis entry for the module's manpage.

Added:
    trunk/nama/debian/patches/series
    trunk/nama/debian/patches/whatis.patch
Modified:
    trunk/nama/debian/changelog

Modified: trunk/nama/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/nama/debian/changelog?rev=72755&op=diff
==============================================================================
--- trunk/nama/debian/changelog (original)
+++ trunk/nama/debian/changelog Mon Apr 18 17:18:01 2011
@@ -17,7 +17,6 @@
     - expanded test coverage
     - separate code into multiple modules
 
-
   [ Salvatore Bonaccorso ]
   * debian/control:
     - Add (Build-)Depends(Indep) on libfile-slurp-perl.
@@ -30,6 +29,7 @@
 
   [ gregor herrmann ]
   * Remove debian/nama.links, the script has a manpage of its own now.
+  * Add a patch to fix the whatis entry for the module's manpage.
 
  -- Joel Roth <joelz at pobox.com>  Sun, 17 Apr 2011 13:41:12 -1000
 

Added: trunk/nama/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/nama/debian/patches/series?rev=72755&op=file
==============================================================================
--- trunk/nama/debian/patches/series (added)
+++ trunk/nama/debian/patches/series Mon Apr 18 17:18:01 2011
@@ -1,0 +1,1 @@
+whatis.patch

Added: trunk/nama/debian/patches/whatis.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/nama/debian/patches/whatis.patch?rev=72755&op=file
==============================================================================
--- trunk/nama/debian/patches/whatis.patch (added)
+++ trunk/nama/debian/patches/whatis.patch Mon Apr 18 17:18:01 2011
@@ -1,0 +1,23 @@
+Description: change NAME to work around a man pickiness
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2011-04-18
+
+--- a/lib/Audio/Nama.pm
++++ b/lib/Audio/Nama.pm
+@@ -4719,7 +4719,7 @@
+ 
+ =head1 NAME
+ 
+-Nama (Audio::Nama) - an audio recording, mixing and editing application
++Nama/Audio::Nama - an audio recording, mixing and editing application
+ 
+ =head1 DESCRIPTION
+ 
+@@ -4732,4 +4732,4 @@
+ ALSA audio frameworks, automatically detects LADSPA plugins,
+ and supports Ladish Level 1 session handling.
+ 
+-Type C<man nama> for details.
+\ No newline at end of file
++Type C<man nama> for details.




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