aboutsummaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index 1105481..c002621 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,10 @@
#!/usr/bin/make -f
+include /usr/share/dpkg/pkg-info.mk
+
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 $@