summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-09-25Update German translation of manual pagesHelge Kreutzmann1-31/+248
2017-09-25Update German scripts translationHelge Kreutzmann1-24/+55
2017-09-24German dpkg translation updateSven Joachim1-2/+5
2017-09-24debian: Add support for DPKG_ROOT in dpkg maintainer scriptsGuillem Jover3-2/+3
2017-09-24debian: Remove alternative logs when purging dpkg (!?)Guillem Jover2-1/+5
2017-09-24debian: Remove maintscript code for downgrades to ancient dpkg versionsGuillem Jover4-167/+2
2017-09-24debian: Remove workaround for ancient gcc w/o stackprotectorstrong supportGuillem Jover2-6/+2
2017-09-24debian: Remove Replaces and Breaks for ancient transitionsGuillem Jover2-9/+1
2017-09-24debian: Remove ancient code recompressing alternatives database backupsGuillem Jover2-11/+2
2017-09-24debian: Split alternatives logrotate into its own configuration fileGuillem Jover5-9/+13
2017-09-24debian: Fix typo in changelog fileGuillem Jover1-1/+1
2017-09-24debian: Switch to debhelper compatibility level 10Guillem Jover3-2/+3
2017-09-24debian: Bump Standards-Version to 4.1.0 (no changes needed)Guillem Jover2-1/+2
2017-09-24debian: Do not set redundant source compression to xzGuillem Jover3-3/+1
2017-09-24debian: Set Rules-Requires-Root field to noGuillem Jover2-0/+2
2017-09-24scripts: Fix function signatures documentationGuillem Jover3-11/+12
2017-09-24dpkg-buildflags: Add new --query commandGuillem Jover3-5/+69
2017-09-24dpkg-buildpackage: Add support for rootless buildsGuillem Jover5-14/+132
2017-09-24dpkg-buildpackage: Rename withecho to run_cmdGuillem Jover1-15/+14
2017-09-24dpkg-buildpackage: Error out if --as-root is passed w/o --rules-targetGuillem Jover2-0/+7
2017-09-24dpkg-deb: Add support for rootless buildsGuillem Jover5-0/+22
2017-09-24dpkg-deb: Refactor tarball_pack options into a new structGuillem Jover1-6/+16
2017-09-24dpkg-deb: Sanity check config maintainer script file type and permissionsGuillem Jover3-0/+5
2017-09-24doc: Add new rootless builds experimental draft specificationNiels Thykier4-0/+166
2017-09-24scripts/t: Switch from IO::String to native open supportGuillem Jover5-21/+22
2017-09-24scripts: Use split() with ' ' instead of /\s+/Guillem Jover6-7/+8
2017-09-24Dpkg::Control::HashCore: Use substr instead of a regexGuillem Jover2-2/+4
2017-09-24Dpkg::Control::FieldsCore: Do not execute code at import timeGuillem Jover2-11/+22
2017-09-24Dpkg::Control::FieldsCore: Remove dependency on Dpkg::ChecksumsGuillem Jover2-19/+40
2017-09-24Dpkg::Control::FieldsCore: Switch internal field name handling to lowercaseGuillem Jover2-157/+273
2017-09-24scripts/t: Add new unit test for Dpkg::Control::FieldsGuillem Jover3-0/+249
2017-09-24Dpkg::Control::FieldsCore: Complete field order for all control typesGuillem Jover2-3/+10
2017-09-24Dpkg::Control::FieldsCore: Mark all missing CTRL_INDEX_* fields as allowedGuillem Jover2-6/+8
2017-09-24Dpkg::Control::Types: Move misplaced commentsGuillem Jover1-2/+2
2017-09-24Dpkg::Changelog::Parse: Disable compression when using the default fileGuillem Jover2-2/+13
2017-09-24Dpkg::Gettxt: Add support for new DPKG_NLS environment variableGuillem Jover2-7/+29
2017-09-24Dpkg::File: Move file_lock() into a new Dpkg::Lock moduleGuillem Jover9-36/+96
2017-09-24Dpkg::Vendor: Disable decompression support for origin filesGuillem Jover2-1/+2
2017-09-24Dpkg::Interface::Storable: Add new option to disable compression supportGuillem Jover2-13/+29
2017-09-24scripts/t: Avoid many function arguments in check_options()Guillem Jover3-97/+139
2017-09-24Dselect::Ftp: Avoid many function arguments in do_connect()Guillem Jover5-54/+57
2017-09-24Dpkg::Shlibs::SymbolFile: Avoid many function arguments in parse()Guillem Jover2-20/+25
2017-09-24Dpkg::ErrorHandling: Move printforhelp initialization into usageerr()Guillem Jover2-2/+3
2017-09-24Dpkg::ErrorHandling: Move color setup into report_prettyGuillem Jover2-3/+5
2017-09-24Dpkg::ErrorHandling: Only load Term::ANSIColor if we are using colorsGuillem Jover2-2/+5
2017-09-24Dpkg::Vendor: Only load Dpkg::BuildOptions and Dpkg::Arch if neededGuillem Jover3-7/+17
2017-09-24Dpkg::Compression::FileHandle: Only load POSIX if we need signal handlingGuillem Jover2-2/+5
2017-09-24Dpkg::Vendor::Ubuntu: Remove unused Dpkg::PathGuillem Jover2-1/+1
2017-09-24Dpkg::Source: Use Errno module instead of the slow to import POSIXGuillem Jover3-2/+3
2017-09-24perl: Remove unused use POSIX module importsGuillem Jover5-5/+1