summaryrefslogtreecommitdiff
path: root/scripts/Dpkg/Source/Patch.pm
AgeCommit message (Expand)AuthorFilesLines
2016-05-02perl: Fix various perl critic regressionsGuillem Jover1-2/+2
2016-01-26Dpkg::Source::Patch: Only warn once when a diff patches a file multiple timesGuillem Jover1-2/+4
2016-01-26Dpkg::Source: Make patching a file multiple times fatal for first quilt patchGuillem Jover1-2/+7
2015-05-09Dpkg::Source::Patch: Pass PATCH_GET envvar instead of -g0 to patchGuillem Jover1-4/+4
2015-04-21scripts: Move each statement into its own lineGuillem Jover1-1/+1
2015-04-18debian: Update my copyright yearsGuillem Jover1-0/+1
2015-04-10Consistently use proper quotation marks all over the placeGuillem Jover1-13/+16
2015-03-31Dpkg::Source::Patch: Add missing preposition in error messageGuillem Jover1-1/+2
2015-03-30perl: Rework use and exporter declarationsGuillem Jover1-5/+5
2015-01-28scripts: Remove unused «use Dpkg»Guillem Jover1-1/+0
2015-01-28Dpkg::Source::Patch: Enable sub-second timestamps with Time::HiResGuillem Jover1-2/+1
2015-01-28perl: Switch from legacy File::Path functions to new onesGuillem Jover1-2/+2
2015-01-28Dpkg: Use shift instead of @_ on single argument unpackingGuillem Jover1-2/+2
2015-01-28scripts: Rename and deprecate _g function with g_Guillem Jover1-55/+55
2014-10-06Dpkg::Source::Patch: Switch remaining topic to named variable in analyze()Guillem Jover1-8/+8
2014-10-06perl: Use length instead of /^$/ to test for an empty stringGuillem Jover1-4/+8
2014-10-06scripts: Use named variables instead of using the topic variableGuillem Jover1-13/+19
2014-08-19scripts: Revert some unsafe //= usages back to ||=Guillem Jover1-2/+2
2014-08-09scripts: Use // instead of || where appropriateGuillem Jover1-2/+2
2014-08-09scripts: Use //= instead of ||= when appropriateGuillem Jover1-5/+5
2014-08-09scripts: Use //= instead of explicit defined or exists checksGuillem Jover1-6/+6
2014-08-09dpkg-source: Print the correct removed binary filename with --include-removalGuillem Jover1-13/+15
2014-08-09Dpkg::Source::Patch: Add comment about ignoring the Index: pseudo-headerGuillem Jover1-1/+4
2014-06-05Dpkg::Source::Patch: Fix patch header parsing to avoid directory traversalsGuillem Jover1-1/+1
2014-05-27Replace non-breaking spaces with ASCII spacesGuillem Jover1-1/+1
2014-05-17scripts: Switch unused capturing groups to non-capturing onesGuillem Jover1-1/+1
2014-04-30Dpkg::Source::Patch: Outright reject C-style filenames in patchesGuillem Jover1-31/+1
2014-04-28Dpkg::Source::Patch: Correctly parse C-style diff filenamesGuillem Jover1-10/+49
2014-04-21dpkg-source: Improve warning message when ignoring file removalsMoritz Muehlenhoff1-1/+1
2014-04-21scripts: Add a space after flow control statementsGuillem Jover1-2/+2
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-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-7/+7
2013-12-04perl: Try to avoid boolean operators after predicates on error checksGuillem Jover1-4/+10
2013-11-24Consistently use regex instead of regexp when possibleGuillem Jover1-2/+2
2013-07-18scripts: Do not mix boolean operatorsGuillem Jover1-3/+3
2013-07-08Dpkg::Source::Patch: Sort files inside new diff lexicographicallyGuillem Jover1-0/+2
2013-06-22scripts: Inherit from parent instead of baseGuillem Jover1-1/+1
2013-05-08Dpkg::Source::Patch: Use number separator to ease readabilityGuillem Jover1-2/+2
2013-05-08perl: Remove unused variablesGuillem Jover1-1/+0
2013-05-04Do not use double-quotes on strings that do not need interpolationGuillem Jover1-59/+59
2013-04-30Do not quote simple identifier hash keys in element accessesGuillem Jover1-79/+79
2013-04-30Do not quote simple identifier hash keys in initializationsGuillem Jover1-19/+19
2013-04-29scripts: Use // operator instead of an explicit defined checkGuillem Jover1-1/+1
2013-04-29scripts: Do not use "nested" functions as they are globalGuillem Jover1-56/+65
2013-04-27scripts: Restrict POSIX imports to :errno_h, :fcntl_h or :sys_wait_hGuillem Jover1-1/+1
2013-04-19Remove Emacs and vim modelinesGuillem Jover1-1/+0
2012-06-13Dpkg::Source::Patch: let analyze() extract the patch header tooRaphaël Hertzog1-1/+8
2011-03-24Dpkg::Source::Patch: don't choke on empty patchesRaphaël Hertzog1-1/+1