summaryrefslogtreecommitdiff
path: root/dh_shlibdeps
AgeCommit message (Expand)AuthorFilesLines
2019-07-16dh_{shlibdeps,strip}: Remove regex anchor to fix regressionNiels Thykier1-1/+1
2019-07-13dh_{shlibdeps,strip}: Pass --no-sandbox to file under fakerootNiels Thykier1-2/+3
2019-07-13dh_shlibdeps: Refactor to avoid repeating the same code snippetNiels Thykier1-6/+10
2019-07-13dh_{shlibdeps,strip}: Use file --brief and anchor output parsing regexesNiels Thykier1-4/+4
2017-12-31Replace some ad-hoc checks with excludefile()Niels Thykier1-5/+3
2017-09-16Use file header instead of filenames to detect ELF [c11]Niels Thykier1-12/+52
2017-09-14dh_shlibdeps: Disable unused file(1) testsNiels Thykier1-1/+2
2017-08-03Avoid shell when calling file+objdumpNiels Thykier1-1/+1
2017-07-07Dh_Lib: Embed tool versions into auto-generated snippetsNiels Thykier1-0/+2
2017-07-03Set Emacs file variables directory-wideSven Joachim1-6/+0
2017-06-26dh_dhlibdeps: Use a strict whitelist debug dirs to skipNiels Thykier1-1/+3
2017-06-26Revert "dh_shlibdeps: Avoid calling file(1) on debug symbols"Niels Thykier1-1/+1
2017-06-24dh_shlibdeps: Re-indent codeNiels Thykier1-39/+39
2017-06-24dh_shlibdeps: Run in parallelNiels Thykier1-1/+3
2017-06-24dh_shlibdeps: Avoid calling file(1) on debug symbolsNiels Thykier1-1/+1
2017-06-04dh_shlipdeps: Avoid creating d/pkg/DEBIAN if not neededNiels Thykier1-3/+4
2016-10-02Refactor install_dir usage to avoid the "if -d " testsNiels Thykier1-6/+2
2016-07-08dh_shlibdeps: Clarify that -L is also useful with shlibs.localNiels Thykier1-1/+2
2015-09-06dh_shlibdeps: Accept -L multiple timesNiels Thykier1-5/+8
2015-07-01Migrate to use warnings and use parentNiels Thykier1-1/+2
2015-01-08Replace more doit('install' ...) calls to install_XNiels Thykier1-1/+1
2015-01-01Add editor hints to the end of all perl modules and scriptsNiels Thykier1-0/+6
2015-01-01dh_shlibdeps: Recognise .node files as SO filesNiels Thykier1-1/+1
2013-12-27dh_shlibdeps: Use new dpkg-shlibdeps -l option instead of LD_LIBRARY_PATHGuillem Jover1-31/+8
2013-02-09Avoid find -perm +mode breakage caused by findutils 4.5.11, by instead using ...Joey Hess1-1/+1
2012-07-05dh_shlibdeps: Warn if -V flag is passed, to avoid it accidentially being used...Joey Hess1-0/+4
2010-11-02Apply manual pages conventionsDavid Prévot1-14/+14
2010-08-17Man page fixes about what program -u passes params to. Closes: #593342Joey Hess1-1/+1
2009-11-04Add deprecation warnings for -u to the documentation, since putting options a...Joey Hess1-6/+9
2009-06-28dh_shlibdeps: Ensure DEBIAN directory exists, as dpkg-shlibdeps prints a conf...Joey Hess1-0/+5
2009-06-10dh_shlibdeps: run dpkg-shlibdeps on OCaml's *.cmxs filesJoey Hess1-1/+1
2009-03-07dh_makeshlibs: Re-add --add-udeb support. Closes: #518655Joey Hess1-1/+0
2008-10-21Move many command-specific options to only be accepted by the command that us...Joey Hess1-2/+7
2008-01-25* dh_shlibdeps: Add emul to exclude list.Joey Hess1-1/+1
2008-01-20* dh_shlibdeps: Rather than skipping everything in /usr/lib/debug,Joey Hess1-1/+3
2008-01-04* dh_shlibdeps: Change "-L pkg" to cause "-Sdebian/pkg" to be passed toJoey Hess1-4/+11
2008-01-04* dh_shlibdeps: Update documentation for -L and -l. dpkg-shlibdeps is nowJoey Hess1-15/+15
2006-01-28r1872: * dh_shlibdeps: pass -tudeb to dpkg-shlibdeps for udebs. Closes: #345472joeyh1-0/+2
2005-09-07r1785: * dh_shlibdeps: Avoid a use strict warning in some cases if joey1-1/+6
2005-04-22r1754: * Man page typo fixes. Closes: #305809, #305804, #305815, #305810joey1-2/+2
2005-04-22r1753: * The infinite number of monkeys release.joey1-1/+1
2004-11-30r1726: releasing version 4.2.254.2.25joey1-3/+11
2004-07-30r1710: * Add dh_shlibdeps see also. Closes: #261367joey1-1/+1
2004-02-12r1661: * dh_shlibdeps: Turn on for udebs. It's often wrong (and ignored by...version_4.2.2joey1-2/+0
2004-02-09r1655: * Added udeb support, as pioneered by di-packages-build. Understandsversion_4.2.0joey1-0/+2
2003-10-14r1614: * Patch from Andrew Suffield <asuffield@debian.org> to make dh_stripversion_4.1.76joey1-1/+1
2003-08-31r1602: typojoey1-1/+1
2003-03-03r576: * Rename debhelper.1 to debhelper.7.joey1-1/+1
2002-11-11r560: * typo in dh_shlibdeps(1), Closes: #167421joey1-1/+1
2002-07-25r540: * Added a -L flag to dh_shlibdeps that is a nice alternative to prov...joey1-2/+31