Source: sqlheavy
Version: 0.1.1
Severity: normal
Tags: patch
User: debian-de...@lists.debian.org
Usertags: autoreconf ppc64el

Dear Maintainer,

In order to avoid FTBFS "sqlheavy" source package on ppc64el arch, config.{sub, guess} and libtool.m4 files need to be updated. We have also successfully verified building "sqlheavy" 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

--===============4132447724322847560==
Content-Type: text/x-diff; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="autoreconf.debpatch"

>From 452dd6cd239c29b91c6d8d51a4977c968e2c28be Mon Sep 17 00:00:00 2001
From: Ravindran Arani <r...@linux.vnet.ibm.com>
Date: Mon, 1 Sep 2014 19:15:03 +0000
Subject: [PATCH] autoreconf

---
 debian/control | 7 +++----
 debian/rules   | 2 +-
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index 4ca15b1..51eee90 100644
--- a/debian/control
+++ b/debian/control
@@ -2,10 +2,9 @@ Source: sqlheavy
 Section: libs
 Priority: optional
 Maintainer: Devid Antonio Filoni <d.fil...@ubuntu.com>
-Build-Depends: debhelper (>= 9.20120417), autotools-dev, valac-0.16 (>= 0.16.0), +Build-Depends: debhelper (>= 9.20120417), dh-autoreconf, valac-0.16 (>= 0.16.0),
  libvala-0.16-dev (>= 0.16.0), vala-0.16-doc, libglib2.0-dev (>= 2.22.0),
- libgtk2.0-dev (>= 2.24), libsqlite3-dev (>= 3.6.23.1), dh-exec (>= 0.3),
- autotools-dev
+ libgtk2.0-dev (>= 2.24), libsqlite3-dev (>= 3.6.23.1), dh-exec (>= 0.3)
 Standards-Version: 3.9.5
 Homepage: http://code.google.com/p/sqlheavy/

@@ -92,4 +91,4 @@ Description: GObject wrapper for SQLite (debugging symbols)
  a very nice C interface and GObject Introspection support, and may be
  easier to use from other languages than the standard SQLite interface.
  .
- This package contains debugging symbols.
\ No newline at end of file
+ This package contains debugging symbols.
diff --git a/debian/rules b/debian/rules
index 89e5443..979a917 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f

 %:
-    dh $@ --with autotools_dev
+    dh $@ --with autoreconf

 override_dh_installchangelogs:
     dh_installchangelogs NEWS
--
2.1.0.rc1


--===============4132447724322847560==--


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to