summaryrefslogtreecommitdiff
path: root/lib/Debian/Debhelper/Dh_Lib.pm
AgeCommit message (Expand)AuthorFilesLines
2018-08-04dh: Support autoloading sequences via Build-DependsNiels Thykier1-1/+20
2018-06-30Dh_Lib.pm: Fix comment handling at EOF in d/controlNiels Thykier1-1/+8
2018-06-30Restore glob error handling for documentation dh_* toolsNiels Thykier1-1/+15
2018-06-24Dh_Lib: Correct assignment of $build_profilesNiels Thykier1-1/+1
2018-06-23Dh_Lib: Ensure (X-)Package-Type appear at most once per binaryNiels Thykier1-0/+5
2018-06-23Dh_Lib: Align binary package stanza parser with deb822 rulesNiels Thykier1-42/+74
2018-06-23Dh_Lib: Align source stanza parser with deb822 rulesNiels Thykier1-22/+52
2018-06-23Dh_Lib: Ensure package names are validNiels Thykier1-0/+9
2018-06-23Dh_Lib: Avoid forking a shell for executable dh config filesNiels Thykier1-1/+1
2018-06-23debhelper.pod: Make a dedicated subsection to exec config filesNiels Thykier1-0/+2
2018-06-23Dh_Lib: Provide a more helpful error message for exec-config filesNiels Thykier1-1/+23
2018-06-23Dh_Lib: Allow empty warning messages (for formatting purposes)Niels Thykier1-1/+2
2018-05-20Dh_Lib: Remove warning for using B-D on debhelper-compatNiels Thykier1-3/+0
2018-05-20Dh_Lib: Fix typo in a warning messageNiels Thykier1-1/+1
2018-05-20Dh_Lib: Permit 0 or more leading space in the Section fieldNiels Thykier1-9/+9
2018-05-18Dh_Lib.pm: Add "is_empty_dir"Niels Thykier1-0/+18
2018-05-18Dh_Lib.pm: Remove unused functionNiels Thykier1-14/+0
2018-05-18Dh_Lib: Reorganise importsNiels Thykier1-30/+133
2018-05-10Allow whitespace around the debhelper-compat B-D.Peter Pentchev1-1/+2
2018-05-10Lay the groundwork for testing debhelper-compat.Peter Pentchev1-1/+14
2018-05-03rename_path: Fall back to mv when errno is EXDEVNiels Thykier1-3/+11
2018-04-05Dh_Lib.pm: Properly handle packages with version "0"Niels Thykier1-5/+6
2018-03-29Dh_Lib: Avoid load-time dependency on d/controlNiels Thykier1-0/+4
2018-03-29make_symlink: Fix corner cases for link namesNiels Thykier1-5/+13
2018-02-26Dh_Lib: Fix invalid parameter for package_cross_typeNiels Thykier1-1/+1
2018-02-25Dh_Lib: add warning for d-compat B-Ds being experimentalNiels Thykier1-0/+3
2018-02-24Dh_Lib: Ensure that debhelper-compat is in Build-DependsNiels Thykier1-36/+47
2018-02-24Prototype; extract compat level from build-dependsNiels Thykier1-8/+64
2018-02-18Dh_Lib: make pkgfile rely on package_cross_typeNiels Thykier1-4/+6
2018-01-31Dh_Lib: Fix typo in verbose outputNiels Thykier1-1/+1
2018-01-28Rely on DEB_RULES_REQUIRES_ROOT for R³ supportNiels Thykier1-26/+21
2018-01-28Drop support for DPKG_GAIN_ROOT_COMMANDNiels Thykier1-1/+1
2018-01-28Drop obsolete constantNiels Thykier1-3/+0
2018-01-24Dh_Lib: Fix regression in handling of "foo{bar}" globsNiels Thykier1-2/+8
2018-01-20Dh_Lib: Print environment changes when printing *doit commandsNiels Thykier1-0/+19
2018-01-06dh_installdeb/Dh_Lib: Fix bug in merge of multiple autoscriptsNiels Thykier1-1/+1
2018-01-04Dh_Lib: Guard against invalid "snippet-order" values in autoscriptNiels Thykier1-0/+2
2018-01-03Dh_Lib: Support ordering for service handling autosnippetsNiels Thykier1-19/+59
2018-01-02R³ support: DPKG_GAIN_ROOT_CMD => DEB_GAIN_ROOT_CMDNiels Thykier1-1/+1
2017-12-31Dh_Lib: Make "exit 1" the default value for ERROR_HANDLERNiels Thykier1-1/+1
2017-12-30Dh_Lib: doit - support update_env to change child %ENVNiels Thykier1-0/+9
2017-11-25dh_installdeb: Basic validation of {rm,mv}_conffileNiels Thykier1-0/+7
2017-11-11dh_builddeb: Avoid using an undefined value as an ARRAY referenceNiels Thykier1-0/+2
2017-11-11isnative: Use Dpkg module directly instead of dpkg-parsechangelogNiels Thykier1-3/+13
2017-11-11Replace some string evals with a simple requireNiels Thykier1-4/+4
2017-11-11Dh_Lib: Avoid confusing buildX() that were actually hostX()Niels Thykier1-20/+21
2017-11-11Make cross_command package specificNiels Thykier1-1/+6
2017-11-11Add PoC support for building DEB_TARGET during cross buildsNiels Thykier1-8/+41
2017-11-04Make dbgsym Package-Type (almost) configurableNiels Thykier1-1/+11
2017-10-28Remove support for named compat levelsNiels Thykier1-13/+1