Package: oath-toolkit
Version: 2.0.2
Followup-For: Bug #744641
User: debian-powe...@lists.debian.org
Usertags: ppc64el
User: debian-de...@lists.debian.org
Usertags: autoreconf

Dear Maintainer,

The oath-toolkit pkg fails to build from source, because the libtool
configuration files need to be updated. This patch includes
dh-autoreconf to the build so it builds accordingly.

Thanks and regards,
Brahadambal

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)
diff -ruN oath-toolkit-2.0.2.orig/debian/control 
oath-toolkit-2.0.2/debian/control
--- oath-toolkit-2.0.2.orig/debian/control      2013-01-08 20:10:25.000000000 
+0000
+++ oath-toolkit-2.0.2/debian/control   2014-07-04 11:12:26.000000000 +0000
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: OATH Toolkit Team <oath-toolkit-h...@nongnu.org>
 Uploaders: Simon Josefsson <si...@josefsson.org>
-Build-Depends: cdbs, debhelper (>= 7.0.0), libpam0g-dev, datefudge, 
gtk-doc-tools
+Build-Depends: cdbs, debhelper (>= 7.0.0), dh-autoreconf, libpam0g-dev, 
datefudge, gtk-doc-tools
 Vcs-Git: git://gitorious.org/oath-toolkit/oath-toolkit-dpkg.git
 Vcs-Browser: http://gitorious.org/oath-toolkit/oath-toolkit-dpkg/trees
 Homepage: http://www.nongnu.org/oath-toolkit/
diff -ruN oath-toolkit-2.0.2.orig/debian/rules oath-toolkit-2.0.2/debian/rules
--- oath-toolkit-2.0.2.orig/debian/rules        2013-01-27 19:32:28.000000000 
+0000
+++ oath-toolkit-2.0.2/debian/rules     2014-07-04 11:12:37.000000000 +0000
@@ -1,6 +1,10 @@
 #!/usr/bin/make -f
 
+export AUTOMAKE = automake-1.11
+export ACLOCAL = aclocal-1.11
+
 include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
 include /usr/share/cdbs/1/class/autotools.mk
 
 DEB_DH_STRIP_ARGS = --dbg-package=oath-dbg

Reply via email to