uronode/debian/rules

19 lines
432 B
Plaintext
Raw Normal View History

2015-09-03 20:02:34 +01:00
#!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
export NON_INTERACTIVE=1
2015-09-03 20:02:34 +01:00
%:
dh $@
2023-07-27 00:56:15 +01:00
# 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
2015-09-03 20:02:34 +01:00
override_dh_auto_build:
cat CHANGES.* > changelog
dh_auto_build