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 spice-0.12.4/debian/changelog spice-0.12.4/debian/changelog --- spice-0.12.4/debian/changelog 2013-07-29 01:20:30.000000000 +0900 +++ spice-0.12.4/debian/changelog 2013-10-21 19:17:35.000000000 +0900 @@ -1,3 +1,11 @@ +spice (0.12.4-0nocelt1.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/patches + - add enable_subdir-objects.patch (Closes: #724093) + + -- Hideki Yamane <[email protected]> Mon, 21 Oct 2013 12:27:35 +0900 + spice (0.12.4-0nocelt1) unstable; urgency=low * New upstream release (Closes: #717030) diff -Nru spice-0.12.4/debian/patches/enable_subdir-objects.patch spice-0.12.4/debian/patches/enable_subdir-objects.patch --- spice-0.12.4/debian/patches/enable_subdir-objects.patch 1970-01-01 09:00:00.000000000 +0900 +++ spice-0.12.4/debian/patches/enable_subdir-objects.patch 2013-10-21 19:18:53.000000000 +0900 @@ -0,0 +1,17 @@ +Description: enable sudir-objects in spice-common dir, too + +Bug-Debian: http://bugs.debian.org/724093 +Forwarded: no +Last-Update: 2013-10-21 + +--- spice-0.12.4.orig/spice-common/configure.ac ++++ spice-0.12.4/spice-common/configure.ac +@@ -13,7 +13,7 @@ AC_CONFIG_AUX_DIR([build-aux]) + m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) + + # Checks for programs +-AM_INIT_AUTOMAKE([1.11 dist-xz no-dist-gzip tar-ustar foreign -Wall -Werror]) ++AM_INIT_AUTOMAKE([1.11 dist-xz no-dist-gzip tar-ustar subdir-objects foreign -Wall -Werror]) + AM_MAINTAINER_MODE + AM_SILENT_RULES([yes]) + LT_INIT diff -Nru spice-0.12.4/debian/patches/series spice-0.12.4/debian/patches/series --- spice-0.12.4/debian/patches/series 2013-07-29 00:19:21.000000000 +0900 +++ spice-0.12.4/debian/patches/series 2013-10-21 19:17:35.000000000 +0900 @@ -1,3 +1,4 @@ fix-tests-warnings.patch make-celt-to-be-optional.patch link-server-test-with-libm-libpthread.patch +enable_subdir-objects.patch

