This is the command botch-filter-src-builds-for that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
botch-filter-src-builds-for - filter a Sources file for the packages building for a
certain architecture
SYNOPSIS
botch-filter-src-builds-for [options] inSources.. architecture outSources
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.
OPTIONS
-h, --help
Show help.
--verbose
Be verbose.
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'
Use botch-filter-src-builds-for online using onworks.net services