Package: totem-pl-parser Severity: normal Tags: patch User: debian-powe...@lists.debian.org Usertags: ppc64el User: debian-de...@lists.debian.org Usertags: autoreconf
Dear Maintainer, The package totem-pl-parser fails to build from source on ppc64el, since several build configuration files need to be updated with new architectures. Adding dh-autoreconf to the build would settle that issue. 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
Index: totem-pl-parser-3.10.2/debian/control =================================================================== --- totem-pl-parser-3.10.2.orig/debian/control 2014-03-24 18:29:05.000000000 +0000 +++ totem-pl-parser-3.10.2/debian/control 2014-05-06 18:03:47.829995502 +0000 @@ -9,7 +9,7 @@ Maintainer: Debian GNOME Maintainers <pkg-gnome-maintain...@lists.alioth.debian.org> Uploaders: Andreas Henriksson <andr...@fatal.se>, Emilio Pozuelo Monfort <po...@debian.org>, Michael Biebl <bi...@debian.org>, Sjoerd Simons <sjo...@debian.org> Build-Depends: debhelper (>= 8), - autotools-dev, + dh-autoreconf, cdbs (>= 0.4.90), gnome-pkg-tools, intltool (>= 0.35), Index: totem-pl-parser-3.10.2/debian/control.in =================================================================== --- totem-pl-parser-3.10.2.orig/debian/control.in 2013-10-27 20:25:36.000000000 +0000 +++ totem-pl-parser-3.10.2/debian/control.in 2014-05-06 18:04:00.429998564 +0000 @@ -4,7 +4,7 @@ Maintainer: Debian GNOME Maintainers <pkg-gnome-maintain...@lists.alioth.debian.org> Uploaders: @GNOME_TEAM@ Build-Depends: debhelper (>= 8), - autotools-dev, + dh-autoreconf, cdbs (>= 0.4.90), gnome-pkg-tools, intltool (>= 0.35), Index: totem-pl-parser-3.10.2/debian/rules =================================================================== --- totem-pl-parser-3.10.2.orig/debian/rules 2012-03-31 05:10:19.000000000 +0000 +++ totem-pl-parser-3.10.2/debian/rules 2014-05-06 18:03:34.020001060 +0000 @@ -1,6 +1,7 @@ #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/autoreconf.mk include /usr/share/cdbs/1/class/gnome.mk include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk