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-filter-src-builds-for - filter a Sources file for the packages building for a certain architecture

Author

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

Bugs

Description

       Filter  a  Sources  control  file, such that it only contains the stanzas for those source packages which
       build binary dependent packages for a certain architecture.

Example

       Find all source packages that build architecture dependent binary packages for armhf:

               botch-filter-src-builds-for Sources armhf - \
                       | dose-builddebcheck --successes --explain-minimal --deb-native-arch=amd64 --deb-host-arch=armhf Packages_amd64 Packages_armhf \
                       | sed -n 's/^\s\+success: src://p'

Name

       botch-filter-src-builds-for - filter a Sources file for the packages building for a certain architecture

Options

-h,--help
           Show help.

       --verbose
           Be verbose.

See Also

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

Synopsis

botch-filter-src-builds-for [options] inSources..architectureoutSources

See Also