summaryrefslogtreecommitdiff
path: root/scripts/Dpkg
AgeCommit message (Expand)AuthorFilesLines
2018-05-04Dpkg::Shlibs::Objdump: Remove duplicate assignment in reset() methodGuillem Jover1-1/+0
2018-05-03Revert "Dpkg::Deps: Accept $archqual for add_provided_package() method"Guillem Jover1-10/+4
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 Jover1-4/+10
2018-03-25Dpkg::Deps: Turn virtualpkg tracking from an arrayyref into a hashrefGuillem Jover1-5/+14
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::Vendor::Debian: Mark hurd-i386 as having built-in PIE supportGuillem Jover1-1/+1
2018-01-16scripts: Reject negated values in Architecture fieldGuillem Jover1-6/+22
2018-01-16Dpkg::Shlibs::SymbolFile: Check that $state->{seen} exists instead of $state ...Dmitry Shachnev1-1/+1
2018-01-16Dpkg::Changelog: Print versions for incorrect changelog range warningsPaul Wise1-9/+9
2018-01-16Dpkg::Vendor::Debian: Use proper use_feature keyGuillem Jover1-1/+1
2017-11-19Fix crle-related codeIgor Pashev1-1/+1
2017-11-19Merge git://anonscm.debian.org/dpkg/dpkgIgor Pashev63-1440/+3994
2017-10-21Dpkg::Source::Package::V1: Check that $tarname is defined before useChristoph Biedl1-1/+1
2017-10-17Dpkg::Getopt: Do not normalize args past a passthrough stop wordGuillem Jover1-5/+8
2017-10-17Dpkg::Deps: Do not unnecessarily require setting the host_archGuillem Jover1-7/+11
2017-10-17Dpkg::Arch: Do not emit a perl warning if gcc or dpkg is not foundGuillem Jover1-0/+4
2017-10-17Dpkg::ErrorHandling: Unify subprocess errors with the ones from libdpkgGuillem Jover1-3/+5
2017-10-17Dpkg::Source::Package: Call source format prerequisites method if presentGuillem Jover3-2/+3
2017-10-17Dpkg::Source::Package::V3: Use find_command() instead of ad-hoc codeGuillem Jover2-10/+4
2017-10-17Dpkg::Source::Package: Auto-convert binary signatures to OpenPGP ASCII ArmorGuillem Jover3-0/+91
2017-10-16Dpkg::Control::HashCore: Optimize field/value parsing in parse()Guillem Jover1-2/+3
2017-10-16Dpkg::Control::HashCore: Optimize first character matching in parse()Guillem Jover1-2/+4
2017-10-16Dpkg::Control::HashCore: Optimize trailing space trimming in parse()Guillem Jover1-1/+1
2017-10-16Dpkg::Control::HashCore: Optimize trailing space matching on parse()Guillem Jover1-6/+10
2017-10-16Dpkg::Control::HashCore: Expect stanza delimiters more often than Armor HeadersGuillem Jover1-10/+10
2017-10-16Dpkg::Control::HashCore: Do not use an intermediate variable in STORE methodGuillem Jover1-2/+1
2017-10-13dpkg-buildflags: Add support for new future feature areaGuillem Jover2-3/+18
2017-10-13Dpkg::Arch: Add new debarch_to_cpubits() functionGuillem Jover1-0/+13
2017-10-12scripts: Rename debarch_to_cpuattrs() to debarch_to_abiattrs()Guillem Jover2-5/+5
2017-10-12Dpkg::Vendor::Debian: Merge build flag methods into a single private methodGuillem Jover1-119/+98
2017-10-12scripts: Add support for source package Description and substvarsGuillem Jover2-5/+29
2017-10-12Dpkg::Vendor::Debian: Mark powerpc as having builtin PIEGuillem Jover1-1/+1
2017-10-12dpkg-genbuildinfo: Add support for new Build-Kernel-Version fieldGuillem Jover1-2/+6
2017-09-24scripts: Fix function signatures documentationGuillem Jover2-11/+11
2017-09-24dpkg-buildpackage: Add support for rootless buildsGuillem Jover1-0/+5
2017-09-24scripts: Use split() with ' ' instead of /\s+/Guillem Jover3-4/+4
2017-09-24Dpkg::Control::HashCore: Use substr instead of a regexGuillem Jover1-2/+2
2017-09-24Dpkg::Control::FieldsCore: Do not execute code at import timeGuillem Jover1-11/+21
2017-09-24Dpkg::Control::FieldsCore: Remove dependency on Dpkg::ChecksumsGuillem Jover1-19/+39
2017-09-24Dpkg::Control::FieldsCore: Switch internal field name handling to lowercaseGuillem Jover1-157/+271
2017-09-24Dpkg::Control::FieldsCore: Complete field order for all control typesGuillem Jover1-3/+8
2017-09-24Dpkg::Control::FieldsCore: Mark all missing CTRL_INDEX_* fields as allowedGuillem Jover1-6/+6
2017-09-24Dpkg::Control::Types: Move misplaced commentsGuillem Jover1-2/+2
2017-09-24Dpkg::Changelog::Parse: Disable compression when using the default fileGuillem Jover1-2/+11
2017-09-24Dpkg::Gettxt: Add support for new DPKG_NLS environment variableGuillem Jover1-7/+26
2017-09-24Dpkg::File: Move file_lock() into a new Dpkg::Lock moduleGuillem Jover2-33/+61
2017-09-24Dpkg::Vendor: Disable decompression support for origin filesGuillem Jover1-1/+1