#!/usr/bin/make -f #DH_VERBOSE = 1 export DEB_BUILD_MAINT_OPTIONS = hardening=+all export DEB_CFLAGS_MAINT_APPEND = -g -Wall -pedantic -std=gnu89 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed %: dh $@ --with autoreconf #Place debugging symbols into abook-dbg package override_dh_strip: dh_strip --dbg-package=abook-dbg override_dh_auto_install: dh_auto_install --destdir=debian/abook override_dh_installdocs: dh_installdocs --link-doc=abook