Source: radiusclient-ng
Version: 0.5.6-1.1
Severity: normal
Tags: patch
User: debian-de...@lists.debian.org
Usertags: autoreconf
User: debian-powe...@lists.debian.org
Usertags: ppc64el

Dear Maintainer,

The package radiusclient-ng fails to build from source on ppc64el.
Including the usage of autoreconf to the build fixes that so the package builds
successfully.

The patch attached contains the modification to debian/rules, to include 
autoreconf
to the build.

Thanks and regards.
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 -u radiusclient-ng-0.5.6/debian/control radiusclient-ng-0.5.6/debian/control
--- radiusclient-ng-0.5.6/debian/control
+++ radiusclient-ng-0.5.6/debian/control
@@ -2,7 +2,7 @@
 Priority: optional
 Maintainer: Debian VoIP Team <pkg-voip-maintain...@lists.alioth.debian.org>
 Uploaders: Mark Purcell <m...@debian.org>, Jan Janak <j...@iptel.org>, Kilian Krause <kil...@debian.org>
-Build-Depends: debhelper (>= 7), autotools-dev, cdbs, dpkg-dev (>= 1.13.19)
+Build-Depends: debhelper (>= 7), dh-autoreconf, cdbs, dpkg-dev (>= 1.13.19)
 Standards-Version: 3.8.1
 Section: libs
 Homepage: http://developer.berlios.de/projects/radiusclient-ng/
diff -u radiusclient-ng-0.5.6/debian/rules radiusclient-ng-0.5.6/debian/rules
--- radiusclient-ng-0.5.6/debian/rules
+++ radiusclient-ng-0.5.6/debian/rules
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
 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_INSTALL_CHANGELOGS_ALL := CHANGES

Reply via email to