[Pkg-ofed-commits] [ibutils] 01/08: fix FTBFS after upgrade tcl/tk-dev to version 8.6

Ana Beatriz Guerrero López ana at moszumanska.debian.org
Tue Jul 1 14:26:43 UTC 2014


This is an automated email from the git hooks/post-receive script.

ana pushed a commit to branch master
in repository ibutils.

commit e8c93af1c939f9069adc07f80641b70b188a04d4
Author: Ana Guerrero López <ana at ekaia.org>
Date:   Mon Jun 30 18:55:54 2014 +0200

    fix FTBFS after upgrade tcl/tk-dev to version 8.6
---
 debian/changelog | 10 ++++++++++
 debian/control   |  3 ++-
 debian/rules     |  5 ++++-
 3 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6b847c5..72ecffb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+ibutils (1.5.7-2) UNRELEASED; urgency=medium
+
+  * Fix FTBFS after upgrade tcl/tk-dev to version 8.6:
+    - Add versioned depends on  tcl-dev (>= 8.6.0+6) and tk-dev (>= 8.6.0+6).
+    - Add build depend on dpkg-dev (>= 1.16.0).
+    - Update debian/rules to find multiarch tk-lib.
+    Thanks to Sergei Golovan. (Closes: #724998)
+
+ -- Ana Beatriz Guerrero Lopez <ana at debian.org>  Mon, 30 Jun 2014 18:39:09 +0200
+
 ibutils (1.5.7-1) experimental; urgency=low
 
   * Acknowledge NMU. (Closes: #690603)
diff --git a/debian/control b/debian/control
index 4dfe539..9e5f05b 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,8 @@ Section: net
 Priority: extra
 Maintainer: OFED and Debian Developement and Discussion <pkg-ofed-devel at lists.alioth.debian.org>
 Uploaders: Benoit Mortier <benoit.mortier at opensides.be>, Guy Coates <gmpc at sanger.ac.uk>, Mario Lang <mlang at debian.org>
-Build-Depends: debhelper (>= 9), dh-autoreconf, swig, graphviz, libibumad-dev, tcl-dev, tk-dev, libopensm-dev (>= 3.3.15)
+Build-Depends: debhelper (>= 9), dh-autoreconf, swig, graphviz, tcl-dev (>= 8.6.0+6), tk-dev (>= 8.6.0+6), dpkg-dev (>= 1.16.0),
+ libibumad-dev, libopensm-dev (>= 3.3.15)
 Standards-Version: 3.9.4
 Homepage: http://www.openfabrics.org
 
diff --git a/debian/rules b/debian/rules
index 3787977..d0c104f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,10 @@ override_dh_autoreconf:
 	dh_autoreconf autoreconf -- -f -i -I config
 
 override_dh_auto_configure:
-	dh_auto_configure -- --with-osm=/usr --with-osm-libs=/usr/lib/$(DEB_HOST_MULTIARCH)
+	dh_auto_configure -- --with-osm=/usr \
+	--with-osm-libs=/usr/lib/$(DEB_HOST_MULTIARCH) \
+	--with-tk-lib=/usr/lib/$(DEB_HOST_MULTIARCH)/libtk.so
+
 
 override_dh_auto_install:
 	dh_auto_install

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ofed/ibutils.git



More information about the Pkg-ofed-commits mailing list