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 photoprint-0.4.2~pre2/debian/changelog photoprint-0.4.2~pre2/debian/changelog
--- photoprint-0.4.2~pre2/debian/changelog	2013-06-23 22:41:31.000000000 +0900
+++ photoprint-0.4.2~pre2/debian/changelog	2013-10-16 08:41:05.000000000 +0900
@@ -1,3 +1,15 @@
+photoprint (0.4.2~pre2-2.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules
+    - add "-fi" option to autoreconf (Closes: #725537)
+  * debian/control
+    - add "Build-Depends: autopoint" with above change
+  * debian/patches
+    - add define_macro-dir.patch
+
+ -- Hideki Yamane <henr...@debian.org>  Wed, 16 Oct 2013 08:41:03 +0900
+
 photoprint (0.4.2~pre2-2.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru photoprint-0.4.2~pre2/debian/control photoprint-0.4.2~pre2/debian/control
--- photoprint-0.4.2~pre2/debian/control	2011-11-13 17:40:54.000000000 +0900
+++ photoprint-0.4.2~pre2/debian/control	2013-10-16 08:27:28.000000000 +0900
@@ -2,7 +2,7 @@
 Section: graphics
 Priority: optional
 Maintainer: David Stone <da...@nnucomputerwhiz.com>
-Build-Depends: debhelper (>= 7), libgtk2.0-dev, liblcms1-dev, libpng12-dev, libtiff4-dev, libnetpbm10-dev, libgutenprint-dev, chrpath, automake, libtool
+Build-Depends: debhelper (>= 7), libgtk2.0-dev, liblcms1-dev, libpng12-dev, libtiff4-dev, libnetpbm10-dev, libgutenprint-dev, chrpath, automake, libtool, autopoint
 Standards-Version: 3.9.2
 Homepage: http://blackfiveimaging.co.uk/index.php?article=02Software%2F01PhotoPrint
 
diff -Nru photoprint-0.4.2~pre2/debian/patches/define_macro-dir.patch photoprint-0.4.2~pre2/debian/patches/define_macro-dir.patch
--- photoprint-0.4.2~pre2/debian/patches/define_macro-dir.patch	1970-01-01 09:00:00.000000000 +0900
+++ photoprint-0.4.2~pre2/debian/patches/define_macro-dir.patch	2013-10-17 22:26:12.000000000 +0900
@@ -0,0 +1,19 @@
+Description: necessary to define macro directory
+
+ If we don't specify it, it causes FTBFS.
+
+Author: Hideki Yamane <henr...@debian.org>
+Bug-Debian: http://bugs.debian.org/725537
+Forwarded: no
+Last-Update: 2013-10-16
+
+--- photoprint-0.4.2~pre2.orig/configure.ac
++++ photoprint-0.4.2~pre2/configure.ac
+@@ -7,6 +7,7 @@ AC_CONFIG_AUX_DIR([scripts])
+ AC_CONFIG_SRCDIR([photoprint.cpp])
+ AM_CONFIG_HEADER([config.h])
+ AM_INIT_AUTOMAKE([1.9 foreign])
++AC_CONFIG_MACRO_DIR([m4])
+ 
+ AM_GNU_GETTEXT_VERSION([0.17])
+ AM_GNU_GETTEXT([external])
diff -Nru photoprint-0.4.2~pre2/debian/patches/series photoprint-0.4.2~pre2/debian/patches/series
--- photoprint-0.4.2~pre2/debian/patches/series	2013-06-23 22:31:39.000000000 +0900
+++ photoprint-0.4.2~pre2/debian/patches/series	2013-10-16 08:34:44.000000000 +0900
@@ -4,3 +4,4 @@
 fix-spelling.patch
 fix-man-page-minux.patch
 glib-single-include.patch
+define_macro-dir.patch
diff -Nru photoprint-0.4.2~pre2/debian/rules photoprint-0.4.2~pre2/debian/rules
--- photoprint-0.4.2~pre2/debian/rules	2011-11-13 17:40:54.000000000 +0900
+++ photoprint-0.4.2~pre2/debian/rules	2013-10-16 08:25:57.000000000 +0900
@@ -40,7 +40,7 @@
 configure-stamp:
 	dh_testdir
 	libtoolize --copy --force
-	autoreconf
+	autoreconf -fi
 	./configure --prefix=/usr --disable-rpath $(confflags)
 	touch configure-stamp
 

Reply via email to