summaryrefslogtreecommitdiff
path: root/scripts/Dpkg/Source/Package.pm
AgeCommit message (Expand)AuthorFilesLines
2019-11-27Dpkg::Source::Package: Honor require_valid_signature optionGuillem Jover1-4/+12
2019-11-26Dpkg: Say class instead of object when appropriateGuillem Jover1-2/+2
2019-11-26Dpkg::Exit: Register exit handlers also for __DIE__Guillem Jover1-16/+5
2019-11-26Dpkg::Source::Package: Remove and hide internal lowercase variablesGuillem Jover1-9/+7
2019-10-30Dpkg::Source::Package: Verify original tarball signatures at build timeGuillem Jover1-2/+34
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-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-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::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: Do not reinitialize fields member in constructorGuillem Jover1-2/+1
2017-10-17Dpkg::Source::Package: Call source format prerequisites method if presentGuillem Jover1-0/+1
2017-05-17Dpkg::Source::Package: Ignore debian/files and debian/files.new by defaultGuillem Jover1-2/+6
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-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::Vendor: Rework keyring hooksGuillem Jover1-1/+1
2016-07-03man, perl: Remove most AUTHOR sectionsGuillem Jover1-4/+0
2016-07-03dpkg-source: Add new --no-overwrite-dir extraction optionGuillem Jover1-1/+2
2016-05-09dpkg-source: Add new --require-strong-checksums option and change defaultGuillem Jover1-2/+21
2016-05-02Dpkg::Source::Package: Use GnuPG instead of gpg to refer to the softwareGuillem Jover1-2/+2
2016-04-01Dpkg::Source::Package: Error out on sources w/o any strong digestGuillem Jover1-1/+6
2016-04-01dpkg-deb, scripts: Make the Architecture field mandatory on package buildsGuillem Jover1-2/+2
2016-02-15dpkg-source: Add backend-specific --help options supportGuillem Jover1-0/+4
2015-12-19Dpkg::Source::Package: Add ‘.gitreview’ to the default ignore listGuillem Jover1-1/+2
2015-07-28Dpkg: Remove my keyword from POD function prototypesGuillem Jover1-2/+2
2015-05-18scripts: Document dpkg version when module versions got bumpedGuillem Jover1-2/+2
2015-05-18scripts: Say METHODS instead of FUNCTIONS or OBJECT FOO in POD section titlesGuillem Jover1-2/+8
2015-04-18debian: Update my copyright yearsGuillem Jover1-0/+1
2015-04-10Consistently use proper quotation marks all over the placeGuillem Jover1-1/+1
2015-03-31scripts: Uppercase field names in error messagesGuillem Jover1-1/+2
2015-03-30perl: Rework use and exporter declarationsGuillem Jover1-9/+10
2015-02-11Dpkg::Source::Package: Add ‘.mailmap’ to the default ignore listsGuillem Jover1-1/+2
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-22/+22
2014-10-12scripts: Document all public module versions in a CHANGES sectionGuillem Jover1-0/+4
2014-10-06scripts: Unpack arguments instead of accessing @_ directlyGuillem Jover1-3/+2
2014-10-06scripts: Use named variables instead of using the topic variableGuillem Jover1-3/+3
2014-08-19scripts: Revert some unsafe //= usages back to ||=Guillem Jover1-1/+1
2014-08-15scripts: Use length instead of defined when checking environment variablesGuillem Jover1-1/+1
2014-08-09scripts: Use //= instead of ||= when appropriateGuillem Jover1-2/+2
2014-08-09scripts: Use //= instead of explicit defined or exists checksGuillem Jover1-9/+5
2014-04-21dpkg-source: Add a new extraction --ignore-bad-version optionGuillem Jover1-1/+7
2014-04-21scripts: Add a space after flow control statementsGuillem Jover1-1/+1
2014-01-15dpkg-source: Change default source package compressor for new formats to xzGuillem Jover1-1/+1
2014-01-15dpkg-source: Set default compression options in source format specific modulesGuillem Jover1-0/+7