summaryrefslogtreecommitdiff
path: root/dh_shlibdeps
Commit message (Collapse)AuthorAge
* r338: * Patch from Jorgen `forcer' Schaefer <forcer at mindless.com> (muchjoey2000-03-02
| | | | | | | | | | | | | | | | | modified)to make dh_installwm use new window manager registration method, update-alternatives. Closes: #52156, #34684 (latter bug is obsolete) * Fixed $dh{flavor} to be upper-case. * Deprecated dh_installemavcsen --number; use --priority instead. Also, the option parser requires the parameter be a number now. And, dh_installwm now accepts --priority, and window manager packages should start using it. * dh_installwm now behaves like a proper debhelper command, and reads debian/<package>.wm too. This is a small behavior change; filenames specified on the command line no longer apply to all packages it acts on. I can't belive this program existed for 2 years with such a glaring problem; I guess most people don't need ot register 5 wm's in 3 sub-packages. Anyway, it can handle such things now. :-) * Moved Dh_*.pm to /usr/lib/perl5/Debian/Debhelper. *big* change.
* r317: * Added -X option, which makes it not examine some files. This is ↵joey1999-11-29
| | | | | | | | | useful in rare cases. Closes: #51100 * Always pass "-dDepends" before the list of files, which makes it easier to specify other -d parameters in the uparams, and doesn't otherwise change the result at all.
* r302: * dh_shlibdeps: added -l option, which lets you specify a path thatjoey1999-11-04
| | | | | | | | | | | | | | LD_LIBRARY_PATH is then set to when dpkg-shlibdeps is run. This should make it easier for library packages that also build binary packages to be built with correct dependancies. Closes: #36751 * In honor of Burn all GIFs Day (hi Don!), I added alternative image formats .png, .jpg (and .jpeg) to the list of extentions dh_compress does not compress. Closes: #41733 * Also, made all extentions dh_compress skips be looked at case insensitively. * dh_movefiles: force owner and group of installed files to be root. Closes: #46039 * Closes: #42650, #47175 -- they've been fixed forever.
* r280: * Oops. Fixed dh_shlibdeps so it actually generates dependancies, ↵joey1999-09-19
| | | | | | broke in last version.
* r278: * dh_shlibdeps: detect statically linked binaries and don't pass ↵joey1999-09-17
| | | | | | them to dpkg-shlibdeps.
* r264: * dh_shlibdeps: Fixed quoting problem that made it fail on weird ↵joey1999-09-02
| | | | | | file names. Patch from Devin Carraway <debianbug-debhelper@devin.com>, Closes: #44016
* r11: Initial revisionjoey1999-08-17