summaryrefslogtreecommitdiff
path: root/scripts/Dpkg/Source/Package.pm
AgeCommit message (Expand)AuthorFilesLines
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
2013-12-07Use https:// URLs instead of http:// when possibleGuillem Jover1-1/+1
2013-12-05Dpkg::Source::Package: Add new set_default_diff_ignore_regex() functionGuillem Jover1-1/+16
2013-12-05Dpkg::Source::Package: Make $diff_ignore_default_regexp a true aliasGuillem Jover1-1/+2
2013-12-04scripts: Add GnuPG 2.x supportGuillem Jover1-1/+6
2013-12-04perl: Surround FileHandles with braces in print callsGuillem Jover1-2/+2
2013-12-04scripts: Use croak instead of internerr on programming errors in modulesGuillem Jover1-5/+6
2013-12-04perl: Switch to use low precedence boolean operators for error checksGuillem Jover1-6/+7
2013-11-24Dpkg::Source::Package: Deprecate public package variablesGuillem Jover1-1/+35
2013-11-24Consistently use regex instead of regexp when possibleGuillem Jover1-6/+9
2013-11-24Dpkg::Exit: Expose proper functions instead of variablesGuillem Jover1-4/+4
2013-11-24Dpkg::Compression: Add new compression_get_file_extension_regex() functionGuillem Jover1-2/+3
2013-07-26Dpkg::Source::Package: Do not scan control file twice for PGP signatureGuillem Jover1-9/+1
2013-07-08Dpkg: Move epoch-less or revision-less output logic to Dpkg::VersionGuillem Jover1-5/+2
2013-06-22Dpkg::Source::Package: Capitalize variant module namesGuillem Jover1-1/+7