summaryrefslogtreecommitdiff
path: root/scripts/dpkg-buildpackage.pl
AgeCommit message (Expand)AuthorFilesLines
2018-08-30Fix some typosGuillem Jover1-2/+2
2018-07-24dpkg-buildpackage: Mark profiles as a replaceable item in --help outputGuillem Jover1-1/+1
2018-07-24dpkg-buildpackage: Fold --[no-]check-builddeps into short option descriptionsGuillem Jover1-3/+2
2018-07-24dpkg-buildpackage: Add --build equivalents for short build type optionsGuillem Jover1-7/+7
2018-07-24dpkg-buildpackage: Clarify pre and post-clean options and their default stateGuillem Jover1-2/+2
2018-07-24dpkg-buildpackage: Add new --no-post-clean optionGuillem Jover1-0/+3
2018-07-24dpkg-buildpackage: Rename and logic invert $noclean to $postcleanGuillem Jover1-7/+7
2018-07-24dpkg-buildpackage: Rename $cleansource to $postcleanGuillem Jover1-4/+4
2018-07-24dpkg-buildpackage: Only check required build dependencies for known targetsGuillem Jover1-0/+5
2018-07-24dpkg-buildpackage: Only check for fallback build targets on binary buildsGuillem Jover1-4/+5
2018-07-24dpkg-buildpackage: Fix --rules-file option parsingGuillem Jover1-1/+1
2018-05-08dpkg-buildpackage: Avoid using an uninitialized variableGuillem Jover1-0/+1
2018-05-04dpkg-buildpackage: Validate OpenPGP signing key IDsGuillem Jover1-0/+17
2018-01-16dpkg-buildpackage: Add new --rules-requires-rootGuillem Jover1-1/+7
2018-01-16spec/R³: Add new DEB_RULES_REQUIRES_ROOT variableGuillem Jover1-0/+3
2018-01-16dpkg-buildpackage: Do not set DEB_GAIN_ROOT_CMD on <implementations-keywords>Guillem Jover1-0/+5
2018-01-16spec/R³: Rename DPKG_GAIN_ROOT_CMD to DEB_GAIN_ROOT_CMDGuillem Jover1-1/+3
2017-10-21dpkg-buildpackage: Setup and check rootcommand only if neededGuillem Jover1-20/+26
2017-10-21dpkg-buildpackage: Run dpkg-source from the current directoryGuillem Jover1-13/+3
2017-10-21dpkg-buildpackage: Pass the debian/control source stanza to R³ parserGuillem Jover1-1/+1
2017-10-18dpkg-buildpackage: Do not rehash .dsc file when signing binary-only buildsGuillem Jover1-2/+4
2017-10-18dpkg-buildpackage: Fix logic to decide whether to call the build targetsGuillem Jover1-2/+2
2017-09-24dpkg-buildpackage: Add support for rootless buildsGuillem Jover1-13/+87
2017-09-24dpkg-buildpackage: Rename withecho to run_cmdGuillem Jover1-15/+14
2017-09-24dpkg-buildpackage: Error out if --as-root is passed w/o --rules-targetGuillem Jover1-0/+5
2017-09-24scripts: Use split() with ' ' instead of /\s+/Guillem Jover1-2/+2
2017-08-26perl: Use -> operator for function variablesGuillem Jover1-1/+1
2017-05-06doc: Spelling fixesJosh Soref1-3/+3
2017-02-26dpkg-buildpackage: Document --ignore-builtin-builddeps in --help outputGuillem Jover1-0/+2
2017-01-28dpkg-buildpackage: Make --unsigned-changes not sign .buildinfo eitherGuillem Jover1-1/+2
2017-01-28dpkg-buildpackage: Add new --no-sign optionGuillem Jover1-0/+6
2017-01-27dpkg-buildpackage: Add support for signed .buildinfo filesGuillem Jover1-13/+41
2017-01-23dpkg-buildpackage, dpkg-source: Always set SOURCE_DATE_EPOCHGuillem Jover1-1/+1
2016-12-17dpkg-buildpackage: Add support for multiple targets on -TGuillem Jover1-6/+7
2016-11-16dpkg-buildpackage: Fallback to one job on unknown number of online processorsGuillem Jover1-0/+3
2016-11-16dpkg-genbuildinfo: Use deterministic .buildinfo filenamesGuillem Jover1-13/+3
2016-11-05dpkg-buildpackage: Enable -Jauto by defaultGuillem Jover1-2/+7
2016-11-03scripts: Add support for .buildinfo filesGuillem Jover1-4/+31
2016-10-30Dpkg: Add new Dpkg::PROGMAKE variable to store GNU make command nameGuillem Jover1-1/+1
2016-07-04scripts: Require Dpkg::Control::Info in dpkg-buildpackageGuillem Jover1-0/+1
2016-07-03dpkg-buildpackage: Use arch:all in .changes filename when not building arch:anyGuillem Jover1-5/+5
2016-07-03dpkg-buipdpackage: Do not use build target fallback on arch:any + arch:allGuillem Jover1-0/+15
2016-07-03dpkg-buildpackage: Refactor build target fallback codeGuillem Jover1-17/+24
2016-07-03dpkg-buildpackage: Preset build timestamp to latest changelog entryGuillem Jover1-0/+2
2016-07-03dpkg-buildpackage: Add config file supportGuillem Jover1-0/+8
2016-07-03dpkg-buildpackage: Add long optionsGuillem Jover1-80/+90
2016-05-02scripts: Remove -s option argument parsing that does not matchGuillem Jover1-1/+1
2016-05-02scripts: Add support for new --build option to define build typeGuillem Jover1-6/+7
2016-05-02Dpkg::Build::Types: Clarify build type functionsGuillem Jover1-9/+9
2016-05-02Dpkg::Build::Types: Add new build_has_any functionGuillem Jover1-2/+2