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
2013-05-08
Dpkg::Source::Patch: Use number separator to ease readability
Guillem Jover
1
-2
/
+2
2013-05-08
perl: Use correct comparison operator for each type
Guillem Jover
1
-1
/
+1
2013-05-08
perl: Slurp files more efficiently
Guillem Jover
1
-1
/
+2
2013-05-08
perl: Use the .. operator instead of C-style for loops
Guillem Jover
1
-5
/
+5
2013-05-08
perl: Remove unused variables
Guillem Jover
2
-2
/
+1
2013-05-04
Do not use double-quotes on strings that do not need interpolation
Guillem Jover
12
-385
/
+385
2013-04-30
Do not quote simple identifier hash keys in element accesses
Guillem Jover
11
-366
/
+366
2013-04-30
Do not quote simple identifier hash keys in initializations
Guillem Jover
8
-31
/
+31
2013-04-29
Dpkg: Use identifiers as key names whenever possible
Guillem Jover
3
-23
/
+23
2013-04-29
scripts: Use // operator instead of an explicit defined check
Guillem Jover
5
-12
/
+12
2013-04-29
scripts: Do not use sort directly on the return keyword
Guillem Jover
1
-1
/
+2
2013-04-29
scripts: Do not use "nested" functions as they are global
Guillem Jover
3
-90
/
+104
2013-04-28
Use proper variables instead of barewords for filehandles
Guillem Jover
8
-74
/
+81
2013-04-27
scripts: Restrict POSIX imports to :errno_h, :fcntl_h or :sys_wait_h
Guillem Jover
5
-5
/
+5
2013-04-27
scripts: Use getcwd from Cwd instead of POSIX
Guillem Jover
3
-3
/
+5
2013-04-19
Use just 'return' instead of 'return undef' in perl code
Guillem Jover
1
-4
/
+4
2013-04-19
test: Add new perl critic test case
Guillem Jover
1
-1
/
+1
2013-04-19
Remove Emacs and vim modelines
Guillem Jover
9
-9
/
+0
2013-03-18
scripts: Remove unused POSIX module usage
Guillem Jover
1
-1
/
+0
2013-03-18
Dpkg: Fix OpenPGP armored signature parsing
Guillem Jover
1
-1
/
+1
2012-08-03
Dpkg::Source::Quilt: ensure the target directory exist before copying files
Raphaël Hertzog
1
-0
/
+3
2012-06-30
Avoid full stop and double newline at the end of errors and warnings
Jonathan Nieder
3
-6
/
+7
2012-06-30
Dpkg::Source::Package: Do not assume $ENV{'HOME'} is defined
Niels Thykier
1
-1
/
+1
2012-06-29
dpkg-source: support new option --no-unapply-patches
Raphaël Hertzog
2
-6
/
+12
2012-06-29
Extract Dpkg::Source::Quilt out of Dpkg::Source::Package::V3::quilt
Raphaël Hertzog
2
-229
/
+377
2012-06-27
dpkg-source: enhance --commit to auto-whitelist modified binary files
Raphaël Hertzog
1
-1
/
+10
2012-06-27
Dpkg::Source::Package::V2: refactor the handling of binary files
Raphaël Hertzog
1
-46
/
+97
2012-06-27
Dpkg::Source::Functions::is_binary(): localize $_ to avoid side-effects
Raphaël Hertzog
1
-0
/
+1
2012-06-25
Dpkg::Source::Package: enable exit handlers for the commit operation
Raphaël Hertzog
2
-1
/
+10
2012-06-13
dpkg-source: keep the current patch header when regenerating the automatic patch
Raphaël Hertzog
1
-1
/
+9
2012-06-13
Dpkg::Source::Patch: let analyze() extract the patch header too
Raphaël Hertzog
1
-1
/
+8
2012-06-12
dpkg-source: 3.0 (quilt): restore quilt backup files after a failed patch
Raphaël Hertzog
1
-6
/
+45
2012-05-23
Dpkg::Source::Package: Do not obscure ‘require’ errors with custom errors
Thomas Adam
1
-1
/
+2
2011-12-23
dpkg-source: fix issue with relative filename given to --commit
Raphaël Hertzog
1
-1
/
+8
2011-12-15
Dpkg::Source::Package: Add missing parenthesis in find_command() call
Guillem Jover
1
-1
/
+1
2011-12-13
Do not use absolute paths for programs in perl and shell code
Guillem Jover
1
-3
/
+3
2011-10-06
dpkg-source: ignore changes on debian/patches/.dpkg-source-applied
Raphaël Hertzog
1
-1
/
+2
2011-09-27
dpkg-source: let --commit create debian/patches when required
Raphaël Hertzog
1
-0
/
+1
2011-09-27
dpkg-source: do not ignore the automatic patch when checking for unrecorded c...
Raphaël Hertzog
1
-7
/
+11
2011-08-23
dpkg-source: Make single-debian-patch not abort on upstream changes
Guillem Jover
2
-2
/
+3
2011-08-23
Dpkg::Source::Package: Use “-z” instead of “not -s”
Guillem Jover
2
-2
/
+2
2011-08-04
dpkg-source: simplify message pointing to dpkg-source --commit
Raphaël Hertzog
1
-1
/
+1
2011-08-03
dpkg-source: don't always print "local changes have been recorded in a new pa...
Raphaël Hertzog
1
-1
/
+2
2011-08-02
dpkg-source: clean up temporary file in case of interruption
Raphaël Hertzog
1
-0
/
+3
2011-08-01
dpkg-source: implement --commit and fail with unrecorded changes
Raphaël Hertzog
2
-10
/
+66
2011-08-01
Dpkg::Source::Package::V2: cleanup generate_patch()
Raphaël Hertzog
1
-9
/
+6
2011-08-01
Dpkg::Source::Package::V2: move logic to create patches in a separate function
Raphaël Hertzog
1
-36
/
+55
2011-08-01
Dpkg::Source::Package: replace register_autopatch() with register_patch()
Raphaël Hertzog
2
-34
/
+42
2011-08-01
dpkg-source: uniform handling of the patch header
Raphaël Hertzog
2
-56
/
+35
2011-07-19
dpkg-source: improve the error message "no orig.tar file found"
Raphaël Hertzog
1
-2
/
+13
[next]