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 -u pptpd-1.3.4/debian/changelog pptpd-1.3.4/debian/changelog
--- pptpd-1.3.4/debian/changelog
+++ pptpd-1.3.4/debian/changelog
@@ -1,3 +1,11 @@
+pptpd (1.3.4-6.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules
+    - add -fi option to autoreconf to fix FTBFS (Closes: #725559)
+
+ -- Hideki Yamane <henr...@debian.org>  Tue, 15 Oct 2013 20:07:23 +0900
+
 pptpd (1.3.4-6) unstable; urgency=low
 
   * New maintainer
diff -u pptpd-1.3.4/debian/rules pptpd-1.3.4/debian/rules
--- pptpd-1.3.4/debian/rules
+++ pptpd-1.3.4/debian/rules
@@ -16,7 +16,7 @@
 build-stamp:
 	dh_testdir
 
-	autoreconf
+	autoreconf -fi
 	./configure --prefix=/usr --mandir=/usr/share/man \
 		    --with-libwrap --enable-bcrelay
 	# Add here commands to compile the package.

Reply via email to