summaryrefslogtreecommitdiff
path: root/scripts/Dpkg/Source
AgeCommit message (Expand)AuthorFilesLines
2013-05-08Dpkg::Source::Patch: Use number separator to ease readabilityGuillem Jover1-2/+2
2013-05-08perl: Use correct comparison operator for each typeGuillem Jover1-1/+1
2013-05-08perl: Slurp files more efficientlyGuillem Jover1-1/+2
2013-05-08perl: Use the .. operator instead of C-style for loopsGuillem Jover1-5/+5
2013-05-08perl: Remove unused variablesGuillem Jover2-2/+1
2013-05-04Do not use double-quotes on strings that do not need interpolationGuillem Jover12-385/+385
2013-04-30Do not quote simple identifier hash keys in element accessesGuillem Jover11-366/+366
2013-04-30Do not quote simple identifier hash keys in initializationsGuillem Jover8-31/+31
2013-04-29Dpkg: Use identifiers as key names whenever possibleGuillem Jover3-23/+23
2013-04-29scripts: Use // operator instead of an explicit defined checkGuillem Jover5-12/+12
2013-04-29scripts: Do not use sort directly on the return keywordGuillem Jover1-1/+2
2013-04-29scripts: Do not use "nested" functions as they are globalGuillem Jover3-90/+104
2013-04-28Use proper variables instead of barewords for filehandlesGuillem Jover8-74/+81
2013-04-27scripts: Restrict POSIX imports to :errno_h, :fcntl_h or :sys_wait_hGuillem Jover5-5/+5
2013-04-27scripts: Use getcwd from Cwd instead of POSIXGuillem Jover3-3/+5
2013-04-19Use just 'return' instead of 'return undef' in perl codeGuillem Jover1-4/+4
2013-04-19test: Add new perl critic test caseGuillem Jover1-1/+1
2013-04-19Remove Emacs and vim modelinesGuillem Jover9-9/+0
2013-03-18scripts: Remove unused POSIX module usageGuillem Jover1-1/+0
2013-03-18Dpkg: Fix OpenPGP armored signature parsingGuillem Jover1-1/+1
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 Nieder3-6/+7
2012-06-30Dpkg::Source::Package: Do not assume $ENV{'HOME'} is definedNiels Thykier1-1/+1
2012-06-29dpkg-source: support new option --no-unapply-patchesRaphaël Hertzog2-6/+12
2012-06-29Extract Dpkg::Source::Quilt out of Dpkg::Source::Package::V3::quiltRaphaël Hertzog2-229/+377
2012-06-27dpkg-source: enhance --commit to auto-whitelist modified binary filesRaphaël Hertzog1-1/+10
2012-06-27Dpkg::Source::Package::V2: refactor the handling of binary filesRaphaël Hertzog1-46/+97
2012-06-27Dpkg::Source::Functions::is_binary(): localize $_ to avoid side-effectsRaphaël Hertzog1-0/+1
2012-06-25Dpkg::Source::Package: enable exit handlers for the commit operationRaphaël Hertzog2-1/+10
2012-06-13dpkg-source: keep the current patch header when regenerating the automatic patchRaphaël Hertzog1-1/+9
2012-06-13Dpkg::Source::Patch: let analyze() extract the patch header tooRaphaël Hertzog1-1/+8
2012-06-12dpkg-source: 3.0 (quilt): restore quilt backup files after a failed patchRaphaël Hertzog1-6/+45
2012-05-23Dpkg::Source::Package: Do not obscure ‘require’ errors with custom errorsThomas Adam1-1/+2
2011-12-23dpkg-source: fix issue with relative filename given to --commitRaphaël Hertzog1-1/+8
2011-12-15Dpkg::Source::Package: Add missing parenthesis in find_command() callGuillem Jover1-1/+1
2011-12-13Do not use absolute paths for programs in perl and shell codeGuillem Jover1-3/+3
2011-10-06dpkg-source: ignore changes on debian/patches/.dpkg-source-appliedRaphaël Hertzog1-1/+2
2011-09-27dpkg-source: let --commit create debian/patches when requiredRaphaël Hertzog1-0/+1
2011-09-27dpkg-source: do not ignore the automatic patch when checking for unrecorded c...Raphaël Hertzog1-7/+11
2011-08-23dpkg-source: Make single-debian-patch not abort on upstream changesGuillem Jover2-2/+3
2011-08-23Dpkg::Source::Package: Use “-z” instead of “not -s”Guillem Jover2-2/+2
2011-08-04dpkg-source: simplify message pointing to dpkg-source --commitRaphaël Hertzog1-1/+1
2011-08-03dpkg-source: don't always print "local changes have been recorded in a new pa...Raphaël Hertzog1-1/+2
2011-08-02dpkg-source: clean up temporary file in case of interruptionRaphaël Hertzog1-0/+3
2011-08-01dpkg-source: implement --commit and fail with unrecorded changesRaphaël Hertzog2-10/+66
2011-08-01Dpkg::Source::Package::V2: cleanup generate_patch()Raphaël Hertzog1-9/+6
2011-08-01Dpkg::Source::Package::V2: move logic to create patches in a separate functionRaphaël Hertzog1-36/+55
2011-08-01Dpkg::Source::Package: replace register_autopatch() with register_patch()Raphaël Hertzog2-34/+42
2011-08-01dpkg-source: uniform handling of the patch headerRaphaël Hertzog2-56/+35
2011-07-19dpkg-source: improve the error message "no orig.tar file found"Raphaël Hertzog1-2/+13