The following commit has been merged in the master branch:
commit 9949ce05d12c536eba2a2fea276ecfeeda8dedd7
Author: Guillem Jover <[email protected]>
Date: Wed Nov 23 08:26:26 2011 +0100
dpkg-deb: Remove undocumented compression long options
At least --compress_type is bogus, and --compression might be confusing.
Remove them for now.
diff --git a/dpkg-deb/main.c b/dpkg-deb/main.c
index df61401..eac646c 100644
--- a/dpkg-deb/main.c
+++ b/dpkg-deb/main.c
@@ -183,8 +183,8 @@ static const struct cmdinfo cmdinfos[]= {
{ "debug", 'D', 0, &debugflag, NULL, NULL, 1 },
{ "verbose", 'v', 0, &opt_verbose, NULL, NULL, 1 },
{ "nocheck", 0, 0, &nocheckflag, NULL, NULL, 1 },
- { "compression", 'z', 1, NULL, NULL, set_compress_level
},
- { "compress_type", 'Z', 1, NULL, NULL, setcompresstype },
+ { NULL, 'z', 1, NULL, NULL, set_compress_level
},
+ { NULL, 'Z', 1, NULL, NULL, setcompresstype },
{ NULL, 'S', 1, NULL, &compress_params.strategy, NULL },
{ "showformat", 0, 1, NULL, &showformat, NULL },
{ "help", 'h', 0, NULL, NULL, usage },
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]