[SCM] Debian packaging of libconfig-model-perl branch, master, updated. debian/2.035-1-4-g732e870

gregor herrmann gregoa at debian.org
Sat May 25 18:55:27 UTC 2013


The following commit has been merged in the master branch:
commit b7419b706b11fef02808da95da6063879a8c3b6e
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat May 25 20:54:27 2013 +0200

    Add patch to fix POD error that causes a test failure.
    
    Closes: #709784

diff --git a/debian/patches/pod.patch b/debian/patches/pod.patch
new file mode 100644
index 0000000..43375a1
--- /dev/null
+++ b/debian/patches/pod.patch
@@ -0,0 +1,18 @@
+Description: fix alternate text link in POD
+Origin: vendor
+Bug-Debian: http://bugs.debian.org/709784
+Forwarded: no
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2013-05-25
+
+--- a/lib/Config/Model/Value.pm
++++ b/lib/Config/Model/Value.pm
+@@ -2002,7 +2002,7 @@
+ C<preset>: The value is not known by the model or by the
+ application. But it can be found by an automatic program and stored
+ while the configuration L<Config::Model::Instance|instance> is in 
+-L<Config::Model::Instance/"preset_start ()"|preset mode>
++L<preset mode|Config::Model::Instance/"preset_start ()">
+ 
+ =back
+ 
diff --git a/debian/patches/series b/debian/patches/series
index cdc0a2e..d478179 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 add_dh_config
+pod.patch

-- 
Debian packaging of libconfig-model-perl



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