Package: gnome-menus
Version: 3.8.0
Severity: normal
User: [email protected]
Usertags: ppc64el
User: [email protected]
Usertags: autoreconf
Dear Maintainer,
This is a patch to enable the build of gnome-menus package into new
architectures. This change just call autoreconf before the build, updating the
config.guess and config.sub files before the build, according to
https://wiki.debian.org/qa.debian.org/FTBFS#A2014-01-21_using_dh-autoreconf_during_the_build.
Thank you,
Breno
-- 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.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Index: gnome-menus-3.8.0/debian/control
===================================================================
--- gnome-menus-3.8.0.orig/debian/control 2013-06-10 11:23:44.000000000 +0000
+++ gnome-menus-3.8.0/debian/control 2014-04-29 18:05:11.000000000 +0000
@@ -15,7 +15,8 @@
python3 (>= 3.1),
intltool (>= 0.40.0),
libgirepository1.0-dev (>= 0.10.7-1~),
- gobject-introspection (>= 0.9.12-4~)
+ gobject-introspection (>= 0.9.12-4~),
+ dh-autoreconf
Standards-Version: 3.9.3
X-Python3-Version: >= 3.1
Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/desktop/unstable/gnome-menus
Index: gnome-menus-3.8.0/debian/rules
===================================================================
--- gnome-menus-3.8.0.orig/debian/rules 2013-03-23 19:30:51.000000000 +0000
+++ gnome-menus-3.8.0/debian/rules 2014-04-29 18:04:59.000000000 +0000
@@ -5,6 +5,7 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/gnome.mk
include /usr/share/cdbs/1/rules/utils.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk