summaryrefslogtreecommitdiff
path: root/scripts/dpkg-genchanges.pl
AgeCommit message (Expand)AuthorFilesLines
2014-08-15scripts: Refactor build type setting into a new set_build_type functionGuillem Jover1-18/+15
2014-08-10scripts: Add -g and -G options for source plus arch-indep/specific buildsGuillem Jover1-2/+18
2014-08-10dpkg-genchanges: Correctly filter host arch from the Architecture fieldGuillem Jover1-0/+2
2014-08-09scripts: Only allow one build type optionGuillem Jover1-4/+5
2014-08-09scripts: Unify build options description in --help outputGuillem Jover1-6/+6
2014-08-09dpkg-genchanges: Only print build type onceGuillem Jover1-3/+7
2014-08-09scripts: Use // instead of || where appropriateGuillem Jover1-1/+1
2014-08-09scripts: Use //= instead of ||= when appropriateGuillem Jover1-1/+1
2014-08-09scripts: Mark Format and Installed-Size as automatic substvarsGuillem Jover1-1/+1
2014-05-17scripts: Switch unused capturing groups to non-capturing onesGuillem Jover1-3/+3
2014-04-21dpkg-genchanges: Clarify error message on binary builds w/o binariesGuillem Jover1-1/+6
2014-04-21scripts: Use new Dpkg::Dist::Files module instead of ad-hoc codeGuillem Jover1-48/+29
2014-04-21dpkg-genchanges: Only track attributes for distributed filesGuillem Jover1-5/+6
2014-04-21dpkg-gencontrol: Remove unused %p2ver variableGuillem Jover1-2/+0
2014-04-21dpkg-genchanges: Remove unnecessary %pa2f variableGuillem Jover1-10/+4
2014-04-21scripts: Add a space after commaGuillem Jover1-3/+3
2013-12-17scripts: Use croak instead of internerr on programming errors in programsGuillem Jover1-2/+3
2013-12-17scripts: Cleanup build_opt() handlingGuillem Jover1-9/+19
2013-12-17dpkg-genchanges: Unify $include constant naming with dpkg-buildpackageGuillem Jover1-24/+25
2013-12-07Use https:// URLs instead of http:// when possibleGuillem Jover1-1/+1
2013-12-05Add experimental build profiles supportGuillem Jover1-0/+3
2013-12-04perl: Surround FileHandles with braces in print callsGuillem Jover1-3/+3
2013-12-04perl: Switch to use low precedence boolean operators for error checksGuillem Jover1-8/+8
2013-12-04perl: Try to avoid boolean operators after predicates on error checksGuillem Jover1-26/+28
2013-11-24Dpkg::Vars: Deprecate $sourcepackage package variableGuillem Jover1-3/+4
2013-11-24Dpkg::Compression: Add new compression_get_file_extension_regex() functionGuillem Jover1-1/+1
2013-10-26dpkg-genchanges: Slighly improve note on no substvar expansionGuillem Jover1-1/+3
2013-07-26scripts: Use () instead of qw() for empty importsGuillem Jover1-1/+1
2013-07-18scripts: Use the block form for the grep functionGuillem Jover1-1/+1
2013-07-18scripts: Use Dpkg::Util list functions instead of grepGuillem Jover1-4/+5
2013-07-18scripts: Do not mix boolean operatorsGuillem Jover1-1/+1
2013-07-18scripts: Do not use negative expression in unless and until conditionsGuillem Jover1-3/+3
2013-06-22Dpkg: Deprecate lowercase exported by default variablesGuillem Jover1-6/+6
2013-05-08scripts: Do not write out implcit $_ in foreach loopsGuillem Jover1-3/+3
2013-05-08dpkg-genchanges: Do not use conditional declarationsGuillem Jover1-3/+5
2013-05-08perl: Slurp files more efficientlyGuillem Jover1-1/+2
2013-05-04Do not use double-quotes on strings that do not need interpolationGuillem Jover1-62/+62
2013-04-30Do not quote simple identifier hash keys in element accessesGuillem Jover1-5/+5
2013-04-28Use proper variables instead of barewords for filehandlesGuillem Jover1-6/+8
2013-04-27scripts: Remove unused :signal_h from POSIX importsGuillem Jover1-1/+1
2013-03-18scripts: Remove unused POSIX module usageGuillem Jover1-1/+0
2012-06-30Change all programs to accept -? instead of -h for help outputGuillem Jover1-2/+3
2012-06-30Add support for binary-only key-value option in changelogsGuillem Jover1-1/+6
2012-06-08scripts: Slice --help output stringsGuillem Jover1-3/+3
2012-06-08scripts: Unify “<option>...” --help outputGuillem Jover1-1/+1
2012-05-23scripts: Hyphenate option argumentsGuillem Jover1-8/+8
2012-05-23scripts: Use “changelog” instead of “change log”Guillem Jover1-1/+1
2012-02-01Move copyright information from --version output to file comment headersGuillem Jover1-4/+3
2011-04-02dpkg-genchanges: Do not warn when adding files w/o matching architectureGuillem Jover1-2/+4
2010-11-19Cleanup white spacesGuillem Jover1-1/+0