summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornicoo <nicoo@debian.org>2020-02-16 11:24:32 +0100
committerNicolas Braud-Santoni <nicolas@braud-santoni.eu>2020-02-16 11:25:05 +0100
commitad3eaeeb361962682f48b5a8724ca84b9c4ec0c7 (patch)
tree529cbc3680cd4216b5f3848b438fc5f6818c1868
parentd2b5397f00dbfbf363eeb98193d0a965a3bfbe41 (diff)
Revert "debian/rules: Make sure build flags are exported to CMake"
This reverts commit 6eed843d53653d6cbcf5d9a31907b2668274896d. It was entirely necessary (dh >= 9) and I'm not sure why I cargo-culted it.
-rwxr-xr-xdebian/rules2
1 files changed, 0 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index 52a7689..234840d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,6 @@
1#!/usr/bin/make -f 1#!/usr/bin/make -f
2 2
3export DEB_BUILD_MAINT_OPTIONS = hardening=+all 3export DEB_BUILD_MAINT_OPTIONS = hardening=+all
4DPKG_EXPORT_BUILDFLAGS = 1
5include /usr/share/dpkg/buildflags.mk
6 4
7%: 5%:
8 dh $@ 6 dh $@