index
:
dpkg
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
Dpkg
/
Source
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-10
Consistently use proper quotation marks all over the place
Guillem Jover
11
-47
/
+51
2015-03-31
Dpkg::Source::Patch: Add missing preposition in error message
Guillem Jover
1
-1
/
+2
2015-03-31
Say directory instead of dir in output messages
Guillem Jover
2
-3
/
+3
2015-03-31
scripts: Uppercase field names in error messages
Guillem Jover
1
-1
/
+2
2015-03-30
perl: Rework use and exporter declarations
Guillem Jover
12
-58
/
+63
2015-02-11
Dpkg::Source::Package: Add ‘.mailmap’ to the default ignore lists
Guillem Jover
1
-1
/
+2
2015-01-28
scripts: Remove unused «use Dpkg»
Guillem Jover
7
-7
/
+0
2015-01-28
Dpkg::Source::Package::V2: Use TMPDIR instead of manually setting DIR
Guillem Jover
1
-1
/
+1
2015-01-28
Dpkg::Source::Patch: Enable sub-second timestamps with Time::HiRes
Guillem Jover
1
-2
/
+1
2015-01-28
perl: Switch from legacy File::Path functions to new ones
Guillem Jover
2
-6
/
+6
2015-01-28
Dpkg: Use shift instead of @_ on single argument unpacking
Guillem Jover
8
-34
/
+36
2015-01-28
scripts: Rename and deprecate _g function with g_
Guillem Jover
12
-260
/
+260
2014-10-23
Dpkg::Source::Package::V2: Allow detached upstream signatures
Guillem Jover
1
-2
/
+21
2014-10-12
scripts: Document all public module versions in a CHANGES section
Guillem Jover
1
-0
/
+4
2014-10-12
scripts: Do not modify the topic variable values in list functions
Guillem Jover
1
-1
/
+2
2014-10-06
Dpkg::Source::Patch: Switch remaining topic to named variable in analyze()
Guillem Jover
1
-8
/
+8
2014-10-06
scripts: Unpack arguments instead of accessing @_ directly
Guillem Jover
2
-6
/
+7
2014-10-06
Dpkg::Source::Package: Use a simple string match instead of a regex
Guillem Jover
3
-17
/
+17
2014-10-06
perl: Use length instead of /^$/ to test for an empty string
Guillem Jover
2
-5
/
+9
2014-10-06
Dpkg::Source::Package::V2: Rename %origtar to %addonfile
Guillem Jover
1
-8
/
+8
2014-10-06
perl: Do not use the topic variable unnecessarily
Guillem Jover
3
-7
/
+7
2014-10-06
scripts: Use named variables instead of using the topic variable
Guillem Jover
4
-34
/
+46
2014-10-06
dpkg-source: Fix perl warning when typing Ctrl-D on patch name prompt
Guillem Jover
1
-1
/
+3
2014-08-19
scripts: Revert some unsafe //= usages back to ||=
Guillem Jover
2
-3
/
+3
2014-08-15
scripts: Use length instead of defined when checking environment variables
Guillem Jover
1
-1
/
+1
2014-08-15
Dpkg::Source::Archive: Use tar --format=gnu when creating archives
Jan Blunck
1
-1
/
+1
2014-08-09
Dpkg::Path: Change find_command() to handle an empty or undef argument
Guillem Jover
1
-1
/
+1
2014-08-09
Dpkg::Source::Archive: Delete the current compressor SIGPIPE disposition
Guillem Jover
1
-1
/
+1
2014-08-09
scripts: Use // instead of || where appropriate
Guillem Jover
1
-2
/
+2
2014-08-09
scripts: Use //= instead of ||= when appropriate
Guillem Jover
4
-15
/
+15
2014-08-09
scripts: Use //= instead of explicit defined or exists checks
Guillem Jover
4
-39
/
+23
2014-08-09
dpkg-source: Print the correct removed binary filename with --include-removal
Guillem Jover
2
-20
/
+23
2014-08-09
Dpkg::Source::Quilt: Clarify error message when patches fail to apply
Guillem Jover
1
-1
/
+1
2014-08-09
Dpkg::Source::Patch: Add comment about ignoring the Index: pseudo-header
Guillem Jover
1
-1
/
+4
2014-08-09
Use https:// URLs instead of http:// when possible (round two)
Guillem Jover
1
-1
/
+1
2014-06-05
Dpkg::Source::Patch: Fix patch header parsing to avoid directory traversals
Guillem Jover
1
-1
/
+1
2014-05-27
Replace non-breaking spaces with ASCII spaces
Guillem Jover
1
-1
/
+1
2014-06-02
Dpkg::Source::Package::V2: Do not assume sensible-editor is present
Guillem Jover
1
-2
/
+10
2014-05-17
Dpkg::Source::Quilt: Refactor register() and unregister() methods
Guillem Jover
2
-58
/
+71
2014-05-17
Dpkg::Source::Package::V3::Quilt: Handle series files with no final newline
Guillem Jover
1
-2
/
+7
2014-05-17
Dpkg::Source::Package::V3::Quilt: Refactor _load_file()
Guillem Jover
1
-4
/
+12
2014-05-17
Dpkg::Source::Quilt: Rename write_db() to save_db()
Guillem Jover
2
-5
/
+5
2014-05-17
Dpkg::Source::Quilt: Refactor write_patch_list()
Guillem Jover
1
-6
/
+11
2014-05-17
scripts: Switch unused capturing groups to non-capturing ones
Guillem Jover
3
-3
/
+3
2014-05-06
dpkg-source: unpack additional tarballs in a deterministic order
Raphaël Hertzog
1
-1
/
+1
2014-04-30
Dpkg::Source::Patch: Outright reject C-style filenames in patches
Guillem Jover
1
-31
/
+1
2014-04-28
Dpkg::Source::Patch: Correctly parse C-style diff filenames
Guillem Jover
1
-10
/
+49
2014-04-21
dpkg-source: Add a new extraction --ignore-bad-version option
Guillem Jover
3
-1
/
+16
2014-04-21
dpkg-source: Improve warning message when ignoring file removals
Moritz Muehlenhoff
1
-1
/
+1
2014-04-21
scripts: Add a space after comma
Guillem Jover
1
-1
/
+1
[next]