summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
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::BuildFlags: Move default flags setting into the Dpkg::Vendor modulesGuillem Jover2-12/+24
2018-07-24Dpkg::Vendor::Debian: Inline _parse_feature_area() into _add_build_flags()Guillem Jover1-13/+7
2018-07-24Dpkg::Shlibs: Disable bool overload Dpkg::Version warningsGuillem Jover2-0/+8
2018-07-24Dpkg::Shlibs::SymbolFile: Always assign proper Dpkg::Version to deprecatedGuillem Jover1-1/+1
2018-07-24Dpkg::Version: Bump VERSION and improve semantic change descriptionGuillem Jover1-4/+12
2018-07-24test: Add new po author testGuillem Jover1-0/+26
2018-07-24dpkg-buildpackage: Only check required build dependencies for known targetsGuillem Jover1-0/+5
2018-07-24Dpkg::Build::Types: Add new set_build_type_from_targets() functionGuillem Jover1-0/+32
2018-07-24Dpkg::Build::Types: Fix set_build_type_from_options() descriptionGuillem Jover1-2/+3
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-06-22scripts: Do not use stringy eval to define different sub implementationsGuillem Jover2-37/+31
2018-05-08dpkg-buildpackage: Avoid using an uninitialized variableGuillem Jover1-0/+1
2018-05-05Update German scripts translationHelge Kreutzmann1-10/+12
2018-05-05Dpkg::Changelog::Parse: Stop using tail(1) to read the end of the fileGuillem Jover1-3/+7
2018-05-04Update German scripts translationHelge Kreutzmann1-2/+16
2018-05-04dpkg-buildpackage: Validate OpenPGP signing key IDsGuillem Jover1-0/+17
2018-05-04Dpkg::Version: Fix bool overload behaviorGuillem Jover3-13/+27
2018-05-04scripts: Refresh test data and update code to matchGuillem Jover7-664/+911
2018-05-04Dpkg::Shlibs::Objdump: Fix ELF program detectionGuillem Jover2-4/+12
2018-05-04Dpkg::Shlibs::Objdump: Remove duplicate assignment in reset() methodGuillem Jover1-1/+0
2018-05-04dpkg-source: Do not emit perl warnings on source formats w/o optionsGuillem Jover1-0/+1
2018-05-03dpkg-checkbuilddeps: Fix indentationGuillem Jover1-35/+34
2018-05-03build: Add CPAN distribution machineryGuillem Jover3-3/+92
2018-05-03Dpkg: Fix default DATADIRGuillem Jover1-1/+1
2018-05-03Revert "Dpkg::Deps: Accept $archqual for add_provided_package() method"Guillem Jover4-15/+7
2018-03-25Dpkg::Vendor::Debian: Mark riscv64 as having gcc built-in PIE supportGuillem Jover1-0/+1
2018-03-25Dpkg::Vendor::Debian: Split pie builtin arches one per lineGuillem Jover1-2/+17
2018-03-25Dpkg::Deps: Accept $archqual for add_provided_package() methodGuillem Jover4-7/+15
2018-03-25Dpkg::Deps: Turn virtualpkg tracking from an arrayyref into a hashrefGuillem Jover2-7/+15
2018-02-22Update German scripts translationHelge Kreutzmann1-29/+36
2018-02-19scripts/mk: Export architecture variables by defaultJack Bates1-1/+1
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
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
2018-01-16dpkg-gensymbols: Print "error" instead of "warning" when these are fatalGuillem Jover1-12/+19
2018-01-16Dpkg::Vendor::Debian: Mark hurd-i386 as having built-in PIE supportGuillem Jover1-1/+1
2018-01-16arch: Add support for riscv64 CPUManuel A. Fernandez Montecelo1-2/+2
2018-01-16scripts: Reject negated values in Architecture fieldGuillem Jover4-10/+33
2018-01-16scripts/mk: Add new buildtools variablesGuillem Jover3-0/+35
2018-01-16Dpkg::Shlibs::SymbolFile: Check that $state->{seen} exists instead of $state ...Dmitry Shachnev1-1/+1