summaryrefslogtreecommitdiff
path: root/scripts/dpkg-buildpackage.pl
AgeCommit message (Expand)AuthorFilesLines
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
2016-05-02Dpkg::Build::Types: Remove BUILD_SOURCE composite constantsGuillem Jover1-2/+2
2016-05-02scripts: Refactor command printing into new printcmd() functionGuillem Jover1-3/+3
2016-05-02scripts: Switch raw information output to use info()Guillem Jover1-3/+3
2016-02-15scripts: Use new Dpkg::Build::Types module instead of ad-hoc codeGuillem Jover1-57/+16
2015-07-30dpkg-checkbuilddeps: Add support for ignoring built-in build dependenciesGuillem Jover1-0/+4
2015-07-30dpkg-buildpackage: Add new -J optionGuillem Jover1-4/+12
2015-05-30dpkg-buildpackage: Make -j override any parallel option in DEB_BUILD_OPTIONSGuillem Jover1-1/+0
2015-04-06scripts: Move "(default)" annotations in --help output after option descriptionGuillem Jover1-3/+3
2015-04-06dpkg-buildpackage: Make dependency checks fatal for -SGuillem Jover1-7/+1
2015-04-06dpkg-buildpackage: Disable dependency checks on -S -ncGuillem Jover1-0/+2
2015-03-31Use "<enter>" instead of "return" or "enter" in input promptsGuillem Jover1-1/+1
2015-01-28Dpkg: Use shift instead of @_ on single argument unpackingGuillem Jover1-3/+3
2015-01-28scripts: Rename and deprecate _g function with g_Guillem Jover1-46/+46
2014-10-12dpkg-buildpackage: Add support for host and target long flagsGuillem Jover1-10/+33
2014-10-06dpkg-buildpackage: Do not pipe the files to sign to GnuPGGuillem Jover1-10/+18
2014-10-06perl: Do not use the topic variable unnecessarilyGuillem Jover1-1/+1
2014-08-15scripts: Allow specifying the same build type option multiple timesGuillem Jover1-1/+1