2015-09-03 20:02:34 +01:00
|
|
|
#!/usr/bin/make -f
|
|
|
|
|
2016-04-05 00:38:50 +01:00
|
|
|
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
|
2017-11-24 18:05:49 +00:00
|
|
|
export NON_INTERACTIVE=1
|
2023-07-27 00:24:03 +01:00
|
|
|
export DEB_CONFIGURE_EXTRA_FLAGS=--without-flexnet --without-tcpip --without-rose --without-autorouter --without-mheard
|
2015-09-03 20:02:34 +01:00
|
|
|
|
|
|
|
%:
|
|
|
|
dh $@
|
|
|
|
|
2015-09-07 21:30:10 +01:00
|
|
|
# Collapse upstream changes file into single file
|
2015-09-03 20:02:34 +01:00
|
|
|
|
2015-09-07 21:30:10 +01:00
|
|
|
override_dh_auto_build:
|
|
|
|
cat CHANGES.* > changelog
|
|
|
|
dh_auto_build
|