Package: src:gnome-menus2
Version: 3.0.1-4
Severity: normal
Tags: patch
User: [email protected]
Usertags: ppc64el
User: [email protected]
Usertags: autoreconf

Dear Maintainer,

The package gnome-menus2 is failing to build from source on ppc64el,
since it needs a more complete update on libtool configuration files.

The usage of dh-autoreconf would fix that, as seen in the patch attached.

Thank you.
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 gnome-menus2-3.0.1/debian/control gnome-menus2-3.0.1/debian/control
--- gnome-menus2-3.0.1/debian/control	2011-11-20 13:27:41.000000000 +0000
+++ gnome-menus2-3.0.1/debian/control	2014-06-18 13:31:01.000000000 +0000
@@ -9,6 +9,7 @@
 Maintainer: Debian GNOME Maintainers <[email protected]>
 Uploaders: Emilio Pozuelo Monfort <[email protected]>, Josselin Mouette <[email protected]>, Michael Biebl <[email protected]>
 Build-Depends: debhelper (>= 8.1.0~),
+               dh-autoreconf,
                cdbs (>= 0.4.90~),
                libglib2.0-dev (>= 2.15.2),
                python-all-dev (>= 2.6.6-3~),
diff -Nru gnome-menus2-3.0.1/debian/control.in gnome-menus2-3.0.1/debian/control.in
--- gnome-menus2-3.0.1/debian/control.in	2011-11-20 13:06:23.000000000 +0000
+++ gnome-menus2-3.0.1/debian/control.in	2014-06-18 13:30:55.000000000 +0000
@@ -4,6 +4,7 @@
 Maintainer: Debian GNOME Maintainers <[email protected]>
 Uploaders: @GNOME_TEAM@
 Build-Depends: debhelper (>= 8.1.0~),
+               dh-autoreconf,
                cdbs (>= 0.4.90~),
                libglib2.0-dev (>= 2.15.2),
                python-all-dev (>= 2.6.6-3~),
diff -Nru gnome-menus2-3.0.1/debian/rules gnome-menus2-3.0.1/debian/rules
--- gnome-menus2-3.0.1/debian/rules	2011-11-20 13:06:33.000000000 +0000
+++ gnome-menus2-3.0.1/debian/rules	2014-06-18 13:30:21.000000000 +0000
@@ -3,6 +3,7 @@
 DEB_BUILDDIR = debian/build
 
 include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
 include /usr/share/cdbs/1/class/python-autotools.mk
 include /usr/share/cdbs/1/class/gnome.mk
 include /usr/share/cdbs/1/rules/utils.mk

Reply via email to