summaryrefslogtreecommitdiff
path: root/scripts/Dpkg/Source
AgeCommit message (Expand)AuthorFilesLines
2015-04-10Consistently use proper quotation marks all over the placeGuillem Jover11-47/+51
2015-03-31Dpkg::Source::Patch: Add missing preposition in error messageGuillem Jover1-1/+2
2015-03-31Say directory instead of dir in output messagesGuillem Jover2-3/+3
2015-03-31scripts: Uppercase field names in error messagesGuillem Jover1-1/+2
2015-03-30perl: Rework use and exporter declarationsGuillem Jover12-58/+63
2015-02-11Dpkg::Source::Package: Add ‘.mailmap’ to the default ignore listsGuillem Jover1-1/+2
2015-01-28scripts: Remove unused «use Dpkg»Guillem Jover7-7/+0
2015-01-28Dpkg::Source::Package::V2: Use TMPDIR instead of manually setting DIRGuillem Jover1-1/+1
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 Jover2-6/+6
2015-01-28Dpkg: Use shift instead of @_ on single argument unpackingGuillem Jover8-34/+36
2015-01-28scripts: Rename and deprecate _g function with g_Guillem Jover12-260/+260
2014-10-23Dpkg::Source::Package::V2: Allow detached upstream signaturesGuillem Jover1-2/+21
2014-10-12scripts: Document all public module versions in a CHANGES sectionGuillem Jover1-0/+4
2014-10-12scripts: Do not modify the topic variable values in list functionsGuillem Jover1-1/+2
2014-10-06Dpkg::Source::Patch: Switch remaining topic to named variable in analyze()Guillem Jover1-8/+8
2014-10-06scripts: Unpack arguments instead of accessing @_ directlyGuillem Jover2-6/+7
2014-10-06Dpkg::Source::Package: Use a simple string match instead of a regexGuillem Jover3-17/+17
2014-10-06perl: Use length instead of /^$/ to test for an empty stringGuillem Jover2-5/+9
2014-10-06Dpkg::Source::Package::V2: Rename %origtar to %addonfileGuillem Jover1-8/+8
2014-10-06perl: Do not use the topic variable unnecessarilyGuillem Jover3-7/+7
2014-10-06scripts: Use named variables instead of using the topic variableGuillem Jover4-34/+46
2014-10-06dpkg-source: Fix perl warning when typing Ctrl-D on patch name promptGuillem Jover1-1/+3
2014-08-19scripts: Revert some unsafe //= usages back to ||=Guillem Jover2-3/+3
2014-08-15scripts: Use length instead of defined when checking environment variablesGuillem Jover1-1/+1
2014-08-15Dpkg::Source::Archive: Use tar --format=gnu when creating archivesJan Blunck1-1/+1
2014-08-09Dpkg::Path: Change find_command() to handle an empty or undef argumentGuillem Jover1-1/+1
2014-08-09Dpkg::Source::Archive: Delete the current compressor SIGPIPE dispositionGuillem Jover1-1/+1
2014-08-09scripts: Use // instead of || where appropriateGuillem Jover1-2/+2
2014-08-09scripts: Use //= instead of ||= when appropriateGuillem Jover4-15/+15
2014-08-09scripts: Use //= instead of explicit defined or exists checksGuillem Jover4-39/+23
2014-08-09dpkg-source: Print the correct removed binary filename with --include-removalGuillem Jover2-20/+23
2014-08-09Dpkg::Source::Quilt: Clarify error message when patches fail to applyGuillem Jover1-1/+1
2014-08-09Dpkg::Source::Patch: Add comment about ignoring the Index: pseudo-headerGuillem Jover1-1/+4
2014-08-09Use https:// URLs instead of http:// when possible (round two)Guillem Jover1-1/+1
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-06-02Dpkg::Source::Package::V2: Do not assume sensible-editor is presentGuillem Jover1-2/+10
2014-05-17Dpkg::Source::Quilt: Refactor register() and unregister() methodsGuillem Jover2-58/+71
2014-05-17Dpkg::Source::Package::V3::Quilt: Handle series files with no final newlineGuillem Jover1-2/+7
2014-05-17Dpkg::Source::Package::V3::Quilt: Refactor _load_file()Guillem Jover1-4/+12
2014-05-17Dpkg::Source::Quilt: Rename write_db() to save_db()Guillem Jover2-5/+5
2014-05-17Dpkg::Source::Quilt: Refactor write_patch_list()Guillem Jover1-6/+11
2014-05-17scripts: Switch unused capturing groups to non-capturing onesGuillem Jover3-3/+3
2014-05-06dpkg-source: unpack additional tarballs in a deterministic orderRaphaël Hertzog1-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: Add a new extraction --ignore-bad-version optionGuillem Jover3-1/+16
2014-04-21dpkg-source: Improve warning message when ignoring file removalsMoritz Muehlenhoff1-1/+1
2014-04-21scripts: Add a space after commaGuillem Jover1-1/+1