blob: f5a79fb330830cb530eedff4bd6c9024e80d1a4a [file] [log] [blame]
Maxe9d37db2017-03-13 16:08:11 +01001#!/usr/bin/make -f
2
Max7f394682017-03-14 14:31:25 +01003#export DH_VERBOSE=1
Maxe9d37db2017-03-13 16:08:11 +01004export DEB_BUILD_MAINT_OPTIONS = hardening=+all
5
6%:
7 dh $@ --with autoreconf
8
9override_dh_shlibdeps:
10 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
11
12override_dh_strip:
13 dh_strip --dbg-package=osmo-hlr-dbg
Alexander Couzens35228192017-10-11 07:10:49 +020014
15# Print test results in case of a failure
16override_dh_auto_test:
17 dh_auto_test || (find . -name testsuite.log -exec cat {} \; ; false)
Pau Espin Pedrol6fe1c222018-09-10 12:27:21 +020018
19override_dh_auto_configure:
Oliver Smitha8253a52019-05-21 15:31:53 +020020 dh_auto_configure -- --with-systemdsystemunitdir=/lib/systemd/system --enable-manuals
21
22# Don't create .pdf.gz files (barely saves space and they can't be opened directly by most pdf readers)
23override_dh_compress:
24 dh_compress -X.pdf