index
:
dpkg
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-25
Update German translation of manual pages
Helge Kreutzmann
1
-31
/
+248
2017-09-25
Update German scripts translation
Helge Kreutzmann
1
-24
/
+55
2017-09-24
German dpkg translation update
Sven Joachim
1
-2
/
+5
2017-09-24
debian: Add support for DPKG_ROOT in dpkg maintainer scripts
Guillem Jover
3
-2
/
+3
2017-09-24
debian: Remove alternative logs when purging dpkg (!?)
Guillem Jover
2
-1
/
+5
2017-09-24
debian: Remove maintscript code for downgrades to ancient dpkg versions
Guillem Jover
4
-167
/
+2
2017-09-24
debian: Remove workaround for ancient gcc w/o stackprotectorstrong support
Guillem Jover
2
-6
/
+2
2017-09-24
debian: Remove Replaces and Breaks for ancient transitions
Guillem Jover
2
-9
/
+1
2017-09-24
debian: Remove ancient code recompressing alternatives database backups
Guillem Jover
2
-11
/
+2
2017-09-24
debian: Split alternatives logrotate into its own configuration file
Guillem Jover
5
-9
/
+13
2017-09-24
debian: Fix typo in changelog file
Guillem Jover
1
-1
/
+1
2017-09-24
debian: Switch to debhelper compatibility level 10
Guillem Jover
3
-2
/
+3
2017-09-24
debian: Bump Standards-Version to 4.1.0 (no changes needed)
Guillem Jover
2
-1
/
+2
2017-09-24
debian: Do not set redundant source compression to xz
Guillem Jover
3
-3
/
+1
2017-09-24
debian: Set Rules-Requires-Root field to no
Guillem Jover
2
-0
/
+2
2017-09-24
scripts: Fix function signatures documentation
Guillem Jover
3
-11
/
+12
2017-09-24
dpkg-buildflags: Add new --query command
Guillem Jover
3
-5
/
+69
2017-09-24
dpkg-buildpackage: Add support for rootless builds
Guillem Jover
5
-14
/
+132
2017-09-24
dpkg-buildpackage: Rename withecho to run_cmd
Guillem Jover
1
-15
/
+14
2017-09-24
dpkg-buildpackage: Error out if --as-root is passed w/o --rules-target
Guillem Jover
2
-0
/
+7
2017-09-24
dpkg-deb: Add support for rootless builds
Guillem Jover
5
-0
/
+22
2017-09-24
dpkg-deb: Refactor tarball_pack options into a new struct
Guillem Jover
1
-6
/
+16
2017-09-24
dpkg-deb: Sanity check config maintainer script file type and permissions
Guillem Jover
3
-0
/
+5
2017-09-24
doc: Add new rootless builds experimental draft specification
Niels Thykier
4
-0
/
+166
2017-09-24
scripts/t: Switch from IO::String to native open support
Guillem Jover
5
-21
/
+22
2017-09-24
scripts: Use split() with ' ' instead of /\s+/
Guillem Jover
6
-7
/
+8
2017-09-24
Dpkg::Control::HashCore: Use substr instead of a regex
Guillem Jover
2
-2
/
+4
2017-09-24
Dpkg::Control::FieldsCore: Do not execute code at import time
Guillem Jover
2
-11
/
+22
2017-09-24
Dpkg::Control::FieldsCore: Remove dependency on Dpkg::Checksums
Guillem Jover
2
-19
/
+40
2017-09-24
Dpkg::Control::FieldsCore: Switch internal field name handling to lowercase
Guillem Jover
2
-157
/
+273
2017-09-24
scripts/t: Add new unit test for Dpkg::Control::Fields
Guillem Jover
3
-0
/
+249
2017-09-24
Dpkg::Control::FieldsCore: Complete field order for all control types
Guillem Jover
2
-3
/
+10
2017-09-24
Dpkg::Control::FieldsCore: Mark all missing CTRL_INDEX_* fields as allowed
Guillem Jover
2
-6
/
+8
2017-09-24
Dpkg::Control::Types: Move misplaced comments
Guillem Jover
1
-2
/
+2
2017-09-24
Dpkg::Changelog::Parse: Disable compression when using the default file
Guillem Jover
2
-2
/
+13
2017-09-24
Dpkg::Gettxt: Add support for new DPKG_NLS environment variable
Guillem Jover
2
-7
/
+29
2017-09-24
Dpkg::File: Move file_lock() into a new Dpkg::Lock module
Guillem Jover
9
-36
/
+96
2017-09-24
Dpkg::Vendor: Disable decompression support for origin files
Guillem Jover
2
-1
/
+2
2017-09-24
Dpkg::Interface::Storable: Add new option to disable compression support
Guillem Jover
2
-13
/
+29
2017-09-24
scripts/t: Avoid many function arguments in check_options()
Guillem Jover
3
-97
/
+139
2017-09-24
Dselect::Ftp: Avoid many function arguments in do_connect()
Guillem Jover
5
-54
/
+57
2017-09-24
Dpkg::Shlibs::SymbolFile: Avoid many function arguments in parse()
Guillem Jover
2
-20
/
+25
2017-09-24
Dpkg::ErrorHandling: Move printforhelp initialization into usageerr()
Guillem Jover
2
-2
/
+3
2017-09-24
Dpkg::ErrorHandling: Move color setup into report_pretty
Guillem Jover
2
-3
/
+5
2017-09-24
Dpkg::ErrorHandling: Only load Term::ANSIColor if we are using colors
Guillem Jover
2
-2
/
+5
2017-09-24
Dpkg::Vendor: Only load Dpkg::BuildOptions and Dpkg::Arch if needed
Guillem Jover
3
-7
/
+17
2017-09-24
Dpkg::Compression::FileHandle: Only load POSIX if we need signal handling
Guillem Jover
2
-2
/
+5
2017-09-24
Dpkg::Vendor::Ubuntu: Remove unused Dpkg::Path
Guillem Jover
2
-1
/
+1
2017-09-24
Dpkg::Source: Use Errno module instead of the slow to import POSIX
Guillem Jover
3
-2
/
+3
2017-09-24
perl: Remove unused use POSIX module imports
Guillem Jover
5
-5
/
+1
[next]