summaryrefslogtreecommitdiff
path: root/Debian/Debhelper
AgeCommit message (Expand)AuthorFilesLines
2017-08-24Support building on case-insensitive filesystemsGeoffrey Thomas18-4105/+0
2017-08-07Dh_Lib: Make qx_cmd emulate wantarray behaviour of qxNiels Thykier1-3/+8
2017-08-03Dh_Lib: Introduce qx_cmdNiels Thykier1-1/+14
2017-08-01Fix typoNiels Thykier1-1/+1
2017-08-01Dh_Lib: Fix inverted boolean logicNiels Thykier1-1/+1
2017-07-31Revert "dh_auto_configure: Expand ${prefix} uses"Niels Thykier1-9/+8
2017-07-30Dh_Lib: Force doit to not use shells with execNiels Thykier1-1/+3
2017-07-29cmake: Disable user package registryNiels Thykier1-0/+2
2017-07-29cmake: Pass -DCMAKE_INSTALL_RUNSTATEDIR=/run [c11]Niels Thykier1-0/+4
2017-07-27dh_auto_configure: Expand ${prefix} usesIsaac Jurado1-8/+9
2017-07-22dh: Provide a better error on missing d/controlNiels Thykier1-4/+8
2017-07-22Dh_Lib: Add stub default_sourcedir functionNiels Thykier1-1/+9
2017-07-22Dh_Lib: Make getpackages() return *all* packagesNiels Thykier1-1/+1
2017-07-22Dh_Lib: (Mostly) avoid shell forking when installing maintscriptsNiels Thykier1-4/+17
2017-07-22autoscript: Support hashref for substitutionNiels Thykier1-1/+10
2017-07-22Dh_Lib: Avoid forking 2-7 processes in autoscript with subNiels Thykier1-17/+38
2017-07-22Dh_Lib: Fix shell bug and add stdout redirectNiels Thykier1-14/+38
2017-07-22Buildsystem: Include documentation of new methodNiels Thykier1-0/+3
2017-07-22Buildsystem: Add complex_doit_in_builddirNiels Thykier2-0/+20
2017-07-22Buildsystem: Refactor doit_in_* methodsNiels Thykier1-51/+23
2017-07-16Buildsystem: Use install_dir instead of doit(mkdir)Niels Thykier1-1/+1
2017-07-15{autoconf,meson,cmake}: Avoid forking shell via doitNiels Thykier3-5/+5
2017-07-15Dh_Lib: Make pkgfile ignore .debhelper filesNiels Thykier1-1/+3
2017-07-15Dh_Lib: Use bsd_glob in pkgfileNiels Thykier1-2/+2
2017-07-13install_{file,lib,prog}: Replace dangling symlinksNiels Thykier1-0/+6
2017-07-12reset_perm_and_owner: Use perl functions instead of fork+execNiels Thykier1-2/+18
2017-07-07Dh_Lib.pm: Avoid discouraged "use vars"Niels Thykier1-1/+1
2017-07-07Dh_Lib: Embed tool versions into auto-generated snippetsNiels Thykier1-5/+28
2017-07-03Set Emacs file variables directory-wideSven Joachim17-102/+0
2017-06-30Test::DH: Prove a run_dh_tool sub that DTRTNiels Thykier1-1/+1
2017-06-30Revert "glob_expand: Special-case "." as dir"Niels Thykier1-3/+1
2017-06-29Phase out perl -I. in compat 11Niels Thykier2-4/+7
2017-06-29Disable PERL_USE_UNSAFE_INC in compat 11Niels Thykier1-1/+1
2017-06-29glob_expand: Special-case "." as dirNiels Thykier1-1/+3
2017-06-28Dh_Lib: Make file(double)array support using glob_expandNiels Thykier1-8/+15
2017-06-28Dh_Lib: Add new glob_expand methodNiels Thykier1-1/+45
2017-06-28Refactor handling of $skip_install testsNiels Thykier1-1/+13
2017-06-27Dh_Lib: Export is_build_profile_activeNiels Thykier1-1/+1
2017-06-27Dh_Lib: Add is_build_profile_activeNiels Thykier1-0/+10
2017-06-27Dh_Lib: Explicitly return at the end of get_buildoptionsNiels Thykier1-0/+1
2017-06-27Dh_Lib: Work around emacs code highlightNiels Thykier1-1/+1
2017-06-26xargs(): Support inserting things anywhereNiels Thykier1-5/+31
2017-06-26Dh_Lib: Rename sub to on_items_in_parallelNiels Thykier1-3/+6
2017-06-26make_symlink: Avoid unnecessary stat callsNiels Thykier1-7/+13
2017-06-26Avoid fork+exec for rm -f and ln -s in non-deprecated toolsNiels Thykier1-2/+2
2017-06-26Dh_Lib: Add rm_files and make_symlink_raw_targetNiels Thykier1-0/+25
2017-06-25Dh_Lib: Fail if open or close failsNiels Thykier1-2/+2
2017-06-25Dh_Lib: Fix rounding error causing off-by-one threadsNiels Thykier1-1/+1
2017-06-25Dh_Lib: inhibit log in child processesNiels Thykier1-0/+2
2017-06-25Dh_Lib: Use File::Path instead of "install -d"Niels Thykier1-3/+24