index
:
dpkg
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-03
test: Add new synopsis unit test
Guillem Jover
4
-0
/
+35
2016-07-03
Dpkg::Compression::FileHandle: Fix example code in SYNOPSIS
Guillem Jover
2
-3
/
+6
2016-07-03
test: Add new minimum perl version unit test
Guillem Jover
4
-0
/
+35
2016-07-03
test: Accept perl's Lancaster Consensus AUTHOR_TESTING variable
Guillem Jover
3
-4
/
+5
2016-07-03
test: Refactor common unit test checks for needed things
Guillem Jover
8
-52
/
+80
2016-07-03
doc: Mark perlcritic as an optional author test dependency
Guillem Jover
2
-1
/
+2
2016-07-03
test: Add new pod-spell unit test
Guillem Jover
4
-0
/
+101
2016-07-03
man, perl: Remove most AUTHOR sections
Guillem Jover
29
-117
/
+4
2016-07-03
man: Clarify shared library search order in dpkg-shlibdeps(1)
Guillem Jover
2
-6
/
+8
2016-07-03
Dpkg::Shlibs: Preserve order when prepending library paths
Guillem Jover
3
-22
/
+38
2016-07-03
Dpkg::Vendor::Debian: Support getting the build path from the environment
Guillem Jover
4
-1
/
+11
2016-07-03
Dpkg::Deps: Arch qualifiers only imply one another if they are the same
Guillem Jover
3
-26
/
+30
2016-07-03
dpkg-genchanges: Skip automatic debugging symbol packages
Guillem Jover
2
-0
/
+6
2016-07-03
dpkg-buildpackage: Use arch:all in .changes filename when not building arch:any
Guillem Jover
2
-5
/
+8
2016-07-03
dpkg-buipdpackage: Do not use build target fallback on arch:any + arch:all
Guillem Jover
3
-3
/
+21
2016-07-03
dpkg-buildpackage: Refactor build target fallback code
Guillem Jover
1
-17
/
+24
2016-07-03
dpkg-buildpackage: Preset build timestamp to latest changelog entry
Guillem Jover
3
-0
/
+10
2016-07-03
dpkg-deb: Set ar timestamp and tar mtime clamping to SOURCE_DATE_EPOCH
Guillem Jover
3
-1
/
+28
2016-07-03
dpkg-deb: Use same timestamp for the ar container as for tar mtime clamping
Guillem Jover
2
-0
/
+4
2016-07-03
dpkg-deb: Use new GNU tar --clamp-mtime option
Guillem Jover
3
-4
/
+18
2016-07-03
dpkg-query: Fix strtol() errno check when parsing the COLUMNS envvar
Sven Joachim
2
-1
/
+3
2016-07-03
dpkg: Activate file triggers for conffiles on purge
Guillem Jover
2
-0
/
+10
2016-07-03
dpkg: Set primary group to 0 when running as root
Guillem Jover
2
-0
/
+8
2016-07-03
dpkg: Cleanup instdir handling in maintscript_pre_exec()
Guillem Jover
1
-8
/
+13
2016-07-03
dpkg: On --force-chrootless only set changedir to instdir if defined
Niall Walsh
2
-1
/
+3
2016-07-03
libdpkg: Add new struct dpkg_ar and basic operations
Guillem Jover
11
-144
/
+237
2016-07-03
s-s-d: Simplify action dispatching in main()
Guillem Jover
1
-12
/
+4
2016-07-03
s-s-d: Switch do_start() to return a value instead of exit()ing directly
Guillem Jover
1
-4
/
+4
2016-07-03
s-s-d: Set return buffer length for sysctl(2) calls on */kFreeBSD
Guillem Jover
2
-3
/
+8
2016-07-03
s-s-d: Fix number of entries computation returned by sysctl() on */kFreeBSD
Guillem Jover
2
-1
/
+3
2016-07-03
dpkg-source: Add new --no-overwrite-dir extraction option
Guillem Jover
9
-6
/
+37
2016-07-03
dpkg-source: Generate Testsuite-Triggers field from test dependencies
Guillem Jover
3
-2
/
+40
2016-07-03
dpkg-source: Check that debian/tests/control is a regular file
Guillem Jover
2
-0
/
+3
2016-07-03
Dpkg::Control: Add new autopkgtest control files support
Guillem Jover
12
-3
/
+330
2016-07-03
dpkg-buildpackage: Add config file support
Guillem Jover
3
-0
/
+27
2016-07-03
dpkg-buildpackage: Add long options
Guillem Jover
3
-128
/
+171
2016-07-03
Dpkg::Conf: Add support for system and user config loading
Guillem Jover
2
-0
/
+59
2016-07-03
Revert "Dpkg::Conf: Switch implementation to be hash based"
Guillem Jover
4
-87
/
+66
2016-07-03
Dpkg::Substvars: Validate source version in set_version_substvars()
Guillem Jover
2
-2
/
+8
2016-07-03
Dpkg::Changelog: Add new Timestamp field to output
Guillem Jover
5
-1
/
+29
2016-07-03
Dpkg::Changelog: Add a getter for the Time::Piece object
Guillem Jover
3
-3
/
+29
2016-07-03
scripts: Replace changelog program parsers with perl modules
Guillem Jover
10
-329
/
+135
2016-07-03
Dpkg::Changelog: Add new format_range() method
Guillem Jover
5
-78
/
+145
2016-07-03
Dpkg::Vendor::Debian: Do not disable PIE buildflags on */kFreeBSD anymore
Steven Chamberlain
2
-2
/
+4
2016-07-03
dpkg-source: Move -q option to the General options section in --help output
Guillem Jover
2
-1
/
+3
2016-07-03
dpkg-source: Document various long options in --help output
Guillem Jover
2
-4
/
+9
2016-07-03
test: Bump ValuesAndExpressions::RequireNumberSeparators minimum to 99999
Guillem Jover
2
-0
/
+7
2016-07-03
Dpkg::Changelog::Entry::Debian: Mark example with C<>
Guillem Jover
1
-1
/
+1
2016-07-03
Dpkg: Use warnings::warnif() instead of carp() for deprecated warnings
Guillem Jover
6
-14
/
+22
2016-07-03
scripts: Fix typos in POD
Guillem Jover
9
-13
/
+13
[next]