Package: src:ecryptfs-utils
Version: 103-3
Severity: normal
Tags: patch
User: debian-powe...@lists.debian.org
Usertags: ppc64el
User: debian-de...@lists.debian.org
Usertags: autoreconf


Dear Maintainer,

Although the package uses autotools-dev, it still fails to build from source
on ppc64el architecture.
The usage of autoreconf instead would fix said ftbfs and the package will
build successfully.

Would you please consider the patch attached, which includes the usage of
dh-autoreconf to the source package?

Thanks.

Fernando


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)

Kernel: Linux 3.13-1-powerpc64le (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru ecryptfs-utils-103/debian/control ecryptfs-utils-103/debian/control
--- ecryptfs-utils-103/debian/control	2013-09-18 08:43:12.000000000 +0000
+++ ecryptfs-utils-103/debian/control	2014-06-18 14:18:26.000000000 +0000
@@ -4,7 +4,7 @@
 Maintainer: Filesystems Group <filesystems-de...@lists.alioth.debian.org>
 Uploaders: Laszlo Boszormenyi (GCS) <g...@debian.org>
 Build-Depends:
- debhelper (>= 9), autotools-dev, autoconf, automake, intltool, libtool,
+ debhelper (>= 9), intltool, dh-autoreconf,
  libgcrypt11-dev, libglib2.0-dev, libgpg-error-dev, libgpgme11-dev,
  libkeyutils-dev, libnss3-dev, libpam0g-dev, libpkcs11-helper1-dev, pkg-config,
  python-dev, swig, libtspi-dev
diff -Nru ecryptfs-utils-103/debian/rules ecryptfs-utils-103/debian/rules
--- ecryptfs-utils-103/debian/rules	2013-09-18 08:48:51.000000000 +0000
+++ ecryptfs-utils-103/debian/rules	2014-06-18 14:15:02.000000000 +0000
@@ -11,7 +11,7 @@
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:
-	dh ${@} --with autotools_dev,python2
+	dh ${@} --with autoreconf,python2
 
 override_dh_auto_configure:
 	dh_auto_configure -- \

Reply via email to