From: Sven Hoexter Date: Thu, 1 Nov 2018 15:01:21 +0000 (+0100) Subject: Drop explicit inclusion and export of dpkg-buildflags, handled by debhelper nowadays. X-Git-Tag: debian/3.052-3~1 X-Git-Url: https://git.sven.stormbind.net/?p=sven%2Fmysqltcl.git;a=commitdiff_plain;h=390d1b2a618d7f2341acc44aae53996acdf07f8d;hp=6721c58679cb74b6dee63e43c73afe4f59228399 Drop explicit inclusion and export of dpkg-buildflags, handled by debhelper nowadays. --- diff --git a/debian/changelog b/debian/changelog index 4fd48e8..507f453 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,8 @@ mysqltcl (3.052-3) UNRELEASED; urgency=medium * Build-Depend on debhelper-compat and change to compat level 11. * Mark the binary package as Multi-Arch: same. * Remove usage of dh-autoreconf, it's now a debhelper default. + * Drop explicit inclusion and export of dpkg-buildflags, handled + by debhelper nowadays. -- Sven Hoexter Thu, 01 Nov 2018 15:42:40 +0100 diff --git a/debian/rules b/debian/rules index b4e6f89..8409ffe 100755 --- a/debian/rules +++ b/debian/rules @@ -4,9 +4,6 @@ #export DH_VERBOSE=1 export DEB_BUILD_MAINT_OPTIONS = hardening=+all -DPKG_EXPORT_BUILDFLAGS = 1 -include /usr/share/dpkg/buildflags.mk - DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) %: