Age | Commit message (Expand) | Author | Files | Lines |
2017-08-24 | Support building on case-insensitive filesystems | Geoffrey Thomas | 18 | -4105/+0 |
2017-08-07 | Dh_Lib: Make qx_cmd emulate wantarray behaviour of qx | Niels Thykier | 1 | -3/+8 |
2017-08-03 | Dh_Lib: Introduce qx_cmd | Niels Thykier | 1 | -1/+14 |
2017-08-01 | Fix typo | Niels Thykier | 1 | -1/+1 |
2017-08-01 | Dh_Lib: Fix inverted boolean logic | Niels Thykier | 1 | -1/+1 |
2017-07-31 | Revert "dh_auto_configure: Expand ${prefix} uses" | Niels Thykier | 1 | -9/+8 |
2017-07-30 | Dh_Lib: Force doit to not use shells with exec | Niels Thykier | 1 | -1/+3 |
2017-07-29 | cmake: Disable user package registry | Niels Thykier | 1 | -0/+2 |
2017-07-29 | cmake: Pass -DCMAKE_INSTALL_RUNSTATEDIR=/run [c11] | Niels Thykier | 1 | -0/+4 |
2017-07-27 | dh_auto_configure: Expand ${prefix} uses | Isaac Jurado | 1 | -8/+9 |
2017-07-22 | dh: Provide a better error on missing d/control | Niels Thykier | 1 | -4/+8 |
2017-07-22 | Dh_Lib: Add stub default_sourcedir function | Niels Thykier | 1 | -1/+9 |
2017-07-22 | Dh_Lib: Make getpackages() return *all* packages | Niels Thykier | 1 | -1/+1 |
2017-07-22 | Dh_Lib: (Mostly) avoid shell forking when installing maintscripts | Niels Thykier | 1 | -4/+17 |
2017-07-22 | autoscript: Support hashref for substitution | Niels Thykier | 1 | -1/+10 |
2017-07-22 | Dh_Lib: Avoid forking 2-7 processes in autoscript with sub | Niels Thykier | 1 | -17/+38 |
2017-07-22 | Dh_Lib: Fix shell bug and add stdout redirect | Niels Thykier | 1 | -14/+38 |
2017-07-22 | Buildsystem: Include documentation of new method | Niels Thykier | 1 | -0/+3 |
2017-07-22 | Buildsystem: Add complex_doit_in_builddir | Niels Thykier | 2 | -0/+20 |
2017-07-22 | Buildsystem: Refactor doit_in_* methods | Niels Thykier | 1 | -51/+23 |
2017-07-16 | Buildsystem: Use install_dir instead of doit(mkdir) | Niels Thykier | 1 | -1/+1 |
2017-07-15 | {autoconf,meson,cmake}: Avoid forking shell via doit | Niels Thykier | 3 | -5/+5 |
2017-07-15 | Dh_Lib: Make pkgfile ignore .debhelper files | Niels Thykier | 1 | -1/+3 |
2017-07-15 | Dh_Lib: Use bsd_glob in pkgfile | Niels Thykier | 1 | -2/+2 |
2017-07-13 | install_{file,lib,prog}: Replace dangling symlinks | Niels Thykier | 1 | -0/+6 |
2017-07-12 | reset_perm_and_owner: Use perl functions instead of fork+exec | Niels Thykier | 1 | -2/+18 |
2017-07-07 | Dh_Lib.pm: Avoid discouraged "use vars" | Niels Thykier | 1 | -1/+1 |
2017-07-07 | Dh_Lib: Embed tool versions into auto-generated snippets | Niels Thykier | 1 | -5/+28 |
2017-07-03 | Set Emacs file variables directory-wide | Sven Joachim | 17 | -102/+0 |
2017-06-30 | Test::DH: Prove a run_dh_tool sub that DTRT | Niels Thykier | 1 | -1/+1 |
2017-06-30 | Revert "glob_expand: Special-case "." as dir" | Niels Thykier | 1 | -3/+1 |
2017-06-29 | Phase out perl -I. in compat 11 | Niels Thykier | 2 | -4/+7 |
2017-06-29 | Disable PERL_USE_UNSAFE_INC in compat 11 | Niels Thykier | 1 | -1/+1 |
2017-06-29 | glob_expand: Special-case "." as dir | Niels Thykier | 1 | -1/+3 |
2017-06-28 | Dh_Lib: Make file(double)array support using glob_expand | Niels Thykier | 1 | -8/+15 |
2017-06-28 | Dh_Lib: Add new glob_expand method | Niels Thykier | 1 | -1/+45 |
2017-06-28 | Refactor handling of $skip_install tests | Niels Thykier | 1 | -1/+13 |
2017-06-27 | Dh_Lib: Export is_build_profile_active | Niels Thykier | 1 | -1/+1 |
2017-06-27 | Dh_Lib: Add is_build_profile_active | Niels Thykier | 1 | -0/+10 |
2017-06-27 | Dh_Lib: Explicitly return at the end of get_buildoptions | Niels Thykier | 1 | -0/+1 |
2017-06-27 | Dh_Lib: Work around emacs code highlight | Niels Thykier | 1 | -1/+1 |
2017-06-26 | xargs(): Support inserting things anywhere | Niels Thykier | 1 | -5/+31 |
2017-06-26 | Dh_Lib: Rename sub to on_items_in_parallel | Niels Thykier | 1 | -3/+6 |
2017-06-26 | make_symlink: Avoid unnecessary stat calls | Niels Thykier | 1 | -7/+13 |
2017-06-26 | Avoid fork+exec for rm -f and ln -s in non-deprecated tools | Niels Thykier | 1 | -2/+2 |
2017-06-26 | Dh_Lib: Add rm_files and make_symlink_raw_target | Niels Thykier | 1 | -0/+25 |
2017-06-25 | Dh_Lib: Fail if open or close fails | Niels Thykier | 1 | -2/+2 |
2017-06-25 | Dh_Lib: Fix rounding error causing off-by-one threads | Niels Thykier | 1 | -1/+1 |
2017-06-25 | Dh_Lib: inhibit log in child processes | Niels Thykier | 1 | -0/+2 |
2017-06-25 | Dh_Lib: Use File::Path instead of "install -d" | Niels Thykier | 1 | -3/+24 |