Package: libsigc++-1.2-dev
Version: 1.2.7-2
Severity: normal
File: libsigc++-1.2
Tags: patch
User: debian-de...@lists.debian.org
Usertags: autotools_dev

Dear Maintainer,

The packages of libsigc++-1.2 fails to build on ppc64el arch from source,
because config.{guess,sub} files are out of date, and are not updated during
the build.
This patch includes dh_autotools-dev_updateconfig to the build.
So, please consider the patch during build process.

Thanks,
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/1 CPU core)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libsigc++-1.2-dev depends on:
ii  libsigc++-1.2-5c2                  1.2.7-2
ii  libstdc++-4.8-dev [libstdc++-dev]  4.8.2-18
ii  pkg-config                         0.26-1

libsigc++-1.2-dev recommends no packages.

libsigc++-1.2-dev suggests no packages.

-- no debconf information

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

>From abc5540b60cf9836c78946cb804b45b5b2a12950 Mon Sep 17 00:00:00 2001
From: Ravindran Arani <r...@linux.vnet.ibm.com>
Date: Thu, 12 Jun 2014 07:53:14 +0000
Subject: [PATCH] autotools

---
 debian/control | 2 +-
 debian/rules   | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index e74850c..307ad8b 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: devel
 Priority: important
 Maintainer: Daniel Burrows <dburr...@debian.org>
 Standards-Version: 3.6.2.0
-Build-depends: debhelper (>=4.0.0), m4, docbook-xsl, docbook-xml, xsltproc, g++ (>= 3:3.2.2-0) +Build-depends: debhelper (>=4.0.0), m4, docbook-xsl, docbook-xml, xsltproc, g++ (>= 3:3.2.2-0), autotools-dev

 Package: libsigc++-1.2-5c2
 Section: libs
diff --git a/debian/rules b/debian/rules
index e7b18aa..666694a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -58,6 +58,7 @@ clean: clean-arrange
     if [ -d builddir ]; then rm -rf builddir; fi
#-for x in debian/*.patch; do patch --dry-run -fRp1 < $$x > /dev/null&&\
     #  patch -fRp1 < $$x ; done
+    dh_autotools-dev_restoreconfig
     dh_clean build-stamp config-stamp install-stamp debian/shlibs.local
     # Sometimes shows up if the source directory was configured:
     rm -f config.log
@@ -67,6 +68,7 @@ config-stamp:
     dh_testdir
#for x in debian/*.patch; do patch --dry-run -fp1 < $$x > /dev/null && \
     #  patch -fp1 < $$x; done
+    dh_autotools-dev_updateconfig
     test -d builddir || mkdir builddir
     cd builddir && CXXFLAGS="$(CXXFLAGS)" ../configure --prefix=/usr
     touch config-stamp
--
1.8.5.3


--===============1155199275649010658==--


--
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