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

export DEB_CFLAGS_MAINT_APPEND=-pthread

export DEB_BUILD_MAINT_OPTIONS=hardening=+all

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

%:
	dh $@ --with autotools_dev