Package: rlog
Version: 1.4-2
Severity: normal
Tags: patch

Dear Maintainer,

For the ppc64el architecture in Ubuntu, since this package uses libtool, a full autoreconf is necessary. This is because we need new libtool macros for ppc64el.

In Ubuntu, the attached patch was applied to achieve the following:

* Use dh-autoreconf to fix FTBFS on ppc64el as well by getting new libtool macros (still updates config.{sub,guess}). * Add fix_autoreconf_FTBFS to fix FTBFS with autoreconf due to commented-out rules.

Thanks for considering the patch.

Erwan Prioul.

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)

Kernel: Linux 3.13-1-powerpc64le (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

--- 1.4-2/debian/control
+++ 1.4-2ubuntu2/debian/control
@@ -1,7 +1,7 @@
 Source: rlog
 Priority: optional
 Maintainer: Eduard Bloch <bl...@debian.org>
-Build-Depends: debhelper (>= 5.0.0), doxygen-latex, gcc (>=4:4.3.4)
+Build-Depends: debhelper (>= 5.0.0), doxygen-latex, gcc (>=4:4.3.4), dh-autoreconf
 Standards-Version: 3.9.2
 Section: libs
 
--- 1.4-2/debian/rules
+++ 1.4-2ubuntu2/debian/rules
@@ -46,6 +46,7 @@ export CXXFLAGS
 
 config.status: configure
 	dh_testdir
+	dh_autoreconf
 	# Add here commands to configure the package.
 	./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
 
@@ -74,6 +75,7 @@ clean:
 #	cp -f /usr/share/misc/config.guess config/config.guess
 #endif
 
+	dh_autoreconf_clean
 	dh_clean 
 
 install: build
--- 1.4-2/docs/Makefile.am
+++ 1.4-2ubuntu2/docs/Makefile.am
@@ -24,8 +24,6 @@ html/index.html: ../Doxyfile $(SOURCES)
 	-cd .. && @DOXYGEN@ Doxyfile
 
 clean-local:
-	#-rm -rf html
-	#-rm -rf latex
 endif
 
 all-local: html/index.html

Reply via email to