Source: libverto
Version: 0.2.4-1
Severity: normal
Tags: patch
User: debian-de...@lists.debian.org
Usertags: autotools_dev ppc64el
Dear Maintainer,
In order to avoid FTBFS "libverto" source package on ppc64el arch,
config.{sub, guess} and libtool.m4 files need to be updated.
We have also successfully verified building "libverto" source package on
ppc64el build machine after applying attached patch.
Thanks for considering the patch.
-ravindran.
-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)
Kernel: Linux 3.13-1-powerpc64le (SMP w/16 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
--===============6837615518158171072==
Content-Type: text/x-diff; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="autoreconf.debpatch"
>From d090760cb8fe9e0ffeabea39c0057acdabe2ae85 Mon Sep 17 00:00:00 2001
From: Ravindran Arani <r...@linux.vnet.ibm.com>
Date: Tue, 12 Aug 2014 17:19:26 +0000
Subject: [PATCH] autoreconf
---
debian/changelog | 6 ++++++
debian/control | 2 +-
debian/rules | 2 +-
3 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 0bed159..6ebb426 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libverto (0.2.4-1ppc64el1) UNRELEASED; urgency=medium
+
+ * adding autoreconf to build successfully on ppc64el arch
+
+ -- Ravindran Arani <r...@linux.vnet.ibm.com> Tue, 12 Aug 2014
17:18:25 +0000
+
libverto (0.2.4-1) unstable; urgency=low
* Update to new upstream
====================================================================
diff --git a/debian/control b/debian/control
index 41c1bea..63e53c6 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
Source: libverto
Priority: optional
Maintainer: Sam Hartman <hartm...@debian.org>
-Build-Depends: debhelper (>= 9), libev-dev, libglib2.0-dev
+Build-Depends: debhelper (>= 9), libev-dev, libglib2.0-dev, dh-autoreconf
Build-Conflicts: libevent-dev, libtevent-dev
Standards-Version: 3.9.4
Section: libs
====================================================================
diff --git a/debian/rules b/debian/rules
index 66d23cc..e4cce6e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@
#export DH_VERBOSE=1
%:
- dh $@
+ dh $@ --with autoreconf
override_dh_auto_configure:
chmod a+x configure
--
2.1.0.rc1
--===============6837615518158171072==--
--
Ravindran
IBM LinuxTechnologyCenter
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org