summaryrefslogtreecommitdiff
path: root/scripts/Dpkg/Source/Package/V2.pm
AgeCommit message (Expand)AuthorFilesLines
2019-10-30Dpkg::Source::Package::V2: Emit a special patch header on single-debian-patchGuillem Jover1-0/+12
2019-10-30Dpkg::Source::Package: Verify original tarball signatures at build timeGuillem Jover1-0/+4
2019-10-12Dpkg::Source::Package: Refactor original tarball handlingGuillem Jover1-18/+14
2019-01-15Dpkg::File: Make file_slurp() also accept pathnames in addition to filehandlesGuillem Jover1-5/+2
2018-10-08Dpkg::Source::Package::V2: Move binary file detection to BinaryFiles moduleGuillem Jover1-44/+6
2018-10-08Dpkg::Source::Package::V2: Split BinaryFiles module into its own fileGuillem Jover1-84/+3
2018-08-01Dpkg::Source: Do not change patch permissions if not necessaryGuillem Jover1-2/+2
2018-02-19Dpkg::Source::Package: Print building lines for upstream tarball signaturesGuillem Jover1-6/+12
2018-02-19Dpkg::Source::Package::V2: Print one building line per existing tarballGuillem Jover1-2/+4
2017-10-17Dpkg::Source::Package: Auto-convert binary signatures to OpenPGP ASCII ArmorGuillem Jover1-0/+7
2017-09-24perl: Remove unused use POSIX module importsGuillem Jover1-1/+0
2017-01-22Dpkg::Source::Package::V2: Abort on EOF in patch name promptGuillem Jover1-1/+3
2016-10-30Dpkg::Source::Package: Prefix private functions with _Guillem Jover1-12/+12
2016-07-03Dpkg::Source::Package::V2: Preset Last-Update field with current timeGuillem Jover1-1/+3
2016-07-03dpkg-source: Add new --no-overwrite-dir extraction optionGuillem Jover1-1/+5
2016-05-02Dpkg::Source::Package: Include upstream orig tarball signaturesGuillem Jover1-0/+2
2016-02-15dpkg-source: Add backend-specific --help options supportGuillem Jover1-0/+52
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: Use non-destructive substitutions inside mapGuillem Jover1-5/+1
2015-04-21scripts: Move each statement into its own lineGuillem Jover1-1/+3
2015-04-18debian: Update my copyright yearsGuillem Jover1-1/+1
2015-04-10Consistently use proper quotation marks all over the placeGuillem Jover1-7/+8
2015-03-30perl: Rework use and exporter declarationsGuillem Jover1-10/+10
2015-01-28scripts: Remove unused «use Dpkg»Guillem Jover1-1/+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 Jover1-6/+6
2015-01-28scripts: Rename and deprecate _g function with g_Guillem Jover1-54/+54
2014-10-23Dpkg::Source::Package::V2: Allow detached upstream signaturesGuillem Jover1-2/+21
2014-10-06Dpkg::Source::Package: Use a simple string match instead of a regexGuillem Jover1-12/+12
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 Jover1-3/+3
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 explicit defined or exists checksGuillem Jover1-20/+10
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-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 Jover1-0/+5
2014-01-15Dpkg::Source::Package: Always pass compression_level explicitlyGuillem Jover1-2/+4
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-04scripts: Remove redundant STDOUT from print callsGuillem Jover1-1/+1