summaryrefslogtreecommitdiff
path: root/scripts/Dpkg/Source
AgeCommit message (Expand)AuthorFilesLines
2019-10-12Dpkg::OpenPGP: Refactor signature verification into a new functionGuillem Jover1-38/+9
2019-10-12perl: Use File::Copy instead of spawning mv/cp commandsGuillem Jover1-2/+3
2019-10-12Dpkg::Source::Package: Refactor original tarball handlingGuillem Jover2-21/+19
2019-10-12scripts: Remove support for versioned GnuPG 2 program and packagesGuillem Jover1-5/+1
2019-03-24Dpkg::Source::Package: Handle Format field being undefinedGuillem Jover1-1/+2
2019-03-24Dpkg::Source::Package::V1: Change default build option style to -saGuillem Jover1-1/+1
2019-02-23Dpkg::Source::Package: Add a missing use Dpkg::Source::FormatGuillem Jover1-0/+1
2019-01-15Dpkg::Source::Package, dpkg-source: Switch to new Dpkg::Source::Format moduleGuillem Jover1-30/+22
2019-01-15Dpkg::Source::Format: New moduleGuillem Jover1-0/+191
2019-01-15Dpkg::Source::Package: Improve debian/source/format parsing and validationGuillem Jover1-16/+9
2019-01-15Dpkg::Source::Package: Add a new format option to the new constructorGuillem Jover1-5/+16
2019-01-15Dpkg::Source::Package::V3::Bzr: Fix format name in output messageGuillem Jover1-1/+1
2019-01-15Dpkg::Source::Patch: Do not recommend --include-removal when not supportedGuillem Jover1-4/+5
2019-01-15Dpkg::Source::Package: Do not reinitialize fields member in constructorGuillem Jover1-2/+1
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 Jover2-44/+59
2018-10-08Dpkg::Source::Package::V2: Split BinaryFiles module into its own fileGuillem Jover2-84/+111
2018-10-08Dpkg::Source::Functions: Reimplement is_binary() w/o using diff(1)Guillem Jover1-23/+8
2018-08-30Dpkg::Source::Package::V3::Quilt: Print series file used when applying patchesGuillem Jover1-0/+2
2018-08-30Fix some typosGuillem Jover1-1/+1
2018-08-01Dpkg::Source: Do not change patch permissions if not necessaryGuillem Jover4-6/+19
2018-02-19Dpkg::Source::Package: Print building lines for upstream tarball signaturesGuillem Jover2-7/+16
2018-02-19Dpkg::Source::Package::V2: Print one building line per existing tarballGuillem Jover1-2/+4
2017-10-21Dpkg::Source::Package::V1: Check that $tarname is defined before useChristoph Biedl1-1/+1
2017-10-17Dpkg::Source::Package: Call source format prerequisites method if presentGuillem Jover3-2/+3
2017-10-17Dpkg::Source::Package::V3: Use find_command() instead of ad-hoc codeGuillem Jover2-10/+4
2017-10-17Dpkg::Source::Package: Auto-convert binary signatures to OpenPGP ASCII ArmorGuillem Jover2-0/+11
2017-09-24Dpkg::Source: Use Errno module instead of the slow to import POSIXGuillem Jover2-2/+2
2017-09-24perl: Remove unused use POSIX module importsGuillem Jover1-1/+0
2017-08-26Dpkg::Source::Package::V1: Re-enable upstream tar signatures when buildingGuillem Jover1-3/+1
2017-08-26perl: Use -> operator for function variablesGuillem Jover1-3/+3
2017-05-20Dpkg::Util: Remove and replace with core module List::UtilGuillem Jover2-2/+2
2017-05-17Dpkg::Source::Package: Ignore debian/files and debian/files.new by defaultGuillem Jover2-4/+12
2017-05-17build: Detect the required GNU patchGuillem Jover1-4/+5
2017-05-06doc: Spelling fixesJosh Soref1-1/+1
2017-02-26Dpkg::Source::Package: Add ‘.mnt-ignore’ to the default ignore listsNicolas Boulenguez1-1/+2
2017-01-23dpkg-buildpackage, dpkg-source: Always set SOURCE_DATE_EPOCHGuillem Jover1-1/+1
2017-01-22doc: Fix typos in documentation and code commentsGuillem Jover1-1/+1
2017-01-22Dpkg::Source::Package::V2: Abort on EOF in patch name promptGuillem Jover1-1/+3
2017-01-22Dpkg::Source::Package: Clarify major/minor format version parsing codeGuillem Jover1-2/+4
2016-10-30perl: Remove default «.» from @INC before loading modulesGuillem Jover1-1/+5
2016-10-30Dpkg: Add new Dpkg::PROGTAR variable to store GNU tar command nameGuillem Jover1-2/+3
2016-10-30Dpkg::Source::Package: Prefix private functions with _Guillem Jover4-26/+26
2016-10-30Dpkg::Source::Archive: Fix reproducible source package supportGuillem Jover1-1/+1
2016-10-30Dpkg::Vendor: Rework keyring hooksGuillem Jover1-1/+1
2016-07-19Dpkg::Source::Archive: Add support for reproducible source packagesGuillem Jover1-1/+4
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-03man, perl: Remove most AUTHOR sectionsGuillem Jover1-4/+0
2016-07-03dpkg-source: Add new --no-overwrite-dir extraction optionGuillem Jover6-6/+28