summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-07-04scripts: Require Dpkg::Control::Info in dpkg-buildpackageGuillem Jover2-1/+4
2016-07-03Bump version to 1.18.9Guillem Jover1-0/+6
2016-07-03Release 1.18.8Guillem Jover1-2/+2
2016-07-03po: Regenerate .pot files and merge .po files with themGuillem Jover94-6278/+11932
2016-07-03arch: Add TILE-Gx support to cputableHelmut Grohne3-1/+5
2016-07-03build: Remove quotes causing strange spaces in configure --help outputGuillem Jover1-3/+2
2016-07-03build: Uniformize library build optionsGuillem Jover12-60/+62
2016-07-03build: Use libmd auotmatically if availableGuillem Jover4-4/+5
2016-07-03build: Stop allowing to set deprecated bzip2 compressor as dpkg-deb defaultGuillem Jover2-1/+3
2016-07-03scripts/mk: Export SOURCE_DATE_EPOCHGuillem Jover2-0/+9
2016-07-03Dpkg::Source::Package::V2: Preset Last-Update field with current timeGuillem Jover2-1/+6
2016-07-03Dpkg::Source::Package::V1: Disable upstream tar signature when buildingGuillem Jover2-1/+6
2016-07-03test: Add unit tests for dependency simplification with build profilesGuillem Jover2-1/+23
2016-07-03Dpkg::Deps::Simple: Check whether restrictions are impliedBen Hutchings2-0/+36
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