index
:
debhelper
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Debian
/
Debhelper
/
Dh_Lib.pm
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-04
dh: Support autoloading sequences via Build-Depends
Niels Thykier
1
-1
/
+20
2018-06-30
Dh_Lib.pm: Fix comment handling at EOF in d/control
Niels Thykier
1
-1
/
+8
2018-06-30
Restore glob error handling for documentation dh_* tools
Niels Thykier
1
-1
/
+15
2018-06-24
Dh_Lib: Correct assignment of $build_profiles
Niels Thykier
1
-1
/
+1
2018-06-23
Dh_Lib: Ensure (X-)Package-Type appear at most once per binary
Niels Thykier
1
-0
/
+5
2018-06-23
Dh_Lib: Align binary package stanza parser with deb822 rules
Niels Thykier
1
-42
/
+74
2018-06-23
Dh_Lib: Align source stanza parser with deb822 rules
Niels Thykier
1
-22
/
+52
2018-06-23
Dh_Lib: Ensure package names are valid
Niels Thykier
1
-0
/
+9
2018-06-23
Dh_Lib: Avoid forking a shell for executable dh config files
Niels Thykier
1
-1
/
+1
2018-06-23
debhelper.pod: Make a dedicated subsection to exec config files
Niels Thykier
1
-0
/
+2
2018-06-23
Dh_Lib: Provide a more helpful error message for exec-config files
Niels Thykier
1
-1
/
+23
2018-06-23
Dh_Lib: Allow empty warning messages (for formatting purposes)
Niels Thykier
1
-1
/
+2
2018-05-20
Dh_Lib: Remove warning for using B-D on debhelper-compat
Niels Thykier
1
-3
/
+0
2018-05-20
Dh_Lib: Fix typo in a warning message
Niels Thykier
1
-1
/
+1
2018-05-20
Dh_Lib: Permit 0 or more leading space in the Section field
Niels Thykier
1
-9
/
+9
2018-05-18
Dh_Lib.pm: Add "is_empty_dir"
Niels Thykier
1
-0
/
+18
2018-05-18
Dh_Lib.pm: Remove unused function
Niels Thykier
1
-14
/
+0
2018-05-18
Dh_Lib: Reorganise imports
Niels Thykier
1
-30
/
+133
2018-05-10
Allow whitespace around the debhelper-compat B-D.
Peter Pentchev
1
-1
/
+2
2018-05-10
Lay the groundwork for testing debhelper-compat.
Peter Pentchev
1
-1
/
+14
2018-05-03
rename_path: Fall back to mv when errno is EXDEV
Niels Thykier
1
-3
/
+11
2018-04-05
Dh_Lib.pm: Properly handle packages with version "0"
Niels Thykier
1
-5
/
+6
2018-03-29
Dh_Lib: Avoid load-time dependency on d/control
Niels Thykier
1
-0
/
+4
2018-03-29
make_symlink: Fix corner cases for link names
Niels Thykier
1
-5
/
+13
2018-02-26
Dh_Lib: Fix invalid parameter for package_cross_type
Niels Thykier
1
-1
/
+1
2018-02-25
Dh_Lib: add warning for d-compat B-Ds being experimental
Niels Thykier
1
-0
/
+3
2018-02-24
Dh_Lib: Ensure that debhelper-compat is in Build-Depends
Niels Thykier
1
-36
/
+47
2018-02-24
Prototype; extract compat level from build-depends
Niels Thykier
1
-8
/
+64
2018-02-18
Dh_Lib: make pkgfile rely on package_cross_type
Niels Thykier
1
-4
/
+6
2018-01-31
Dh_Lib: Fix typo in verbose output
Niels Thykier
1
-1
/
+1
2018-01-28
Rely on DEB_RULES_REQUIRES_ROOT for R³ support
Niels Thykier
1
-26
/
+21
2018-01-28
Drop support for DPKG_GAIN_ROOT_COMMAND
Niels Thykier
1
-1
/
+1
2018-01-28
Drop obsolete constant
Niels Thykier
1
-3
/
+0
2018-01-24
Dh_Lib: Fix regression in handling of "foo{bar}" globs
Niels Thykier
1
-2
/
+8
2018-01-20
Dh_Lib: Print environment changes when printing *doit commands
Niels Thykier
1
-0
/
+19
2018-01-06
dh_installdeb/Dh_Lib: Fix bug in merge of multiple autoscripts
Niels Thykier
1
-1
/
+1
2018-01-04
Dh_Lib: Guard against invalid "snippet-order" values in autoscript
Niels Thykier
1
-0
/
+2
2018-01-03
Dh_Lib: Support ordering for service handling autosnippets
Niels Thykier
1
-19
/
+59
2018-01-02
R³ support: DPKG_GAIN_ROOT_CMD => DEB_GAIN_ROOT_CMD
Niels Thykier
1
-1
/
+1
2017-12-31
Dh_Lib: Make "exit 1" the default value for ERROR_HANDLER
Niels Thykier
1
-1
/
+1
2017-12-30
Dh_Lib: doit - support update_env to change child %ENV
Niels Thykier
1
-0
/
+9
2017-11-25
dh_installdeb: Basic validation of {rm,mv}_conffile
Niels Thykier
1
-0
/
+7
2017-11-11
dh_builddeb: Avoid using an undefined value as an ARRAY reference
Niels Thykier
1
-0
/
+2
2017-11-11
isnative: Use Dpkg module directly instead of dpkg-parsechangelog
Niels Thykier
1
-3
/
+13
2017-11-11
Replace some string evals with a simple require
Niels Thykier
1
-4
/
+4
2017-11-11
Dh_Lib: Avoid confusing buildX() that were actually hostX()
Niels Thykier
1
-20
/
+21
2017-11-11
Make cross_command package specific
Niels Thykier
1
-1
/
+6
2017-11-11
Add PoC support for building DEB_TARGET during cross builds
Niels Thykier
1
-8
/
+41
2017-11-04
Make dbgsym Package-Type (almost) configurable
Niels Thykier
1
-1
/
+11
2017-10-28
Remove support for named compat levels
Niels Thykier
1
-13
/
+1
[next]