[Pkg-ocaml-maint-commits] [SCM] pkglab packaging branch, master, updated. debian/1.4.2-1-2-g6bed820

Ralf Treinen treinen at free.fr
Tue Jun 16 18:53:26 UTC 2009


The following commit has been merged in the master branch:
commit 2b4ea277c0edfc2fb1785b6c36dde2659efb6e34
Author: Ralf Treinen <treinen at free.fr>
Date:   Mon Jun 15 20:55:51 2009 +0200

    document -checkonly, adapt example, suppress -base

diff --git a/debian/manpages/edos-debcheck.1 b/debian/manpages/edos-debcheck.1
index 1db97d0..de3979d 100644
--- a/debian/manpages/edos-debcheck.1
+++ b/debian/manpages/edos-debcheck.1
@@ -57,10 +57,11 @@ Only show failures
 .B -successes
 Only show successes
 .TP
-.B -base \fIfile\fR
-Specifiy an additional file (in deb-control(5) format, as the main
-input file) providing packages that are not checked but used for
-resolving dependencies
+.BI -checkonly \ list
+check only for installability of all the versions of all packages in \fIlist\fR
+which is comma-separated list of package names. Note that if a package with
+a given name does not exist in the input package pool this means that all
+its versions are installable.
 .TP
 .B -quiet
 Supress warnings and progress/timing messages
@@ -78,10 +79,10 @@ Check which packages in a particular distribution are not installable and why:
 where Packages is the file pertaining to that distribution, as for instance
 found in the directory \fI	/var/lib/apt/lists\fR.
 
-Check whether version 21.4.17-1 of the xemacs21 package is installable in a
+Check whether the xemacs21 and debhelper packages are installable in a
 distribution described by the file Packages:
 
-  edos-debcheck -explain xemacs=21.4.17-1 < Packages
+  edos-debcheck -explain -checkonly xemacs21,debhelper < Packages
 
 
 .SH AUTHOR

-- 
pkglab packaging



More information about the Pkg-ocaml-maint-commits mailing list