Control: tags -1 +patch

Hi,

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

-- 
Regards,

 Hideki Yamane     henrich @ debian.or.jp/org
 http://wiki.debian.org/HidekiYamane
diff -Nru daemonlogger-1.2.1/debian/changelog daemonlogger-1.2.1/debian/changelog
--- daemonlogger-1.2.1/debian/changelog	2012-04-23 04:03:49.000000000 +0900
+++ daemonlogger-1.2.1/debian/changelog	2013-10-15 21:08:50.000000000 +0900
@@ -1,3 +1,12 @@
+daemonlogger (1.2.1-7.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules
+    - specify "-fi" option to autoconf, it re-generates some files, then fix
+      FTBFS (Closes: #724160, #724046)
+
+ -- Hideki Yamane <henr...@debian.org>  Tue, 15 Oct 2013 21:08:48 +0900
+
 daemonlogger (1.2.1-7) unstable; urgency=low
 
   * Bump compat to 9.
diff -Nru daemonlogger-1.2.1/debian/rules daemonlogger-1.2.1/debian/rules
--- daemonlogger-1.2.1/debian/rules	2012-04-23 04:03:59.000000000 +0900
+++ daemonlogger-1.2.1/debian/rules	2013-10-15 21:07:45.000000000 +0900
@@ -6,7 +6,7 @@
 override_dh_auto_configure:
 	ln -sf /usr/share/misc/config.guess .
 	ln -sf /usr/share/misc/config.sub .
-	autoreconf 
+	autoreconf -fi
 	dh_auto_configure
 
 override_dh_auto_clean:

Reply via email to