Package: autodocksuite
Version: 4.2.5.1-3
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu trusty 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: wheezy/sid
  APT prefers trusty-updates
  APT policy: (500, 'trusty-updates'), (500, 'trusty-security'), (500, 
'trusty'), (100, 'trusty-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.12.0-7-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	2013-06-02 07:31:55.000000000 -0400
+++ autodocksuite-4.2.5.1/debian/control	2013-12-26 23:09:21.000000000 -0500
@@ -7,7 +7,7 @@
  Nelson A. de Oliveira <nao...@debian.org>,
  Andreas Tille <ti...@debian.org>,
  Thorsten Alteholz <deb...@alteholz.de>
-Build-Depends: debhelper (>= 7), automake, csh
+Build-Depends: debhelper (>= 7), automake, csh, autotools-dev
 Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/autodocksuite/trunk/
 Vcs-Svn: svn://svn.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	2013-06-02 09:57:11.000000000 -0400
+++ autodocksuite-4.2.5.1/debian/rules	2013-12-26 22:52:03.000000000 -0500
@@ -43,6 +43,7 @@
 configure: configure-stamp
 configure-stamp: $(QUILT_STAMPFN)
 	dh_testdir
+	dh_autotools-dev_updateconfig
 	set -e; \
 	for d in autodock autogrid; do \
 		( cd $$d && autoreconf -i && ./configure CC="$(CC)" CXX="$(CXX)" LDFLAGS="$(LDFLAGS)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" CPPFLAGS="$(CPPFLAGS)" --prefix=/usr ) \
@@ -72,6 +73,7 @@
 	do \
 	   if [ -r $$d/Makefile ]; then $(MAKE) -C $$d distclean; fi \
 	done
+	dh_autotools-dev_restoreconfig
 	dh_clean configure-stamp
 
 install: install-indep install-arch

Reply via email to