Package: ghemical Version: 3.0.0-1 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu vivid ubuntu-patch
Dear Maintainer, ghemical currently FTBFS on arm64. It needs a config.{sub,guess} update, using autotools-dev. 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 vivid-updates APT policy: (500, 'vivid-updates'), (500, 'vivid-security'), (500, 'vivid'), (100, 'vivid-backports') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.16.0-25-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 ghemical-3.0.0/debian/control ghemical-3.0.0/debian/control --- ghemical-3.0.0/debian/control 2011-11-27 14:19:18.000000000 -0500 +++ ghemical-3.0.0/debian/control 2014-12-13 04:09:07.000000000 -0500 @@ -8,7 +8,7 @@ pkg-config, libblas-dev, libglade2-dev (>> 2.4.0), libgtk2.0-dev (>> 2.6.0), libgtkglext1-dev (>> 1.0.5), libghemical-dev (>> 3.0.0), liblapack-dev, libmopac7-dev (>> 1.14), liboglappth-dev (>> 1.0.0), - libopenbabel-dev (>> 2.1.1), libsc-dev (>= 2.3.1-2) + libopenbabel-dev (>> 2.1.1), libsc-dev (>= 2.3.1-2), autotools-dev Standards-Version: 3.9.2 Homepage: http://bioinformatics.org/ghemical/ghemical/ Vcs-Browser: http://svn.debian.org/wsvn/debichem/unstable/ghemical/ diff -Nru ghemical-3.0.0/debian/rules ghemical-3.0.0/debian/rules --- ghemical-3.0.0/debian/rules 2011-11-27 14:19:18.000000000 -0500 +++ ghemical-3.0.0/debian/rules 2014-12-08 03:27:44.000000000 -0500 @@ -10,7 +10,7 @@ LDFLAGS += -Wl,--as-needed %: - dh $@ --parallel + dh $@ --with autotools_dev --parallel override_dh_auto_configure: dh_auto_configure -- --enable-threads --enable-openbabel