#!/usr/bin/make -f # debhelper rules file for hexer. -include /usr/share/dpkg/buildtools.mk export CC_FOR_BUILD ?= cc # Aim for the top, adapt if anything should break on the buildds. DEB_BUILD_MAINT_OPTIONS= hardening=+all export DEB_BUILD_MAINT_OPTIONS DEB_CFLAGS_MAINT_APPEND= -pipe -std=c99 \ -Wall -W -pedantic -Wbad-function-cast \ -Wcast-align -Wcast-qual -Winline \ -Wmissing-prototypes -Wnested-externs \ -Wredundant-decls -Wstrict-prototypes -Wwrite-strings DEB_CPPFLAGS_MAINT_APPEND= -DHE_DEFAULT_PAGER=\"pager\" export DEB_CPPFLAGS_MAINT_APPEND DEB_CFLAGS_MAINT_APPEND DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed export DEB_LDFLAGS_MAINT_APPEND override_dh_auto_install: dh_auto_install -- PREFIX=/usr MANDIR=/usr/share/man/man1 override_dh_installchangelogs: dh_installchangelogs -X CHANGES install -m 644 CHANGES debian/hexer/usr/share/doc/hexer/NEWS %: dh $@