Do it right this time round

This commit is contained in:
Dave Hibberd 2023-07-27 00:56:15 +01:00
parent 7f3c3259b2
commit 27f3de0c7b
1 changed files with 5 additions and 1 deletions

6
debian/rules vendored
View File

@ -2,11 +2,15 @@
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
export NON_INTERACTIVE=1
export DEB_CONFIGURE_EXTRA_FLAGS=--without-flexnet --without-tcpip --without-rose --without-autorouter --without-mheard
%:
dh $@
# Remove things we aren't using in oarc. mheard is a bug awaiting a fix.
override_dh_auto_configure:
dh_auto_configure -- --without-flexnet --without-tcpip --without-rose --without-autorouter --without-mheard
# Collapse upstream changes file into single file
override_dh_auto_build: