logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

botch-add-arch - add architecture to source packages

Author

       This man page was written by Johannes Schauer. Botch is written by Johannes Schauer and Pietro Abate.

Bugs

Description

       Add  architecture  toarch  to  the "Architecture" field of all source packages in inSources which have an
       "Architecture" field that does not match toarch yet. The system's "dpkg-architecture" program is used  to
       determine whether any architecture of the source packages' "Architecture" field matches toarch.

       The  files  inSources  and  outSources  are  control  files given in deb822 format like the ones found on
       archive mirrors and locally under /var/lib/apt/lists.

       inSources and outSources can point to the same file name for  in-place  operation.  Compressed  inSources
       files  are decompressed on the fly independent of their filename extension. The output will be compressed
       as determined by the filename extension of outSources.

       If inSources is equal to a single hyphen-minus (-) then its content will be read from standard input.  If
       outSources is equal to a single hyphen-minus (-) then the output will be written to standard output.

Example

       Make all source packages compilable on arm64:

        botch-add-arch arm64 inSources outSources

Name

       botch-add-arch - add architecture to source packages

Options

-v,--verbose
           Be verbose.

       -h,--help
           Print help message.

See Also

       Debian doc-base Manual /usr/share/doc/botch/wiki/Home.html

Synopsis

botch-add-arch [-h] [-v] toarchinSourcesoutSources

See Also