Package: opari2
Version: 1.0.7+dfsg-2
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu utopic ubuntu-patch
Dear Maintainer,
Please use autotools-dev to update config.{sub,guess} for new architectures.
For example, we needed these updates in Ubuntu for the new arm64 and ppc64el
architectures.
In Ubuntu, the attached patch was applied to achieve the following:
* Use autotools-dev to update config.{sub,guess} for new arches.
Thanks for considering the patch.
Logan Rosen
-- System Information:
Debian Release: jessie/sid
APT prefers utopic-updates
APT policy: (500, 'utopic-updates'), (500, 'utopic-security'), (500,
'utopic'), (100, 'utopic-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.13.0-24-generic (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru opari2-1.0.7+dfsg/debian/control opari2-1.0.7+dfsg/debian/control
--- opari2-1.0.7+dfsg/debian/control 2013-09-05 13:42:20.000000000 -0400
+++ opari2-1.0.7+dfsg/debian/control 2014-05-17 18:13:48.000000000 -0400
@@ -1,7 +1,7 @@
Source: opari2
Priority: extra
Maintainer: Samuel Thibault <[email protected]>
-Build-Depends: debhelper (>= 8.0.0), hardening-wrapper, gfortran
+Build-Depends: debhelper (>= 8.0.0), hardening-wrapper, gfortran, autotools-dev
Standards-Version: 3.9.4
Section: libs
Homepage: http://www.vi-hps.org/Tools/OPARI2.html
diff -Nru opari2-1.0.7+dfsg/debian/rules opari2-1.0.7+dfsg/debian/rules
--- opari2-1.0.7+dfsg/debian/rules 2013-09-05 14:00:43.000000000 -0400
+++ opari2-1.0.7+dfsg/debian/rules 2014-05-10 21:51:20.000000000 -0400
@@ -4,7 +4,7 @@
export DEB_BUILD_HARDENING=1
%:
- dh $@
+ dh $@ --with autotools_dev
override_dh_auto_configure:
./configure --with-platform=linux \