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 libmpc-0.1~r459/debian/changelog libmpc-0.1~r459/debian/changelog --- libmpc-0.1~r459/debian/changelog 2012-06-21 16:39:19.000000000 +0900 +++ libmpc-0.1~r459/debian/changelog 2013-10-22 16:25:03.000000000 +0900 @@ -1,3 +1,15 @@ +libmpc (2:0.1~r459-4.1) unstable; urgency=low + + * Non-maintainer upload. + - auto detect aclocal/automake/autoconf version (Closes: #713209) + - include autoreconf.mk to add "config/compile" file + * debian/control + - add "Build-Depends: dh-autoreconf" to provide above autreconf.mk + * debian/patches + - add add_subdir-objects.patch for automake + + -- Hideki Yamane <henr...@debian.org> Tue, 22 Oct 2013 16:11:05 +0900 + libmpc (2:0.1~r459-4) unstable; urgency=medium * Team upload. diff -Nru libmpc-0.1~r459/debian/control libmpc-0.1~r459/debian/control --- libmpc-0.1~r459/debian/control 2012-06-18 03:52:44.000000000 +0900 +++ libmpc-0.1~r459/debian/control 2013-10-22 16:15:51.000000000 +0900 @@ -9,6 +9,7 @@ gnulib, automake, autoconf, + dh-autoreconf, libtool, pkg-config, libreplaygain-dev (>= 1.0~r412), diff -Nru libmpc-0.1~r459/debian/patches/add_subdir-objects.patch libmpc-0.1~r459/debian/patches/add_subdir-objects.patch --- libmpc-0.1~r459/debian/patches/add_subdir-objects.patch 1970-01-01 09:00:00.000000000 +0900 +++ libmpc-0.1~r459/debian/patches/add_subdir-objects.patch 2013-10-22 19:47:40.000000000 +0900 @@ -0,0 +1,16 @@ +Description: avoid automake error +Author: Hideki Yamane <henr...@debian.org> +Forwarded: no +Last-Update: 2013-10-23 + +--- libmpc-0.1~r459.orig/configure.in ++++ libmpc-0.1~r459/configure.in +@@ -3,7 +3,7 @@ AC_CONFIG_AUX_DIR([config]) + AC_CONFIG_MACRO_DIR([m4]) + AC_CONFIG_SRCDIR([libmpcdec/mpc_reader.c]) + AM_CONFIG_HEADER([include/config.h]) +-AM_INIT_AUTOMAKE ++AM_INIT_AUTOMAKE(subdir-objects) + AM_MAINTAINER_MODE + + AC_LANG_C diff -Nru libmpc-0.1~r459/debian/patches/series libmpc-0.1~r459/debian/patches/series --- libmpc-0.1~r459/debian/patches/series 2012-06-21 16:13:44.000000000 +0900 +++ libmpc-0.1~r459/debian/patches/series 2013-10-22 16:16:44.000000000 +0900 @@ -3,3 +3,4 @@ 03_mpcchap.patch 04_link-order.patch 1001_missing_extern_kw.patch +add_subdir-objects.patch diff -Nru libmpc-0.1~r459/debian/rules libmpc-0.1~r459/debian/rules --- libmpc-0.1~r459/debian/rules 2012-06-18 03:43:41.000000000 +0900 +++ libmpc-0.1~r459/debian/rules 2013-10-22 16:15:21.000000000 +0900 @@ -3,14 +3,15 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk include /usr/share/cdbs/1/rules/utils.mk +include /usr/share/cdbs/1/rules/autoreconf.mk DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) DEB_AUTO_UPDATE_LIBTOOL = pre -DEB_AUTO_UPDATE_ACLOCAL = 1.11 -DEB_AUTO_UPDATE_AUTOCONF = 2.67 -DEB_AUTO_UPDATE_AUTOHEADER = 2.67 -DEB_AUTO_UPDATE_AUTOMAKE = 1.11 +DEB_AUTO_UPDATE_ACLOCAL = $(shell dpkg -s automake | perl -nle '/^Version: (?:\d:)?(\d+\.\d+)?/ and print $$1') +DEB_AUTO_UPDATE_AUTOCONF = $(shell dpkg -s autoconf | perl -nle '/^Version: (?:\d:)?(\d+\.\d+)?/ and print $$1') +DEB_AUTO_UPDATE_AUTOMAKE = $(shell dpkg -s automake | perl -nle '/^Version: (?:\d:)?(\d+\.\d+)?/ and print $$1') +DEB_AUTO_UPDATE_AUTOHEADER = $(shell dpkg -s autoheader | perl -nle '/^Version: (?:\d:)?(\d+\.\d+)?/ and print $$1') common-binary-post-install-arch:: list-missing
_______________________________________________ pkg-multimedia-maintainers mailing list pkg-multimedia-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers