summaryrefslogtreecommitdiff
path: root/scripts/dpkg-buildflags.pl
AgeCommit message (Expand)AuthorFilesLines
2014-10-06dpkg-buildflags: Reverse exit logic to check for errorsGuillem Jover1-23/+13
2014-10-06dpkg-buildflags: Fold list action handling with the other actions if blockGuillem Jover1-4/+5
2014-05-17scripts: Switch unused capturing groups to non-capturing onesGuillem Jover1-1/+1
2013-12-07Use https:// URLs instead of http:// when possibleGuillem Jover1-1/+1
2013-07-26scripts: Use () instead of qw() for empty importsGuillem Jover1-1/+1
2013-06-22Dpkg: Deprecate lowercase exported by default variablesGuillem Jover1-3/+3
2013-05-04Do not use double-quotes on strings that do not need interpolationGuillem Jover1-30/+30
2013-04-29scripts: Use // operator instead of an explicit defined checkGuillem Jover1-1/+1
2013-04-04dpkg-buildflags: Rename configure exporter to cmdlineGuillem Jover1-6/+8
2012-06-30dpkg-buildflags: also import error functions exported by defaultRaphaël Hertzog1-1/+1
2012-06-30Change all programs to accept -? instead of -h for help outputGuillem Jover1-1/+1
2012-06-30dpkg-buildflags: Add --status action to describe the flag settingsBernhard R. Link1-2/+40
2012-06-30dpkg-buildflags: Coalesce --list and --dump option parsingBernhard R. Link1-7/+3
2012-06-08scripts: Slice --help output stringsGuillem Jover1-3/+3
2012-05-23scripts: Refer to commands instead of actions in help outputGuillem Jover1-2/+2
2012-02-01Move copyright information from --version output to file comment headersGuillem Jover1-3/+0
2011-12-29dpkg-buildflags: new --query-features commandKees Cook1-1/+14
2011-09-29dpkg-buildflags: fix --dump to return 0 as exit codeRaphaël Hertzog1-0/+1
2011-08-01dpkg-buildflags: implement --export=configureRaphaël Hertzog1-3/+7
2011-07-11dpkg-buildflags: new --dump action, make it the defaultRaphaël Hertzog1-3/+13
2010-11-24dpkg-buildflags: fix incorrect name in commentRaphaël Hertzog1-1/+1
2010-07-25dpkg-buildflags: new --export commandRaphaël Hertzog1-6/+27
2010-04-30dpkg-buildflags: error out when a required parameter is missingRaphaël Hertzog1-0/+1
2010-04-11dpkg-buildflags: new script to retrieve compilation flags during package buildRaphaël Hertzog1-0/+105