Package: autodocksuite Version: 4.2.5.1-5 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com 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 arm64 architecture. 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 autodocksuite-4.2.5.1/debian/control autodocksuite-4.2.5.1/debian/control --- autodocksuite-4.2.5.1/debian/control 2014-04-16 07:19:53.000000000 -0400 +++ autodocksuite-4.2.5.1/debian/control 2014-05-19 01:16:53.000000000 -0400 @@ -9,7 +9,8 @@ Build-Depends: debhelper (>= 9), automake, csh, - python + python, + autotools-dev Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/autodocksuite/trunk/ Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/autodocksuite/trunk/ diff -Nru autodocksuite-4.2.5.1/debian/rules autodocksuite-4.2.5.1/debian/rules --- autodocksuite-4.2.5.1/debian/rules 2014-05-09 03:24:15.000000000 -0400 +++ autodocksuite-4.2.5.1/debian/rules 2014-05-18 21:13:29.000000000 -0400 @@ -11,7 +11,7 @@ SAVEFILES=Makefile.in aclocal.m4 config.guess config.sub configure %: - dh $@ + dh $@ --with autotools_dev override_dh_auto_configure: mkdir -p debian/autodock_save