From f0fb33b472ef7bae50bfc467322540f0fad17ef9 Mon Sep 17 00:00:00 2001 From: thijs Date: Tue, 1 Nov 2011 19:35:40 +0000 Subject: [PATCH] Import dpkg build flags git-svn-id: svn://svn.debian.org/pgp-tools/trunk@486 b513b33f-fedd-0310-b452-c3deb5f4c849 --- debian/changelog | 5 +++-- debian/rules | 4 ++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index d2617b1..fff1d4d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,7 +4,8 @@ signing-party (1.1.4-1) UNRELEASED; urgency=low * caff: + Correct path of ~/.caffrc in informational messages (Closes: #582603). + Be more verbose on unexpected key ID (Closes: #645792). - * Debian package: small cleanups. + * Debian package: + + Import dpkg build flags, plus small cleanups. [ Franck Joncourt ] @@ -44,7 +45,7 @@ signing-party (1.1.4-1) UNRELEASED; urgency=low + Create the mail files in ~/.caff/keys even if mail is not sent (closes: #590666). - -- Thijs Kinkhorst Tue, 01 Nov 2011 20:17:22 +0100 + -- Thijs Kinkhorst Tue, 01 Nov 2011 20:35:10 +0100 signing-party (1.1.3-1) unstable; urgency=low diff --git a/debian/rules b/debian/rules index b863c73..1bcf101 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,9 @@ #!/usr/bin/make -f +export DEB_BUILD_MAINT_OPTIONS := hardening=+bindnow +DPKG_EXPORT_BUILDFLAGS = 1 +-include /usr/share/dpkg/buildflags.mk + VERSION := $(shell dpkg-parsechangelog | grep ^Version | cut -d' ' -f2) INSTALL = install -- 2.30.2