* Extent debian/copyright up to 2014.
* Update debian/copyright license statement - with 1.1.0 upstream
relicensed from GPLv3 to GPLv2 or later.
+ * Add "-D_GNU_SOURCE" unconditionally to the list of CCFLAGS, needed
+ to build on kfreebsd.
-- Sven Hoexter <hoexter@debian.org> Tue, 26 Aug 2014 08:31:26 +0200
#!/usr/bin/make -f
-# -*- makefile -*-
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-export CCFLAGS = $(CFLAGS) -Wall -std=c99
+export CCFLAGS = $(CFLAGS) -Wall -std=c99 -D_GNU_SOURCE
%:
dh $@