diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-16 16:10:35 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-16 16:10:35 (EDT) |
commit | 9f99fced2aca2cabdd184990dbac162736530744 (patch) | |
tree | 12111d0752836c257a170044cd00646d0a2e516c | |
parent | 9dcadc49582ceab0331f6620180e33fafeb030d2 (diff) |
ob-checkbuilddeps(1): Update
-rw-r--r-- | man/ob-checkbuilddeps.1in | 25 |
1 files changed, 1 insertions, 24 deletions
diff --git a/man/ob-checkbuilddeps.1in b/man/ob-checkbuilddeps.1in index 40bd012..435794f 100644 --- a/man/ob-checkbuilddeps.1in +++ b/man/ob-checkbuilddeps.1in @@ -5,35 +5,12 @@ ob-checkbuilddeps \- Make sure that package build dependencies are installed .SH SYNOPSIS .B ob-checkbuilddeps -.RB [ -s -.IR status-override ] .SH DESCRIPTION .B ob-checkbuilddeps -reads the `Build-Depends' field from the source package control and checks if +reads the "Build-Depends" field from the source package control and checks if each package in the field value is installed. -.SH OPTIONS -.TP -.BI \-s \ status-override -.RS -A path to a file with a list of package names and versions to override that -reported by -.BR opkg . -This is especially useful when manually resolving circular build dependencies. -.sp -The -.I status-override -file should contain zero or more lines of the form: -.IP -.I package-name package-version -.P -.I package-name -is the name of the binary package. -.I package-version -is the version of the package. -.RE - .SH COPYRIGHT Copyright (C) 2012 Patrick McDermott .sp |