From 5f6625ebd476340745d578b08620dbe4d27d1a9b Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Tue, 24 Apr 2018 16:43:36 -0400 Subject: Import Debian changes 2.0.0+dfsg-0vanir1 barrier (2.0.0+dfsg-0vanir1) unstable; urgency=medium * Initial release. --- debian/rules | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 64ddd45..c3d7b43 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,18 @@ #!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +# export DH_VERBOSE=1 + +DPKG_EXPORT_BUILDFLAGS = 1 +include /usr/share/dpkg/buildflags.mk +export DEB_BUILD_MAINT_OPTIONS = hardening=+all +export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed + +export BARRIER_VERSION_STAGE=Release %: - dh $@ --buildsystem=cmake --builddirectory=build -Pbuild/debian --parallel + dh $@ --builddirectory=builddir +override_dh_auto_configure: + dh_auto_configure -- -DBARRIER_REVISION=00000000 -- cgit v1.2.3