diff options
author | joey <joey> | 1999-11-04 23:51:29 +0000 |
---|---|---|
committer | joey <joey> | 1999-11-04 23:51:29 +0000 |
commit | ce53cf82751a1711e02152b25ac2f14810e0e020 (patch) | |
tree | 6a72250edd27229e15528f0f7021b2e7d1bd6d77 /dh_compress.1 | |
parent | 067a26d8a40fa40003e0c9b2dfbfa76af71bf59e (diff) | |
download | debhelper-ce53cf82751a1711e02152b25ac2f14810e0e020.tar.gz |
r302: * dh_shlibdeps: added -l option, which lets you specify a path that
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.
Diffstat (limited to 'dh_compress.1')
-rw-r--r-- | dh_compress.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dh_compress.1 b/dh_compress.1 index 731409b5..e37f040c 100644 --- a/dh_compress.1 +++ b/dh_compress.1 @@ -32,8 +32,8 @@ customization of what files are compressed: find usr/info usr/share/info usr/man usr/share/man usr/X11*/man -type f ! -name "*.gz" find usr/doc usr/share/doc -type f \\ \\( -size +4k -or -name "changelog*" \\) \\ - \\( -name changelog.html -or ! -name "*.htm*" \\) \\ - ! -name "*.gif" ! -iname "*.gz" \\ + \\( -name changelog.html -or ! -iname "*.htm*" \\) \\ + ! -iname "*.gif" ! -iname "*.png" ! -iname "*.jpg" ! -iname "*.jpeg" ! -iname "*.gz" \\ ! -iname "*.taz" ! -iname "*.tgz" ! -iname "*.z" \\ ! -name "copyright" .SH OPTIONS |