Package: slony1-2 Version: 2.2.2-1 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.15.0-5-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 slony1-2-2.2.2/debian/rules slony1-2-2.2.2/debian/rules --- slony1-2-2.2.2/debian/rules 2014-05-26 13:55:38.000000000 -0400 +++ slony1-2-2.2.2/debian/rules 2014-05-27 22:11:27.000000000 -0400 @@ -8,7 +8,7 @@ supported_versions := $(shell pg_buildext supported-versions $(CURDIR)) %: - dh $@ + dh $@ --with autotools_dev clean: debian/control prep .PHONY: debian/control