[Pgp-tools-commit] r622 - in trunk: debian gpgwrap/src keyanalyze
Guilhem Moulin
guilhem-guest at moszumanska.debian.org
Thu May 15 17:17:40 UTC 2014
Author: guilhem-guest
Date: 2014-05-15 17:17:40 +0000 (Thu, 15 May 2014)
New Revision: 622
Modified:
trunk/debian/changelog
trunk/gpgwrap/src/Makefile
trunk/keyanalyze/Makefile
Log:
Import the default Debian CFLAGS defined by dpkg-buildflags.
Fixes the following Buildd Log Scanner warning:
dpkg-buildflags-missing CFLAGS
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2014-05-15 17:02:43 UTC (rev 621)
+++ trunk/debian/changelog 2014-05-15 17:17:40 UTC (rev 622)
@@ -1,3 +1,15 @@
+signing-party (1.1.8-1) UNRELEASED; urgency=low
+
+ [ Guilhem Moulin ]
+ * gpgwrap:
+ + Import the default Debian CFLAGS defined by dpkg-buildflags, which makes
+ the Buildd Log Scanner stop emitting 'W-dpkg-buildflags-missing CFLAGS'.
+ * keyanalyze:
+ + Import the default Debian CFLAGS defined by dpkg-buildflags, which makes
+ the Buildd Log Scanner stop emitting 'W-dpkg-buildflags-missing CFLAGS'.
+
+ -- Guilhem Moulin <guilhem at guilhem.org> Thu, 15 May 2014 15:21:02 +0200
+
signing-party (1.1.7-1) unstable; urgency=low
[ Guilhem Moulin ]
Modified: trunk/gpgwrap/src/Makefile
===================================================================
--- trunk/gpgwrap/src/Makefile 2014-05-15 17:02:43 UTC (rev 621)
+++ trunk/gpgwrap/src/Makefile 2014-05-15 17:17:40 UTC (rev 622)
@@ -1,5 +1,5 @@
CC=${DIET} gcc -s
-CFLAGS:=-Wall -O2 -fomit-frame-pointer
+CFLAGS:=$(shell dpkg-buildflags --get CFLAGS) -fomit-frame-pointer
CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS)
LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)
STRIP=strip -R .note -R .comment
Modified: trunk/keyanalyze/Makefile
===================================================================
--- trunk/keyanalyze/Makefile 2014-05-15 17:02:43 UTC (rev 621)
+++ trunk/keyanalyze/Makefile 2014-05-15 17:17:40 UTC (rev 622)
@@ -1,5 +1,5 @@
LDLIBS=-lpthread
-CFLAGS=-O2 -W -Wall -g
+CFLAGS:=$(shell dpkg-buildflags --get CFLAGS)
all: keyanalyze process_keys pgpring/pgpring
More information about the Pgp-tools-commit
mailing list