The following commit has been merged in the master branch:
commit cef2b1c0360d24fae49882e1b89391d390e9c84c
Author: James Vega <[email protected]>
Date:   Mon Oct 17 21:22:51 2011 -0400

    debi: Document --multi, --with-depends, and --tool in the man page.
    
    Closes: #644983
    Signed-off-by: James Vega <[email protected]>

diff --git a/debian/changelog b/debian/changelog
index 5b1570b..84f6265 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -22,6 +22,8 @@ devscripts (2.11.2) UNRELEASED; urgency=low
     so we can better control the processing.  (Closes: #640782)
   * uscan: Fully support lzma and xz tarballs.  Based on a patch from Tanguy
     Ortolo.  (Closes: #631713)
+  * debi: Document --multi, --with-depends, and --tool in the man page.
+    (Closes: #644983)
 
   [ Stefano Rivera ]
   * debchange: Add precise as a recognised Ubuntu distro.
diff --git a/scripts/debi.1 b/scripts/debi.1
index 534f689..d9bb6be 100644
--- a/scripts/debi.1
+++ b/scripts/debi.1
@@ -76,6 +76,9 @@ Look for the \fI.changes\fR and \fI.deb\fR files in directory
 either be an absolute path or relative to the top of the source
 directory.
 .TP
+\fB\-\-multi\fR
+Search for a multiarch \fI.changes\fR file, as created by \fBdpkg-cross\fR.
+.TP
 \fB\-\-upgrade\fR
 Only upgrade packages already installed on the system, rather than
 installing all packages listed in the \fI.changes\fR file.
@@ -90,6 +93,13 @@ this option.
 See the above section "Directory name checking" for an explanation of
 this option.
 .TP
+\fB\-\-with-depends\fR
+Attempt to satisfy the \fIDepends\fR of a package when installing it.
+.TP
+\fB\-\-tool\fR \fITOOL\fR
+Use the specified tool for installing the dependencies of the package(s) to be
+installed.  By default, \fBapt-get\fR is used.
+.TP
 \fB\-\-no-conf\fR, \fB\-\-noconf\fR
 Do not read any configuration files.  This can only be used as the
 first option given on the command-line.

-- 
Git repository for devscripts


-- 
To unsubscribe, send mail to [email protected].

Reply via email to