fix FTBFS after upgrade tcl/tk-dev to version 8.6
Ana Guerrero López
9 years ago
|
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 |
|
0 | 10 |
ibutils (1.5.7-1) experimental; urgency=low
|
1 | 11 |
|
2 | 12 |
* Acknowledge NMU. (Closes: #690603)
|
2 | 2 |
Priority: extra
|
3 | 3 |
Maintainer: OFED and Debian Developement and Discussion <pkg-ofed-devel@lists.alioth.debian.org>
|
4 | 4 |
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)
|
6 | 7 |
Standards-Version: 3.9.4
|
7 | 8 |
Homepage: http://www.openfabrics.org
|
8 | 9 |
|
7 | 7 |
dh_autoreconf autoreconf -- -f -i -I config
|
8 | 8 |
|
9 | 9 |
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 |
|
11 | 14 |
|
12 | 15 |
override_dh_auto_install:
|
13 | 16 |
dh_auto_install
|