Package: dynalogin
Version: 1.0.0-3
Followup-For: Bug #744566
User: [email protected]
Usertags: origin-ubuntu ubuntu-patch
Dear Maintainer,
In Ubuntu, the attached patch was applied to achieve the following:
* Use dh-autoreconf instead of autotools-dev to also fix FTBFS on ppc64el by
getting new libtool macros (still updates config.{sub,guess}).
Thanks for considering the patch.
Logan Rosen
-- System Information:
Debian Release: jessie/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.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 -u dynalogin-1.0.0/debian/rules dynalogin-1.0.0/debian/rules
--- dynalogin-1.0.0/debian/rules
+++ dynalogin-1.0.0/debian/rules
@@ -2,6 +2,7 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
CFLAGS = `apr-1-config --cflags --cppflags --includes` -I/usr/include/liboath
diff -u dynalogin-1.0.0/debian/control dynalogin-1.0.0/debian/control
--- dynalogin-1.0.0/debian/control
+++ dynalogin-1.0.0/debian/control
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian Authentication Maintainers <[email protected]>
Uploaders: Daniel Pocock <[email protected]>
-Build-Depends: cdbs, debhelper (>= 8.0.0), libapr1-dev, liboath-dev, unixodbc-dev, autotools-dev, pkg-config, libgnutls28-dev, libpam-dev
+Build-Depends: cdbs, debhelper (>= 8.0.0), libapr1-dev, liboath-dev, unixodbc-dev, dh-autoreconf, pkg-config, libgnutls28-dev, libpam-dev
Homepage: http://www.dynalogin.org/
Standards-Version: 3.9.3
Vcs-Git: git://git.debian.org/pkg-auth/dynalogin.git