Source: libburn
Version: 1.3.2-1
Severity: normal
Tags: patch
User: debian-powe...@lists.debian.org
Usertags: ppc64el
User: debian-de...@lists.debian.org
Usertags: autoreconf

Dear Maintainer,

The package libburn fails to build from source on ppc64el, because
autotools configuration files need update.

Using dh-autoreconf will update such files and the package builds 
successfully.

The patch attached adds the usage of dh-autoreconf properly to debian/rules.

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 libburn-1.3.2/debian/control libburn-1.3.2/debian/control
--- libburn-1.3.2/debian/control	2013-09-08 13:19:30.000000000 +0000
+++ libburn-1.3.2/debian/control	2014-07-01 18:04:45.000000000 +0000
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Libburnia packagers <pkg-libburnia-de...@lists.alioth.debian.org>
 Uploaders: George Danchev <danc...@spnet.net>, Mario Danic <mario.da...@gmail.com>
-Build-Depends: autotools-dev, debhelper (>= 8), libcam-dev [kfreebsd-any]
+Build-Depends: dh-autoreconf, debhelper (>= 8), libcam-dev [kfreebsd-any]
 Build-Depends-Indep: doxygen
 Standards-Version: 3.9.4
 Homepage: http://libburnia-project.org
diff -Nru libburn-1.3.2/debian/rules libburn-1.3.2/debian/rules
--- libburn-1.3.2/debian/rules	2011-06-09 06:44:53.000000000 +0000
+++ libburn-1.3.2/debian/rules	2014-07-01 18:03:11.000000000 +0000
@@ -2,7 +2,7 @@
 # -*- mode: makefile; coding: utf-8 -*-
 
 %:
-	dh $@
+	dh $@ --with autoreconf
 
 override_dh_auto_build:
 	dh $@

Reply via email to