tag 603435 pending
thanks
Hello,
Bug #603435 reported by you has been fixed in the Git repository. You can
see the changelog below, and you can check the diff of the fix at:
http://git.debian.org/?p=dpkg/dpkg.git;a=commitdiff;h=d415c38
---
commit d415c388d31e9c4b7eff8b77711a4c15b3b85208
Author: Raphaël Hertzog <[email protected]>
Date: Mon Jul 11 09:20:20 2011 +0200
dpkg-buildflags: new --dump action, make it the default
The --export command is useful to retrieve the compilation flags
in a shell script or in a makefile, and to export them in the environment,
but it's not well suited for parsing by another script (or even by a
human).
The new --dump option becomes the default action and prints
the flags and their values following a documented template: "flag=value".
diff --git a/debian/changelog b/debian/changelog
index f6b52cb..d5bfd6d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -69,6 +69,8 @@ dpkg (1.16.1) UNRELEASED; urgency=low
flags. Particularly useful for package maintainers who don't want
their supplementary flags to take precedence over user submitted
flags.
+ * Add new --dump action to dpkg-buildflags and make it the default action.
+ Closes: #603435
[ Guillem Jover ]
* Install deb-src-control(5) man pages in dpkg-dev. Closes: #620520
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]