1#compdef madison rmadison
2
3_arguments \
4  '(-a --architecture)'{-a,--architecture=}':arch:_values -s , "architecture list" source all alpha arm hppa hurd-i386 i386 ia64 mips mipsel' \
5  '(-b --binary)'{-b,--binary-type=}':type:(deb udeb)' \
6  '(-c --component)'{-c,--component=}':component:_values -s , "component list" main contrib non-free' \
7  '(-g --greaterorequal)'{-g,--greaterorequal} \
8  '(-G --greaterthan)'{-G,--greaterthan} \
9  '(-h --help)'{-h,--help} \
10  '(-r --regex)'{-r,--regex} \
11  '(-s --suite)'{-s,--suite=}':suite:_values -s , "suite list" oldstable stable testing unstable' \
12  '(-S, --source-and-binary)'{-S,--source-and-binary} \
13  '*:package:_deb_packages avail'
14
15