summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-07-03test: Add new synopsis unit testGuillem Jover4-0/+35
2016-07-03Dpkg::Compression::FileHandle: Fix example code in SYNOPSISGuillem Jover2-3/+6
2016-07-03test: Add new minimum perl version unit testGuillem Jover4-0/+35
2016-07-03test: Accept perl's Lancaster Consensus AUTHOR_TESTING variableGuillem Jover3-4/+5
2016-07-03test: Refactor common unit test checks for needed thingsGuillem Jover8-52/+80
2016-07-03doc: Mark perlcritic as an optional author test dependencyGuillem Jover2-1/+2
2016-07-03test: Add new pod-spell unit testGuillem Jover4-0/+101
2016-07-03man, perl: Remove most AUTHOR sectionsGuillem Jover29-117/+4
2016-07-03man: Clarify shared library search order in dpkg-shlibdeps(1)Guillem Jover2-6/+8
2016-07-03Dpkg::Shlibs: Preserve order when prepending library pathsGuillem Jover3-22/+38
2016-07-03Dpkg::Vendor::Debian: Support getting the build path from the environmentGuillem Jover4-1/+11
2016-07-03Dpkg::Deps: Arch qualifiers only imply one another if they are the sameGuillem Jover3-26/+30
2016-07-03dpkg-genchanges: Skip automatic debugging symbol packagesGuillem Jover2-0/+6
2016-07-03dpkg-buildpackage: Use arch:all in .changes filename when not building arch:anyGuillem Jover2-5/+8
2016-07-03dpkg-buipdpackage: Do not use build target fallback on arch:any + arch:allGuillem Jover3-3/+21
2016-07-03dpkg-buildpackage: Refactor build target fallback codeGuillem Jover1-17/+24
2016-07-03dpkg-buildpackage: Preset build timestamp to latest changelog entryGuillem Jover3-0/+10
2016-07-03dpkg-deb: Set ar timestamp and tar mtime clamping to SOURCE_DATE_EPOCHGuillem Jover3-1/+28
2016-07-03dpkg-deb: Use same timestamp for the ar container as for tar mtime clampingGuillem Jover2-0/+4
2016-07-03dpkg-deb: Use new GNU tar --clamp-mtime optionGuillem Jover3-4/+18
2016-07-03dpkg-query: Fix strtol() errno check when parsing the COLUMNS envvarSven Joachim2-1/+3
2016-07-03dpkg: Activate file triggers for conffiles on purgeGuillem Jover2-0/+10
2016-07-03dpkg: Set primary group to 0 when running as rootGuillem Jover2-0/+8
2016-07-03dpkg: Cleanup instdir handling in maintscript_pre_exec()Guillem Jover1-8/+13
2016-07-03dpkg: On --force-chrootless only set changedir to instdir if definedNiall Walsh2-1/+3
2016-07-03libdpkg: Add new struct dpkg_ar and basic operationsGuillem Jover11-144/+237
2016-07-03s-s-d: Simplify action dispatching in main()Guillem Jover1-12/+4
2016-07-03s-s-d: Switch do_start() to return a value instead of exit()ing directlyGuillem Jover1-4/+4
2016-07-03s-s-d: Set return buffer length for sysctl(2) calls on */kFreeBSDGuillem Jover2-3/+8
2016-07-03s-s-d: Fix number of entries computation returned by sysctl() on */kFreeBSDGuillem Jover2-1/+3
2016-07-03dpkg-source: Add new --no-overwrite-dir extraction optionGuillem Jover9-6/+37
2016-07-03dpkg-source: Generate Testsuite-Triggers field from test dependenciesGuillem Jover3-2/+40
2016-07-03dpkg-source: Check that debian/tests/control is a regular fileGuillem Jover2-0/+3
2016-07-03Dpkg::Control: Add new autopkgtest control files supportGuillem Jover12-3/+330
2016-07-03dpkg-buildpackage: Add config file supportGuillem Jover3-0/+27
2016-07-03dpkg-buildpackage: Add long optionsGuillem Jover3-128/+171
2016-07-03Dpkg::Conf: Add support for system and user config loadingGuillem Jover2-0/+59
2016-07-03Revert "Dpkg::Conf: Switch implementation to be hash based"Guillem Jover4-87/+66
2016-07-03Dpkg::Substvars: Validate source version in set_version_substvars()Guillem Jover2-2/+8
2016-07-03Dpkg::Changelog: Add new Timestamp field to outputGuillem Jover5-1/+29
2016-07-03Dpkg::Changelog: Add a getter for the Time::Piece objectGuillem Jover3-3/+29
2016-07-03scripts: Replace changelog program parsers with perl modulesGuillem Jover10-329/+135
2016-07-03Dpkg::Changelog: Add new format_range() methodGuillem Jover5-78/+145
2016-07-03Dpkg::Vendor::Debian: Do not disable PIE buildflags on */kFreeBSD anymoreSteven Chamberlain2-2/+4
2016-07-03dpkg-source: Move -q option to the General options section in --help outputGuillem Jover2-1/+3
2016-07-03dpkg-source: Document various long options in --help outputGuillem Jover2-4/+9
2016-07-03test: Bump ValuesAndExpressions::RequireNumberSeparators minimum to 99999Guillem Jover2-0/+7
2016-07-03Dpkg::Changelog::Entry::Debian: Mark example with C<>Guillem Jover1-1/+1
2016-07-03Dpkg: Use warnings::warnif() instead of carp() for deprecated warningsGuillem Jover6-14/+22
2016-07-03scripts: Fix typos in PODGuillem Jover9-13/+13