Package: tre
Version: 0.8.0
Severity: normal
Tags: patch
User: [email protected]
Usertags: ppc64el
Dear Maintainer,
This is a patch that enable the tre package to use autoreconf in the build
process. This patch enables new architectures, as for example, ppc64el, and,
as I understand, remove the need to have the config.{sub|guess} inside the
package. I understand that you can remove the
debian/patches/99-config-guess-config-sub patch as well.
I am also wondering if this patch fixes bug #699631. If so, feel free to dup
this bug.
Thank you,
Breno Leitão
-- 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: tre-0.8.0/debian/control
===================================================================
--- tre-0.8.0.orig/debian/control 2012-06-03 15:23:32.000000000 +0000
+++ tre-0.8.0/debian/control 2014-04-28 19:59:32.000000000 +0000
@@ -4,7 +4,7 @@
Maintainer: Santiago Vila <[email protected]>
Uploaders: Milan Zamazal <[email protected]>
Standards-Version: 3.9.2
-Build-Depends: gettext (>= 0.18.1.1-8), debhelper (>= 9)
+Build-Depends: gettext (>= 0.18.1.1-8), debhelper (>= 9), dh-autoreconf
Package: libtre5
Architecture: any
Index: tre-0.8.0/debian/rules
===================================================================
--- tre-0.8.0.orig/debian/rules 2012-06-03 15:44:24.000000000 +0000
+++ tre-0.8.0/debian/rules 2014-04-28 19:59:18.000000000 +0000
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
%:
- dh $@
+ dh $@ --with autoreconf
override_dh_clean:
dh_clean