rules 347 Bytes
Newer Older
1 2 3 4
#!/usr/bin/make -f
# -*- makefile -*-
#export DH_VERBOSE=1

5 6 7
# WKRD: gettext
export DEB_BUILD_MAINT_OPTIONS = hardening=-format

8 9 10 11 12 13 14 15 16 17 18 19 20 21
include debian/common.mk

override_dh_auto_install:

override_dh_link:

override_dh_makeshlibs:
	dh_makeshlibs -n

override_dh_shlibdeps:
	dh_shlibdeps -- -x$(PACKAGE)
	rm $(TMP)/DEBIAN/shlibs

%:
22
	dh $@ --with systemd