summaryrefslogtreecommitdiff
path: root/scripts/Dpkg/Source/Package
AgeCommit message (Expand)AuthorFilesLines
2016-10-30Dpkg::Source::Package: Prefix private functions with _Guillem Jover4-26/+26
2016-07-03Dpkg::Source::Package::V2: Preset Last-Update field with current timeGuillem Jover1-1/+3
2016-07-03Dpkg::Source::Package::V1: Disable upstream tar signature when buildingGuillem Jover1-1/+3
2016-07-03dpkg-source: Add new --no-overwrite-dir extraction optionGuillem Jover5-5/+26
2016-05-02scripts: Remove -s option argument parsing that does not matchGuillem Jover1-2/+2
2016-05-02Dpkg::Source::Package: Include upstream orig tarball signaturesGuillem Jover2-0/+5
2016-05-02Dpkg::Source::Package::V1: Allow detached upstream orig tarball signaturesGuillem Jover1-0/+3
2016-02-15dpkg-source: Add backend-specific --help options supportGuillem Jover5-0/+164
2016-01-26Dpkg::Source: Make patching a file multiple times fatal for first quilt patchGuillem Jover1-1/+1
2015-09-21scripts: Use error() and errormsg() instead of printing on STDERR directlyGuillem Jover1-2/+1
2015-09-14Dpkg::Source::Package::V2: Do not warn when removing an empty subdirectoryGuillem Jover1-0/+4
2015-07-29Dpkg::Source::Package::V2: Do not exclude pre-existing symlinks for debian/Guillem Jover1-13/+1
2015-07-29Dpkg::Source::Package::V2: Make the BinaryFiles package self-containedGuillem Jover1-0/+1
2015-07-29Dpkg::Source::Package::V2: Import make_path from File::PathGuillem Jover1-1/+1
2015-07-28doc: Fix multiple typosGuillem Jover1-1/+1
2015-05-30scripts, dselsect/methods: Switch from `` to operator qx()Guillem Jover1-1/+1
2015-05-30scripts: Use non-destructive substitutions inside mapGuillem Jover2-6/+2
2015-04-21scripts: Move each statement into its own lineGuillem Jover1-1/+3
2015-04-18debian: Update my copyright yearsGuillem Jover2-1/+2
2015-04-10Consistently use proper quotation marks all over the placeGuillem Jover7-31/+32
2015-03-31Say directory instead of dir in output messagesGuillem Jover1-2/+2
2015-03-30perl: Rework use and exporter declarationsGuillem Jover7-30/+30
2015-01-28scripts: Remove unused «use Dpkg»Guillem Jover6-6/+0
2015-01-28Dpkg::Source::Package::V2: Use TMPDIR instead of manually setting DIRGuillem Jover1-1/+1
2015-01-28perl: Switch from legacy File::Path functions to new onesGuillem Jover1-4/+4
2015-01-28Dpkg: Use shift instead of @_ on single argument unpackingGuillem Jover3-9/+10
2015-01-28scripts: Rename and deprecate _g function with g_Guillem Jover7-150/+150
2014-10-23Dpkg::Source::Package::V2: Allow detached upstream signaturesGuillem Jover1-2/+21
2014-10-12scripts: Do not modify the topic variable values in list functionsGuillem Jover1-1/+2
2014-10-06scripts: Unpack arguments instead of accessing @_ directlyGuillem Jover1-3/+5
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 Jover1-1/+1
2014-10-06Dpkg::Source::Package::V2: Rename %origtar to %addonfileGuillem Jover1-8/+8
2014-10-06perl: Do not use the topic variable unnecessarilyGuillem Jover2-5/+5
2014-10-06scripts: Use named variables instead of using the topic variableGuillem Jover1-10/+10
2014-10-06dpkg-source: Fix perl warning when typing Ctrl-D on patch name promptGuillem Jover1-1/+3
2014-08-09Dpkg::Path: Change find_command() to handle an empty or undef argumentGuillem Jover1-1/+1
2014-08-09scripts: Use //= instead of ||= when appropriateGuillem Jover1-4/+4
2014-08-09scripts: Use //= instead of explicit defined or exists checksGuillem Jover2-24/+12
2014-08-09dpkg-source: Print the correct removed binary filename with --include-removalGuillem Jover1-7/+8
2014-08-09Use https:// URLs instead of http:// when possible (round two)Guillem 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 Jover1-58/+2
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 Jover1-1/+1
2014-05-17scripts: Switch unused capturing groups to non-capturing onesGuillem Jover1-1/+1
2014-05-06dpkg-source: unpack additional tarballs in a deterministic orderRaphaël Hertzog1-1/+1
2014-04-21dpkg-source: Add a new extraction --ignore-bad-version optionGuillem Jover2-0/+9
2014-04-21scripts: Localize $_ in functions with while (<$fh>) style loopsGuillem Jover2-1/+5