diff options
| author | 2018-04-24 16:43:36 -0400 | |
|---|---|---|
| committer | 2018-04-25 18:07:34 -0400 | |
| commit | 5f6625ebd476340745d578b08620dbe4d27d1a9b (patch) | |
| tree | e84b9e63375b071eeaf8991b8f9d9c6eff77b6bb /debian/rules | |
| parent | 9b1b081cfdb1c0fb6457278775e0823f8bc10f62 (diff) | |
Import Debian changes 2.0.0+dfsg-0vanir1debian/2.0.0+dfsg-0vanir1
barrier (2.0.0+dfsg-0vanir1) unstable; urgency=medium
* Initial release.
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 15 |
1 files changed, 14 insertions, 1 deletions
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 |
