Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-10-16 | dh_makeshlibs: Suggest --no-add-udeb for some cases | Niels Thykier | 1 | -0/+7 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2019-09-08 | dh_makeshlibs: Fix regression with automatic udeb detection | Niels Thykier | 1 | -0/+2 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2019-09-01 | dh_makeshlibs: Disable control check with --add-udeb | Niels Thykier | 1 | -1/+1 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2019-08-19 | dh_makeshlibs: Always verify that all udeb libs are accounted for | Niels Thykier | 1 | -1/+1 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2019-08-19 | dh_makeshlibs: Avoid erroring out under the noudeb profile due to empty udebs | Niels Thykier | 1 | -8/+8 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2019-08-19 | dh_makeshlibs: Disable auto-filtering of libraries in udeb | Niels Thykier | 1 | -2/+5 | |
It cannot be implemented (at least not in this way) without breaking the noudeb profile and its requirements that deb packages are reproducible with and without the profile. Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2019-08-18 | dh_makeshlibs: Fix typo | Niels Thykier | 1 | -1/+1 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2019-08-18 | dh_makeshlibs: Restore "igore errors"-misfeature in compat 10 and earlier | Niels Thykier | 1 | -2/+9 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2019-08-17 | dh_makeshlibs: Fix bug in handling of -X | Niels Thykier | 1 | -1/+2 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2019-08-16 | dh_makeshlibs: Avoid including omitted libraries in the udeb on auto-detection | Niels Thykier | 1 | -4/+34 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2019-08-16 | dh_makeshlibs: Move objdump logic into _all_so_files | Niels Thykier | 1 | -18/+23 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2019-08-16 | dh_makeshlibs: Avoid shelling out to locate all SO files | Niels Thykier | 1 | -10/+23 | |
Also, remove undocumented and useless compat code. Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2019-08-16 | dh_makeshlibs: Fix bug in --no-add-udeb | Niels Thykier | 1 | -2/+2 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2019-08-06 | dh_makeshlibs: Fix typo | Niels Thykier | 1 | -1/+1 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2019-08-06 | dh_makeshlibs: Auto-detect udeb package for a deb | Niels Thykier | 1 | -4/+37 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2018-04-28 | dh_makeshlibs: Correct handling of default for -V vs. -V being omitted | Niels Thykier | 1 | -2/+6 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2018-04-28 | dh_makeshlibs: Gracefully handle multiple lib packages and explicit shlibs files | Niels Thykier | 1 | -9/+13 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2018-04-28 | dh_makeshlibs: Make -V(Upstream-Version) the default in compat 12 | Niels Thykier | 1 | -28/+76 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2018-01-22 | dh_makeshlibs: Fix --no-act | Niels Thykier | 1 | -4/+6 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2018-01-06 | dh_makeshlibs: Avoid duplicates for unversioned SONAMES in compat <= 11 | Niels Thykier | 1 | -1/+1 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2017-12-31 | dh_makeshlibs: In c12, avoid passing SONAME-less binaries to dpkg-gensymbols | Niels Thykier | 1 | -6/+7 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2017-12-31 | dh_makeshlibs: Find all unversioned SONAMES | Niels Thykier | 1 | -1/+2 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2017-12-31 | dh_makehshlibs: Fix typo in verbose message | Niels Thykier | 1 | -1/+1 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2017-12-31 | dh_makeshlibs: Optimize shlibs generation a bit | Niels Thykier | 1 | -10/+14 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2017-11-11 | dh_makeshlibs: Ignore non-ELF files even if named .so | Niels Thykier | 1 | -0/+1 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2017-11-11 | Make cross_command package specific | Niels Thykier | 1 | -1/+1 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2017-11-11 | dh_strip/dh_makeshlibs: Move cross_commands into DOPACKAGES loops | Niels Thykier | 1 | -2/+2 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2017-09-16 | dh_makeshlibs: Avoid warning about missing d/<pkg> dir | Niels Thykier | 1 | -1/+1 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2017-08-06 | dh_makeshlibs: Use qx_cmd in c11 | Niels Thykier | 1 | -1/+1 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2017-08-03 | Avoid shell when calling file+objdump | Niels Thykier | 1 | -1/+2 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2017-07-12 | reset_perm_and_owner: Use perl functions instead of fork+exec | Niels Thykier | 1 | -1/+1 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2017-07-07 | Dh_Lib: Embed tool versions into auto-generated snippets | Niels Thykier | 1 | -0/+2 | |
Use $main::VERSION to determine the version of the tool and embed that into auto-generated snippets (e.g. via autoscript). This enables lintian to extract the tool + version and display it on: https://lintian.debian.org/tags/debhelper-autoscript-in-maintainer-scripts.html Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2017-07-03 | Set Emacs file variables directory-wide | Sven Joachim | 1 | -6/+0 | |
Set the local variables for Emacs in the central placed intended for it, rather than in (currently) 95 individual files. Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2017-06-26 | Avoid fork+exec for rm -f and ln -s in non-deprecated tools | Niels Thykier | 1 | -2/+2 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2017-04-01 | Fix typo in a comment | Niels Thykier | 1 | -1/+1 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2016-10-02 | Dh_Lib: Add a reset_perm_and_owner function | Niels Thykier | 1 | -2/+1 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2016-10-02 | Refactor install_dir usage to avoid the "if -d " tests | Niels Thykier | 1 | -6/+2 | |
They were not needed in the first place (as "install -d" DTRT). Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2016-10-01 | Add a dash in --no-scripts and --only-scripts for consistency | Niels Thykier | 1 | -3/+3 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2016-04-03 | dh_makeshlibs: Special case unversioned SO with symbols | Niels Thykier | 1 | -7/+15 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2016-04-03 | dh_makeshlibs: Use the same SONAME regex as dpkg-shlibdeps | Niels Thykier | 1 | -2/+2 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2016-04-03 | dh_makeshlibs: Fix indentation issue | Niels Thykier | 1 | -4/+4 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2016-02-21 | dh_makeshlibs: Update documentation on the ldconfig trigger | Niels Thykier | 1 | -2/+4 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2016-01-02 | Drop support for compat level 3 | Niels Thykier | 1 | -4/+2 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2015-09-10 | dh_makeshlibs: Use ldconfig trigger instead of maintscripts | Niels Thykier | 1 | -5/+8 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2015-08-18 | Revert "dh_makeshlibs [compat 10]: Pass -X to ldconfig" | Niels Thykier | 1 | -7/+2 | |
This reverts commit 3543394784238e0f0c75988bb7a647fab0d8c26c. The glibc maintainers said this change would not make sense to deploy in debhelper. Instead, the change (if any) should be done on the glibc side. | |||||
2015-08-10 | dh_makeshlibs: Call dpkg-gensymbols on all libs even on error | Niels Thykier | 1 | -4/+9 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2015-07-21 | dh_makeshlibs: Fix uninitialise warning on error | Niels Thykier | 1 | -1/+1 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2015-07-01 | Migrate to use warnings and use parent | Niels Thykier | 1 | -1/+2 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2015-06-13 | dh_makesshibs: Fix typo in manpage | Niels Thykier | 1 | -1/+1 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2015-05-01 | dh_makeshlibs: Do not inject multiarch-support in misc:Pre-Depends anymore | Guillem Jover | 1 | -13/+0 | |
This transition has long been completed. The version introducing this change was 8.1.3 shipped with squeeze, the release that included the relevant changes in glibc and the dynamic linker. Signed-off-by: Niels Thykier <niels@thykier.net> |