Your message dated Thu, 9 Oct 2014 18:58:09 +0200
with message-id
<CADk7b0PfQfU=dBh9-0TpKsn7MeujNVHuZnXeV8g6-yv=hy8...@mail.gmail.com>
and subject line Fixed in 0.1.1-2.2
has caused the Debian Bug report #760195,
regarding sqlheavy: autoreconf to update config.{sub, guess} and libtool.m4
files to fix FTBFS for ppc64el port
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
760195: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=760195
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: sqlheavy
Version: 0.1.1
Severity: normal
Tags: patch
User: [email protected]
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 <[email protected]>
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 <[email protected]>
-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==--
--- End Message ---
--- Begin Message ---
Version: 0.1.1-2.2
--- End Message ---