summaryrefslogtreecommitdiff
path: root/scripts/Dpkg/Source/Quilt.pm
AgeCommit message (Expand)AuthorFilesLines
2015-05-09Dpkg::Source::Patch: Pass PATCH_GET envvar instead of -g0 to patchGuillem Jover1-2/+2
2015-04-10Consistently use proper quotation marks all over the placeGuillem Jover1-1/+1
2015-03-30perl: Rework use and exporter declarationsGuillem Jover1-6/+6
2015-01-28Dpkg: Use shift instead of @_ on single argument unpackingGuillem Jover1-12/+12
2015-01-28scripts: Rename and deprecate _g function with g_Guillem Jover1-21/+21
2014-10-06perl: Do not use the topic variable unnecessarilyGuillem Jover1-2/+2
2014-10-06scripts: Use named variables instead of using the topic variableGuillem Jover1-8/+14
2014-08-09Dpkg::Source::Quilt: Clarify error message when patches fail to applyGuillem Jover1-1/+1
2014-05-17Dpkg::Source::Quilt: Refactor register() and unregister() methodsGuillem Jover1-0/+69
2014-05-17Dpkg::Source::Quilt: Rename write_db() to save_db()Guillem Jover1-4/+4
2014-05-17Dpkg::Source::Quilt: Refactor write_patch_list()Guillem Jover1-6/+11
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-12-04perl: Surround FileHandles with braces in print callsGuillem Jover1-4/+4
2013-12-04perl: Switch to use low precedence boolean operators for error checksGuillem Jover1-6/+6
2013-07-26Dpkg::Source::Quilt: Fix chmod() arguments orderPablo Oliveira1-1/+1
2013-05-04Do not use double-quotes on strings that do not need interpolationGuillem Jover1-30/+30
2013-04-30Do not quote simple identifier hash keys in element accessesGuillem Jover1-29/+29
2013-04-30Do not quote simple identifier hash keys in initializationsGuillem Jover1-1/+1
2013-04-29Dpkg: Use identifiers as key names whenever possibleGuillem Jover1-8/+8
2013-04-29scripts: Use // operator instead of an explicit defined checkGuillem Jover1-6/+6
2013-04-28Use proper variables instead of barewords for filehandlesGuillem Jover1-18/+19
2013-04-19Use just 'return' instead of 'return undef' in perl codeGuillem Jover1-4/+4
2013-04-19Remove Emacs and vim modelinesGuillem Jover1-1/+0
2012-08-03Dpkg::Source::Quilt: ensure the target directory exist before copying filesRaphaël Hertzog1-0/+3
2012-06-30Avoid full stop and double newline at the end of errors and warningsJonathan Nieder1-2/+2
2012-06-29Extract Dpkg::Source::Quilt out of Dpkg::Source::Package::V3::quiltRaphaël Hertzog1-0/+305