summaryrefslogtreecommitdiff
path: root/scripts/Dpkg/BuildFlags.pm
AgeCommit message (Expand)AuthorFilesLines
2016-07-03man, perl: Remove most AUTHOR sectionsGuillem Jover1-4/+0
2016-02-15Dpkg::BuildEnv: Rename to Dpkg::Build::EnvGuillem Jover1-17/+17
2015-12-17Dpkg::BuildFlags: Document supported feature areasGuillem Jover1-4/+5
2015-07-28Dpkg: Remove my keyword from POD function prototypesGuillem Jover1-2/+2
2015-05-18scripts: Document dpkg version when module versions got bumpedGuillem Jover1-4/+4
2015-05-18scripts: Say METHODS instead of FUNCTIONS or OBJECT FOO in POD section titlesGuillem Jover1-1/+1
2015-01-28Dpkg: Use shift instead of @_ on single argument unpackingGuillem Jover1-8/+15
2015-01-28scripts: Rename and deprecate _g function with g_Guillem Jover1-3/+3
2014-10-12scripts: Document all public module versions in a CHANGES sectionGuillem Jover1-0/+4
2014-08-15scripts: Use length instead of defined when checking environment variablesGuillem Jover1-2/+2
2014-05-17Dpkg: Update and fix CHANGES POD sectionsGuillem Jover1-10/+10
2014-04-21dpkg-buildflags: Add support for FCFLAGS, OBJCFLAGS and OBJCXXFLAGSGuillem Jover1-0/+9
2014-04-21scripts: Localize $_ in functions with while (<$fh>) style loopsGuillem Jover1-0/+2
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-buildflags: Add GCJFLAGS supportGuillem Jover1-0/+3
2013-06-21scripts: Use a new Dpkg::CONFDIR variable instead of literal stringsGuillem Jover1-1/+2
2013-05-04Do not use double-quotes on strings that do not need interpolationGuillem Jover1-26/+26
2013-04-30Do not quote simple identifier hash keys in element accessesGuillem Jover1-15/+15
2013-04-29Dpkg: Use identifiers as key names whenever possibleGuillem Jover1-1/+1
2013-04-29scripts: Do not use sort directly on the return keywordGuillem Jover1-1/+2
2013-04-28Use proper variables instead of barewords for filehandlesGuillem Jover1-3/+3
2013-04-04dpkg-buildflags: Mask fortify hardening option on nooptGuillem Jover1-0/+1
2012-10-04Dpkg::BuildFlags: Use a hash instead of a ref to a hash for keys()Guillem Jover1-1/+1
2012-06-30Avoid full stop and double newline at the end of errors and warningsJonathan Nieder1-1/+1
2012-06-30Dpkg::BuildFlags: Record environment variables modified by maintainerBernhard R. Link1-16/+45
2012-06-30Dpkg::BuildFlags: Record environment variables accessed or modifiedGuillem Jover1-16/+17
2012-06-29Dpkg::BuildFlags: Add get_feature_areas()Bernhard R. Link1-1/+18
2012-03-16Dpkg::BuildFlags: Use =head2 instead of =headGuillem Jover1-1/+1
2012-03-16Dpkg::BuildFlags: update embedded API changelogRaphaël Hertzog1-0/+4
2011-12-29dpkg-buildflags: new --query-features commandKees Cook1-1/+39
2011-09-08dpkg-buildflags: emit hardening build flags by defaultRaphaël Hertzog1-0/+1
2011-08-01dpkg-buildflags: support a "strip" operationRaphaël Hertzog1-1/+29
2011-08-01dpkg-buildflags: implement support of DEB_<flag>_MAINT_<op> env variablesRaphaël Hertzog1-8/+39
2011-08-01Revert "dpkg-buildflags: support debian/buildflags"Raphaël Hertzog1-29/+8
2011-07-11dpkg-buildflags: supports a prepend commandRaphaël Hertzog1-1/+28
2011-07-11dpkg-buildflags: support debian/buildflagsRaphaël Hertzog1-10/+35
2011-06-11Dpkg::BuildFlags: avoid a Perl warning when HOME is not setRaphaël Hertzog1-2/+5
2010-05-21Dpkg::BuildFlags: simplify update-buildflags hookColin Watson1-1/+1
2010-04-23dpkg-buildflags: respect $XDG_CONFIG_HOME and use $XDG_CONFIG_HOME/dpkg/build...Raphaël Hertzog1-1/+2
2010-04-11Dpkg::BuildFlags: new module to query/manage build flagsRaphaël Hertzog1-0/+266