From: Alexandre Mestiashvili Date: Thu, 8 Sep 2016 14:24:56 +0000 (+0200) Subject: No need to export the buildflags X-Git-Tag: archive/raspbian/4.017+ds-1+rpi1~1^2~58 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=aa1de62812b7f1160662ac5108d61a1e33ae3435;p=libsereal-encoder-perl.git No need to export the buildflags --- diff --git a/debian/changelog b/debian/changelog index 1bb8837..d1b2dfd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,7 +10,7 @@ libsereal-encoder-perl (3.015-1) unstable; urgency=medium * New upstream version 3.015 * Bump Standards-Version, add Testsuite: autopkgtest-pkg-perl * Remove trailing spaces in d/copyright - * Export hardening and build flags + * Export hardening flags * Add patch fixing a typo -- Alexandre Mestiashvili Thu, 08 Sep 2016 15:44:32 +0200 diff --git a/debian/rules b/debian/rules index df91a87..408e6ce 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 $@