Codebase list faad2 / debian/2.9.0-1 debian / rules
debian/2.9.0-1

Tree @debian/2.9.0-1 (Download .tar.gz)

rules @debian/2.9.0-1raw · history · blame

1
2
3
4
5
6
7
8
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed -Wl,--no-undefined
export DEB_CPPFLAGS_MAINT_APPEND = -DBUILD_DATE="\"$(shell date --utc --date=@${SOURCE_DATE_EPOCH} +%Y-%m-%d)\""

%:
	dh $@