Control: tags -1 +patch

Hi,

 Attached patch would fix this FTBFS, could you check and consider to 
 apply it, please?


-- 
Regards,

 Hideki Yamane     henrich @ debian.or.jp/org
 http://wiki.debian.org/HidekiYamane
diff -Nru smokeping-2.6.9/debian/changelog smokeping-2.6.9/debian/changelog
--- smokeping-2.6.9/debian/changelog	2013-03-17 01:07:00.000000000 +0900
+++ smokeping-2.6.9/debian/changelog	2013-10-24 19:44:08.000000000 +0900
@@ -1,3 +1,14 @@
+smokeping (2.6.9-1~exp0.1) experimental; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules
+    - run autoreconf instead of other autotools to fix FTBFS (Closes: #724471)
+  * debian/patches
+    - add ignore_roff-error.patch to ignore pod2man error since 
+      'the master/slave mode' contains non-escaped /
+
+ -- Hideki Yamane <henr...@debian.org>  Thu, 24 Oct 2013 19:44:01 +0900
+
 smokeping (2.6.9-1~exp0) experimental; urgency=high
 
   * New upstream release to properly fix CVE-2012-0790 (Closes: #659899)
diff -Nru smokeping-2.6.9/debian/patches/ignore_roff-error.patch smokeping-2.6.9/debian/patches/ignore_roff-error.patch
--- smokeping-2.6.9/debian/patches/ignore_roff-error.patch	1970-01-01 09:00:00.000000000 +0900
+++ smokeping-2.6.9/debian/patches/ignore_roff-error.patch	2013-10-24 19:46:36.000000000 +0900
@@ -0,0 +1,21 @@
+Description: ignore roff error
+
+ Probably -L<the master/slave mode doesn't make sense, so just remove it.
+ (I'm not sure ;-)
+
+Author: Hideki Yamane <henr...@debian.org>
+
+Forwarded: no
+Last-Update: 2013-10-24
+
+--- smokeping-2.6.9.orig/lib/Smokeping.pm
++++ smokeping-2.6.9/lib/Smokeping.pm
+@@ -2631,7 +2631,7 @@ DOC
+ The base directory where SmokePing keeps the files related to the DYNAMIC function.
+ This directory must be writeable by the WWW server. It is also used for temporary
+ storage of slave polling results by the master in 
+-L<the master/slave mode|smokeping_master_slave>.
++smokeping_master_slave.
+ 
+ If this variable is not specified, the value of C<datadir> will be used instead.
+ DOC
diff -Nru smokeping-2.6.9/debian/patches/series smokeping-2.6.9/debian/patches/series
--- smokeping-2.6.9/debian/patches/series	2013-03-17 01:07:00.000000000 +0900
+++ smokeping-2.6.9/debian/patches/series	2013-10-24 19:42:03.000000000 +0900
@@ -6,3 +6,4 @@
 fix-conf-path-cgi
 typo_642197
 fix-400d-graph
+ignore_roff-error.patch
diff -Nru smokeping-2.6.9/debian/rules smokeping-2.6.9/debian/rules
--- smokeping-2.6.9/debian/rules	2013-03-17 01:07:00.000000000 +0900
+++ smokeping-2.6.9/debian/rules	2013-10-24 19:42:03.000000000 +0900
@@ -22,9 +22,7 @@
 TMP=$(CURDIR)/debian/smokeping
 
 override_dh_auto_configure:
-	aclocal
-	autoconf
-	automake
+	autoreconf -fi
 	./configure --prefix=/usr --with-htdocs-dir=/usr/share/smokeping/www --bindir=/usr/sbin --sysconfdir=/usr/share/doc/smokeping/
 
 

Reply via email to