Codebase list ibutils / e8c93af
fix FTBFS after upgrade tcl/tk-dev to version 8.6 Ana Guerrero López 9 years ago
3 changed file(s) with 16 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
0 ibutils (1.5.7-2) UNRELEASED; urgency=medium
1
2 * Fix FTBFS after upgrade tcl/tk-dev to version 8.6:
3 - Add versioned depends on tcl-dev (>= 8.6.0+6) and tk-dev (>= 8.6.0+6).
4 - Add build depend on dpkg-dev (>= 1.16.0).
5 - Update debian/rules to find multiarch tk-lib.
6 Thanks to Sergei Golovan. (Closes: #724998)
7
8 -- Ana Beatriz Guerrero Lopez <ana@debian.org> Mon, 30 Jun 2014 18:39:09 +0200
9
010 ibutils (1.5.7-1) experimental; urgency=low
111
212 * Acknowledge NMU. (Closes: #690603)
22 Priority: extra
33 Maintainer: OFED and Debian Developement and Discussion <pkg-ofed-devel@lists.alioth.debian.org>
44 Uploaders: Benoit Mortier <benoit.mortier@opensides.be>, Guy Coates <gmpc@sanger.ac.uk>, Mario Lang <mlang@debian.org>
5 Build-Depends: debhelper (>= 9), dh-autoreconf, swig, graphviz, libibumad-dev, tcl-dev, tk-dev, libopensm-dev (>= 3.3.15)
5 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),
6 libibumad-dev, libopensm-dev (>= 3.3.15)
67 Standards-Version: 3.9.4
78 Homepage: http://www.openfabrics.org
89
77 dh_autoreconf autoreconf -- -f -i -I config
88
99 override_dh_auto_configure:
10 dh_auto_configure -- --with-osm=/usr --with-osm-libs=/usr/lib/$(DEB_HOST_MULTIARCH)
10 dh_auto_configure -- --with-osm=/usr \
11 --with-osm-libs=/usr/lib/$(DEB_HOST_MULTIARCH) \
12 --with-tk-lib=/usr/lib/$(DEB_HOST_MULTIARCH)/libtk.so
13
1114
1215 override_dh_auto_install:
1316 dh_auto_install