diff options
author | joey <joey> | 1999-08-17 04:51:06 +0000 |
---|---|---|
committer | joey <joey> | 1999-08-17 04:51:06 +0000 |
commit | fa0b6b8309672b44488dfef0891de99ef6f09d30 (patch) | |
tree | 3c3101e5b3cc4a25d8c3675b5d38d2a6614525a3 /dh_compress.1 | |
parent | e2e6c1aa15de906802f95e2b8a6e8b702e4a026b (diff) | |
parent | d24f48c801b705fe7b95f27250cfe52d8e3e7319 (diff) | |
download | debhelper-fa0b6b8309672b44488dfef0891de99ef6f09d30.tar.gz |
r85: Initial Import
Diffstat (limited to 'dh_compress.1')
-rw-r--r-- | dh_compress.1 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/dh_compress.1 b/dh_compress.1 index dbb33e6d..4f2d2d0a 100644 --- a/dh_compress.1 +++ b/dh_compress.1 @@ -3,7 +3,7 @@ dh_compress \- compress files and fix symlinks in package build directories .SH SYNOPSIS .B dh_compress -.I "[-v] [-a] [-i] [--no-act] [-ppackage] [-Ptmpdir]" +.I "[-v] [-a] [-i] [-X] [--no-act] [-ppackage] [-Ptmpdir]" .SH "DESCRIPTION" dh_compress is a debhelper program that is responsible for compressing the files in package build directories, and makes sure that any symlinks @@ -49,6 +49,13 @@ Compress files for the package named "package". .TP .B \-Ptmpdir, \--tmpdir=tmpdir Use "tmpdir" for package build directory. +.TP +.B \-X=item, \--exclude=item +Exclude files that contain "item" anywhere in their filename from being +compressed. For example, -X=.jpeg will exclude jpeg's from compression. +You may use this option multiple times to build up a list of things to +exclude. You can accomplish the same thing by using a debian/compress file, +but this is easier. .SH NOTES The .B \-a |