Switch to debhelper 13
Signed-off-by: Benjamin Drung <benjamin.drung@cloud.ionos.com>
Benjamin Drung
2 years ago
2 | 2 |
Priority: optional
|
3 | 3 |
Maintainer: Debian HPC Team <debian-hpc@lists.debian.org>
|
4 | 4 |
Uploaders: Mehdi Dogguy <mehdi@debian.org>
|
5 | |
Build-Depends: debhelper (>= 9),
|
6 | |
dh-autoreconf,
|
|
5 |
Build-Depends: debhelper-compat (= 13),
|
7 | 6 |
dpkg-dev (>= 1.16.0),
|
8 | 7 |
graphviz,
|
9 | 8 |
libibumad-dev,
|
1 | 1 |
# -*- makefile -*-
|
2 | 2 |
|
3 | 3 |
%:
|
4 | |
dh $@ --with autoreconf
|
|
4 |
dh $@
|
5 | 5 |
|
6 | 6 |
override_dh_autoreconf:
|
7 | 7 |
dh_autoreconf autoreconf -- -f -i -I config
|
|
15 | 15 |
override_dh_auto_install:
|
16 | 16 |
dh_auto_install
|
17 | 17 |
chmod ogu-x debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/ibdm1.5.7/ibnl/*.ibnl
|
|
18 |
rm -f debian/tmp/usr/bin/*.pl debian/tmp/usr/bin/*.tcl debian/tmp/usr/lib/*/*.la
|
18 | 19 |
|
19 | 20 |
override_dh_auto_clean:
|
20 | 21 |
dh_auto_clean
|