hardened_malloc/debian/rules
2019-07-21 00:20:45 +00:00

20 lines
454 B
Makefile
Executable file

#!/usr/bin/make -f
## Copyright (C) 2016 - 2016 Patrick Schleizer <adrelanos@riseup.net>
## See the file COPYING for copying conditions.
export DH_VERBOSE=1
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk
%:
dh $@
override_dh_installchangelogs:
dh_installchangelogs changelog.upstream upstream
## https://github.com/GrapheneOS/hardened_malloc/issues/85
override_dh_dwz:
/bin/true