aboutsummaryrefslogtreecommitdiffstats
path: root/debian/rules
blob: 11054810ea723f68c2bc4f3286f739d36f5caa74 (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

export DEB_CFLAGS_MAINT_APPEND=-pthread -I/usr/include/libnl3

export DEB_BUILD_MAINT_OPTIONS=hardening=+all

export BUILD_DATE = $(shell LC_ALL=C date -u --date="`dpkg-parsechangelog -SDate`")

%:
	dh $@