Source: libapache-mod-musicindex
Version: 1.4.1-1
Severity: normal
Tags: patch
User: debian-powe...@lists.debian.org
Usertags: ppc64el
Control: user debian-de...@lists.debian.org
Control: usertags -1 autoreconf

Dear Maintainer,

The package libapache-mod-musicindex fails to build from source on ppc64el.
Using dh-autoreconf during the build will fix on ppc64el and other archs as 
well.

Please consider the patch attached, which contains the modification to include
autoreconf to debian/rules and the build-dep.

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 libapache-mod-musicindex-1.4.1/debian/control libapache-mod-musicindex-1.4.1/debian/control
--- libapache-mod-musicindex-1.4.1/debian/control	2013-10-08 11:07:46.000000000 +0000
+++ libapache-mod-musicindex-1.4.1/debian/control	2014-07-10 20:08:59.000000000 +0000
@@ -2,7 +2,7 @@
 Section: httpd
 Priority: optional
 Maintainer: Thibaut VARENE <vare...@debian.org>
-Build-Depends: debhelper (>> 7.0.0), apache2-dev | apache2-threaded-dev, libvorbis-dev, libid3tag0-dev, libmad0-dev, libflac-dev, libarchive-dev, libmysqlclient-dev, libmp4v2-dev, dpkg-dev (>> 1.16.1~)
+Build-Depends: debhelper (>> 7.0.0), dh-autoreconf, apache2-dev | apache2-threaded-dev, libvorbis-dev, libid3tag0-dev, libmad0-dev, libflac-dev, libarchive-dev, libmysqlclient-dev, libmp4v2-dev, dpkg-dev (>> 1.16.1~)
 Standards-Version: 3.9.4
 Homepage: http://hacks.slashdirt.org/musicindex/
 
diff -Nru libapache-mod-musicindex-1.4.1/debian/rules libapache-mod-musicindex-1.4.1/debian/rules
--- libapache-mod-musicindex-1.4.1/debian/rules	2012-05-13 10:59:12.000000000 +0000
+++ libapache-mod-musicindex-1.4.1/debian/rules	2014-07-10 20:09:15.000000000 +0000
@@ -26,6 +26,7 @@
 build/config.status: configure
 	dh_testdir
 	-mkdir build
+	dh_autoreconf
 	cd build && ../configure $(CONFIGURE_FLAGS) --with-apxs=apxs2 && make -C po update-gmo
 
 #Architecture 
@@ -48,7 +49,7 @@
 
 	# Add here commands to clean up after the build process.
 	-rm -rf build
-
+	dh_autoreconf_clean
 	dh_clean
 
 install: build-stamp

Reply via email to