Source: gxine Severity: normal Tags: patch User: [email protected] Usertags: ppc64el
Dear Maintainer, The package gxine fails to build from source on ppc64el. Using dh-autoreconf fixes that. The patch attached contains the addition of dh-autoreconf usage to the build. Thanks and regards. -- 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 gxine-0.5.908/debian/changelog gxine-0.5.908/debian/changelog --- gxine-0.5.908/debian/changelog 2014-05-10 15:48:04.000000000 +0000 +++ gxine-0.5.908/debian/changelog 2014-07-30 04:58:09.000000000 +0000 @@ -1,3 +1,10 @@ +gxine (0.5.908-2.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Added dh-autoreconf to the build and as a build-dependency + + -- Fernando Seiti Furusato <[email protected]> Wed, 30 Jul 2014 04:57:50 +0000 + gxine (0.5.908-2) unstable; urgency=low * Remove --with-hal, fixing FTBFS on non-Linux. (Really closes: #710194) diff -Nru gxine-0.5.908/debian/control gxine-0.5.908/debian/control --- gxine-0.5.908/debian/control 2014-05-10 00:04:19.000000000 +0000 +++ gxine-0.5.908/debian/control 2014-07-30 04:57:47.000000000 +0000 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Darren Salt <[email protected]> Uploaders: Reinhard Tartler <[email protected]> -Build-Depends: debhelper (>> 5.0.0), +Build-Depends: debhelper (>> 5.0.0), dh-autoreconf, libxine2-dev, libxine2-misc-plugins, libgtk2.0-dev (>= 2.8.0), libmozjs185-dev, liblircclient-dev, diff -Nru gxine-0.5.908/debian/rules gxine-0.5.908/debian/rules --- gxine-0.5.908/debian/rules 2014-05-10 15:46:20.000000000 +0000 +++ gxine-0.5.908/debian/rules 2014-07-30 04:57:33.000000000 +0000 @@ -70,6 +70,7 @@ configure: patch configure-stamp configure-stamp: dh_testdir + dh_autoreconf ./configure $(confflags) \ --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc \ --disable-integration-wizard --enable-watchdog \ @@ -92,6 +93,7 @@ dh_testroot rm -f build-stamp configure-stamp config.log debian/gxine.postinst [ ! -f Makefile ] || $(MAKE) distclean + dh_autoreconf_clean dh_clean # never called automatically, only run by request of maintainer!

