I am trying to upload a package to my debian feed. For this I am using pgutil. There is a --distribution flag but no --component flag. Some forums have suggested that using --distribution=<dist>/<component> will work. So I tried it:
pgutil packages upload --feed=deb-engineering --input-file=zip_3.0-r2_amd64.deb --distribution=3.4.3/stable
This results in a package with the path 3.4.3/stable/main/zip_3.0-r2_amd64.deb
It appears that the component is forced to be main