From ad3eaeeb361962682f48b5a8724ca84b9c4ec0c7 Mon Sep 17 00:00:00 2001 From: nicoo Date: Sun, 16 Feb 2020 11:24:32 +0100 Subject: 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. --- debian/rules | 2 -- 1 file changed, 2 deletions(-) diff --git a/debian/rules b/debian/rules index 52a7689..234840d 100755 --- a/debian/rules +++ b/debian/rules @@ -1,8 +1,6 @@ #!/usr/bin/make -f export DEB_BUILD_MAINT_OPTIONS = hardening=+all -DPKG_EXPORT_BUILDFLAGS = 1 -include /usr/share/dpkg/buildflags.mk %: dh $@ -- cgit v1.2.3