index
:
dpkg
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
Dpkg
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-21
scripts: Use error() and errormsg() instead of printing on STDERR directly
Guillem Jover
1
-2
/
+1
2015-09-21
Dpkg::Gettext: Add new function N_
Guillem Jover
1
-3
/
+25
2015-09-14
perl: Split overlong regexes into multiline extended regexes
Guillem Jover
3
-14
/
+102
2015-09-14
Dpkg::Changelog::Entry::Debian: Catch bogus month names
Guillem Jover
1
-2
/
+19
2015-09-14
Dpkg::Changelog::Entry::Debian: Do not abort on Time::Piece parse errors
Guillem Jover
1
-3
/
+5
2015-09-14
Dpkg::Source::Package::V2: Do not warn when removing an empty subdirectory
Guillem Jover
1
-0
/
+4
2015-08-06
Dpkg::Changelog::Entry::Debian: Only warn on invalid week days
Guillem Jover
1
-5
/
+10
2015-08-03
Dpkg::Shlibs::Objdump: Support spaces in symbol names
Guillem Jover
1
-6
/
+6
2015-08-03
Dpkg::Deps: Make the dependency comparison deep
Guillem Jover
1
-19
/
+24
2015-08-03
scripts: Use none instead of ah-hoc checks
Guillem Jover
1
-5
/
+2
2015-07-30
Dpkg::Source::Archive: Future-proof tar invocations
Guillem Jover
1
-5
/
+5
2015-07-30
dpkg-checkbuilddeps: Move build-essential:native to a new vendor hook
Guillem Jover
2
-0
/
+20
2015-07-30
Dpkg::Changelog::Parse: Set a default filename in changelog_parse()
Guillem Jover
1
-0
/
+1
2015-07-29
Dpkg::Dist::Files: Allow colons (:) in added filenames
Guillem Jover
1
-2
/
+2
2015-07-29
Dpkg::Vendor::Debian: Disable thread sanitizer when address is enabled
Guillem Jover
1
-0
/
+5
2015-07-29
Dpkg::Source::Package::V2: Do not exclude pre-existing symlinks for debian/
Guillem Jover
1
-13
/
+1
2015-07-29
Dpkg::Source::Package::V2: Make the BinaryFiles package self-contained
Guillem Jover
1
-0
/
+1
2015-07-29
Dpkg::Source::Package::V2: Import make_path from File::Path
Guillem Jover
1
-1
/
+1
2015-07-29
Dpkg::Control::FieldsCore: Allow the Maintainer field in CTRL_FILE_STATUS
Guillem Jover
1
-1
/
+1
2015-07-29
Dpkg::Control::HashCore: Remove trailing space before handling dot-separators
Guillem Jover
1
-1
/
+1
2015-07-29
Dpkg::Changelog::Parse: Use a builtin parser when the input format is "debian"
Guillem Jover
1
-2
/
+76
2015-07-29
Dpkg::Changelog::Parse: Remove intermediate variable $changelogfile
Guillem Jover
1
-3
/
+2
2015-07-29
Dpkg::Changelog::Parse: Factor out _changelog_detect_format
Guillem Jover
1
-15
/
+24
2015-07-29
Dpkg::Changelog::Parse: Move options setup to changelog_parse_plugin start
Guillem Jover
1
-4
/
+5
2015-07-29
Dpkg::Changelog::Parse: Refactor changelog_parse into changelog_parse_plugin
Guillem Jover
1
-5
/
+29
2015-07-29
Dpkg::Changelog::Parse: Fix changelog_parse documentation
Guillem Jover
1
-10
/
+10
2015-07-29
Dpkg::Changelog::Entry::Debian: Simplify distribution splitting
Guillem Jover
1
-3
/
+1
2015-07-29
Dpkg::Changelog::Entry::Debian: Use Time::Piece instead of Date::Parse
Guillem Jover
1
-2
/
+8
2015-07-29
Dpkg::Changelog::Entry::Debian: Remove non-functional timezone name support
Guillem Jover
1
-1
/
+1
2015-07-28
Dpkg::Arch: Document and mark the module as public
Guillem Jover
1
-1
/
+117
2015-07-28
Dpkg::Changelog: Fix POD syntax on verbatim paragraph
Guillem Jover
1
-11
/
+12
2015-07-28
Dpkg: Say FUNCTIONS instead of METHODS when appropriate
Guillem Jover
2
-2
/
+2
2015-07-28
Dpkg: Remove my keyword from POD function prototypes
Guillem Jover
24
-71
/
+71
2015-07-28
doc: Fix multiple typos
Guillem Jover
1
-1
/
+1
2015-05-30
Dpkg::Shlibs::SymbolFile: Use map instead of foreach to initialize the hash
Guillem Jover
1
-2
/
+2
2015-05-30
scripts, dselsect/methods: Switch from `` to operator qx()
Guillem Jover
2
-3
/
+3
2015-05-30
Dpkg::Compression: Fix the current default compressor in the documentation
Guillem Jover
1
-1
/
+1
2015-05-30
Dpkg::Shlibs::SymbolFile: Do not replace #PACKAGE# in template mode
Guillem Jover
1
-3
/
+9
2015-05-30
Dpkg::BuildProfiles: Initialize $cache_profiles when setting them
Guillem Jover
1
-0
/
+1
2015-05-30
scripts: Use the state keyword
Guillem Jover
4
-58
/
+62
2015-05-30
scripts: Use non-destructive substitutions inside map
Guillem Jover
2
-6
/
+2
2015-05-30
scripts: Add missing strict and warnings pragmas for submodules
Guillem Jover
2
-0
/
+6
2015-05-18
Dpkg::Shlibs: Reorder library directories
Guillem Jover
1
-12
/
+14
2015-05-18
Dpkg::Shlibs: Remove ancient multilib paths
Guillem Jover
1
-2
/
+1
2015-05-18
Dpkg::Shlibs: Do not add cross-root directories to default search list
Guillem Jover
1
-10
/
+1
2015-05-18
Dpkg::Shlibs: Fix add_library_dir to initialize the library paths if needed
Guillem Jover
1
-0
/
+3
2015-05-18
scripts: Document dpkg version when module versions got bumped
Guillem Jover
31
-70
/
+66
2015-05-18
Dpkg::Dist::Files: Allow ~ in added filenames
Guillem Jover
1
-1
/
+1
2015-05-18
scripts: Say METHODS instead of FUNCTIONS or OBJECT FOO in POD section titles
Guillem Jover
18
-22
/
+28
2015-05-18
Dpkg::IPC: Kill the process when reaching timeout in wait_child()
Guillem Jover
1
-3
/
+8
[next]