[Pgp-tools-commit] r486 - trunk/debian
Thijs Kinkhorst
thijs at alioth.debian.org
Tue Nov 1 19:35:40 UTC 2011
Author: thijs
Date: 2011-11-01 19:35:40 +0000 (Tue, 01 Nov 2011)
New Revision: 486
Modified:
trunk/debian/changelog
trunk/debian/rules
Log:
Import dpkg build flags
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2011-11-01 19:18:05 UTC (rev 485)
+++ trunk/debian/changelog 2011-11-01 19:35:40 UTC (rev 486)
@@ -4,7 +4,8 @@
* 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 @@
+ Create the mail files in ~/.caff/keys even if mail is not sent
(closes: #590666).
- -- Thijs Kinkhorst <thijs at debian.org> Tue, 01 Nov 2011 20:17:22 +0100
+ -- Thijs Kinkhorst <thijs at debian.org> Tue, 01 Nov 2011 20:35:10 +0100
signing-party (1.1.3-1) unstable; urgency=low
Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules 2011-11-01 19:18:05 UTC (rev 485)
+++ trunk/debian/rules 2011-11-01 19:35:40 UTC (rev 486)
@@ -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
More information about the Pgp-tools-commit
mailing list