Do it right this time round
This commit is contained in:
parent
7f3c3259b2
commit
27f3de0c7b
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue