Source: moodbar Version: 0.1.2-5.1 Severity: normal Tags: patch User: [email protected] Usertags: autoreconf User: [email protected] Usertags: ppc64el
Dear Maintainer, Although dh-autoreconf is partially in use in source package moodbar, the package fails to build from source, since autoreconf must be fully executed. The modifications in the patch attached make it possible to fully use it, so the package builds successfully. Thanks. Fernando -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: ppc64el (ppc64le) Kernel: Linux 3.13-1-powerpc64le (SMP w/4 CPU cores) Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru moodbar-0.1.2/debian/changelog moodbar-0.1.2/debian/changelog --- moodbar-0.1.2/debian/changelog 2013-10-25 17:57:37.000000000 +0000 +++ moodbar-0.1.2/debian/changelog 2014-07-22 21:13:59.000000000 +0000 @@ -1,3 +1,11 @@ +moodbar (0.1.2-5.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fully enable autoreconf + * Include m4 directory to configure.ac so macros can be expanded + + -- Fernando Seiti Furusato <[email protected]> Tue, 22 Jul 2014 21:13:37 +0000 + moodbar (0.1.2-5) unstable; urgency=low * debian/control: Bump Standards-Version to 3.9.4 diff -Nru moodbar-0.1.2/debian/patches/include-m4-macro-dir.patch moodbar-0.1.2/debian/patches/include-m4-macro-dir.patch --- moodbar-0.1.2/debian/patches/include-m4-macro-dir.patch 1970-01-01 00:00:00.000000000 +0000 +++ moodbar-0.1.2/debian/patches/include-m4-macro-dir.patch 2014-07-22 21:14:29.000000000 +0000 @@ -0,0 +1,11 @@ +--- moodbar-0.1.2.orig/configure.ac ++++ moodbar-0.1.2/configure.ac +@@ -26,7 +26,7 @@ AM_CONFIG_HEADER(config.h) + dnl check for tools + AC_PROG_CC + AC_PROG_LIBTOOL +- ++AC_CONFIG_MACRO_DIR([m4]) + + dnl decide on error flags + AS_COMPILER_FLAG(-Wall, GST_WALL="yes", GST_WALL="no") diff -Nru moodbar-0.1.2/debian/patches/series moodbar-0.1.2/debian/patches/series --- moodbar-0.1.2/debian/patches/series 2011-05-18 19:53:46.000000000 +0000 +++ moodbar-0.1.2/debian/patches/series 2014-07-22 21:14:22.000000000 +0000 @@ -1 +1,2 @@ 10_gthread_init.patch +include-m4-macro-dir.patch diff -Nru moodbar-0.1.2/debian/rules moodbar-0.1.2/debian/rules --- moodbar-0.1.2/debian/rules 2013-10-25 17:55:18.000000000 +0000 +++ moodbar-0.1.2/debian/rules 2014-07-22 21:12:10.000000000 +0000 @@ -2,14 +2,6 @@ %: dh $@ --with autoreconf -autoreconf: - $(CURDIR)/autogen.sh - cp -f /usr/share/misc/config.guess /usr/share/misc/config.guess $(CURDIR) - cp -f /usr/share/misc/config.sub /usr/share/misc/config.sub $(CURDIR) - -override_dh_autoreconf: - dh_autoreconf debian/rules -- autoreconf - override_dh_auto_install: dh_auto_install find -type f -name \*.la -delete

