[SCM] Debian packaging of libaudio-mpd-perl branch, master, updated. debian/1.112670-1-9-g48931aa

Florian Schlichting fschlich at zedat.fu-berlin.de
Wed Feb 29 22:48:49 UTC 2012


The following commit has been merged in the master branch:
commit ccbfe12811ef39fe88f57ef7ce599bb9b8f4886f
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Wed Feb 29 23:45:37 2012 +0100

    added fix-script-name-in-pod.patch

diff --git a/debian/changelog b/debian/changelog
index 92f0f5e..1f961b4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ libaudio-mpd-perl (1.113280-1) UNRELEASED; urgency=low
   * Added bug655669-mpd-dynamic.patch and bug655670-mpd-rate.patch, fixing
     Perl errors and warnings when no song is playing (Closes: #655669,
     #655670).
+  * Added fix-script-name-in-pod.patch.
 
  -- gregor herrmann <gregoa at debian.org>  Fri, 25 Nov 2011 15:21:37 +0100
 
diff --git a/debian/patches/fix-script-name-in-pod.patch b/debian/patches/fix-script-name-in-pod.patch
new file mode 100644
index 0000000..51405d6
--- /dev/null
+++ b/debian/patches/fix-script-name-in-pod.patch
@@ -0,0 +1,26 @@
+Description: let NAME section match the actual script name
+Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=75437
+
+--- a/bin/mpd-dynamic
++++ b/bin/mpd-dynamic
+@@ -106,7 +106,7 @@
+ 
+ =head1 NAME
+ 
+-mpd_dynamic - a dynamic playlist for mpd
++mpd-dynamic - a dynamic playlist for mpd
+ 
+ =head1 VERSION
+ 
+--- a/bin/mpd-rate
++++ b/bin/mpd-rate
+@@ -49,7 +49,7 @@
+ 
+ =head1 NAME
+ 
+-mpd_rate - rate your songs for mpd-dynamic
++mpd-rate - rate your songs for mpd-dynamic
+ 
+ =head1 VERSION
+ 
diff --git a/debian/patches/series b/debian/patches/series
index a941b9c..ff65fbe 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 bug655670-mpd-rate.patch
 bug655669-mpd-dynamic.patch
+fix-script-name-in-pod.patch

-- 
Debian packaging of libaudio-mpd-perl



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