summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-01-22dselect: Rename variable r to pkgbinGuillem Jover2-4/+6
2019-01-22When allocating use the variable instead of the type in sizeof()Guillem Jover22-40/+41
2019-01-22dpkg-query: Rename variable to avoid shadowing a local functionGuillem Jover2-4/+5
2019-01-22dpkg: Fix --help output to clarify optional argumentsGuillem Jover2-15/+16
2019-01-22dpkg: Fix typo in commentGuillem Jover1-1/+1
2019-01-22dpkg: Introduce a new dependency try level for trigger processingGuillem Jover4-23/+41
2019-01-22dpkg: Move trigproc cycle reset inside try-deferred conditionalGuillem Jover2-11/+14
2019-01-22dpkg: Convert one trigger processing required type into the new try-queuedGuillem Jover2-1/+3
2019-01-22dpkg: Split trigger processing types into required, try-queued and try-deferredGuillem Jover3-4/+8
2019-01-22dpkg: Reset progress_bytrigproc once we have injected into the current iterationGuillem Jover2-0/+5
2019-01-22dpkg: Move dependtry description from deferred_configure() to its declarationGuillem Jover3-24/+29
2019-01-21dpkg: Switch dependtry from an int to an enumGuillem Jover6-11/+34
2019-01-15dpkg: Mark the package we are giving up on a trigger cycle as istobe normalGuillem Jover2-0/+7
2019-01-15dpkg: Factor trigproc_new_cyclenode() out from check_trigger_cycle()Guillem Jover2-12/+26
2019-01-15dpkg: Use common pattern of assigning as an iteratorGuillem Jover2-1/+2
2019-01-15dpkg: Initialize trigcyclenode's next member onceGuillem Jover2-2/+2
2019-01-15dpkg: Negate tortoise_not_in_hare() function name and return valueGuillem Jover2-5/+6
2019-01-15scripts/mk: Add support for an improved dpkg_vendor_derives_from macroGuillem Jover7-8/+52
2019-01-15scripts/mk: Fix dpkg_vendor_derives_from macro documentationColin Watson2-1/+3
2019-01-15debian: Add superficial autopkgtest functional testsGuillem Jover5-0/+39
2019-01-15build: Split AM_INIT_AUTOMAKE arguments into different linesGuillem Jover2-1/+8
2019-01-15u-a: Fix removal of obsolete slaves from the linked listGuillem Jover3-5/+60
2019-01-15u-a: Add new --debug optionGuillem Jover3-7/+17
2019-01-15u-a: Switch verbose selection into an enumGuillem Jover2-6/+13
2019-01-15u-a: Use enums for actions instead of stringsGuillem Jover2-41/+91
2019-01-15s-s-d: Implement --notify-await and --notify-timeout optionsGuillem Jover3-1/+248
2019-01-15s-s-d: Move parse_unsigned() definition to the top of the fileGuillem Jover1-20/+20
2019-01-15s-s-d: Switch code to use new info() and debug() functionsGuillem Jover2-20/+38
2019-01-15s-s-d: Fix typoTrek1-1/+1
2019-01-15s-s-d: Fix typo in commentGuillem Jover1-1/+1
2019-01-15s-s-d: Print complete verbose linesGuillem Jover2-2/+4
2019-01-15s-s-d: Check whether standalone --pidfile use is secureGuillem Jover2-2/+40
2019-01-15s-s-d: Compare foundany against 0 instead of treating it like a booleanGuillem Jover2-1/+3
2019-01-15dpkg-scanpackages: Emit a warning with the list of repeat packagesGuillem Jover2-0/+10
2019-01-15dpkg-scanpackages: Unroll a single iteration loopGuillem Jover2-14/+15
2019-01-15dpkg-scanpackages: Do not compute unnecessary checksumsGuillem Jover2-6/+8
2019-01-15dpkg-shlibdeps: Remove duplicate word across newline boundaryGuillem Jover1-1/+1
2019-01-15dpkg-shlibdeps: Remove unused variableGuillem Jover2-2/+1
2019-01-15dpkg-genchanges: Only reference binary packages being uploadedGuillem Jover6-19/+18
2019-01-15dpkg-source: Stop filtering @builddeps@ from Testsuite-Triggers fieldGuillem Jover3-3/+5
2019-01-15dpkg-source: Use new format argument for Dpkg::Source::Package->new()Guillem Jover2-8/+5
2019-01-15dpkg-source: Move source format selection earlier in the buildGuillem Jover2-19/+21
2019-01-15Dpkg::Source::Package, dpkg-source: Switch to new Dpkg::Source::Format moduleGuillem Jover3-38/+27
2019-01-15Dpkg::Source::Format: New moduleGuillem Jover6-0/+265
2019-01-15Dpkg::Source::Package: Improve debian/source/format parsing and validationGuillem Jover2-16/+11
2019-01-15Dpkg::Source::Package: Add a new format option to the new constructorGuillem Jover2-5/+18
2019-01-15Dpkg::Source::Package::V3::Bzr: Fix format name in output messageGuillem Jover2-1/+2
2019-01-15Dpkg::Source::Patch: Do not recommend --include-removal when not supportedGuillem Jover2-4/+7
2019-01-15Dpkg::Source::Package: Do not reinitialize fields member in constructorGuillem Jover2-2/+2
2019-01-15Dpkg::Shlibs::Objdump: Only select objdump program when going to use itGuillem Jover2-10/+14