summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Shadura <andrewsh@debian.org>2021-01-04 19:27:12 +0100
committerAndrej Shadura <andrewsh@debian.org>2021-01-04 19:27:12 +0100
commit2f1d69622aaf7d57db0808c04e917bed769e0553 (patch)
treed37e914f931d88835900003a092b8741b058c223
parent18e56f90b09241fad80f65c89b0a303ed6e1b832 (diff)
Export buildflags
-rwxr-xr-xdebian/rules3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index ace208a..28ee59f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,9 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
+DPKG_EXPORT_BUILDFLAGS = 1
+include /usr/share/dpkg/buildflags.mk
+
%:
dh "$@"