[Pkg-ocaml-maint-commits] r5945 - in /trunk/packages/edos-debcheck/trunk/debian: edos-builddebcheck edos-builddebcheck.1

treinen at users.alioth.debian.org treinen at users.alioth.debian.org
Tue Aug 12 22:48:04 UTC 2008


Author: treinen
Date: Tue Aug 12 22:48:03 2008
New Revision: 5945

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=5945
Log:
documented -a option

Modified:
    trunk/packages/edos-debcheck/trunk/debian/edos-builddebcheck
    trunk/packages/edos-debcheck/trunk/debian/edos-builddebcheck.1

Modified: trunk/packages/edos-debcheck/trunk/debian/edos-builddebcheck
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/edos-debcheck/trunk/debian/edos-builddebcheck?rev=5945&op=diff
==============================================================================
--- trunk/packages/edos-debcheck/trunk/debian/edos-builddebcheck (original)
+++ trunk/packages/edos-debcheck/trunk/debian/edos-builddebcheck Tue Aug 12 22:48:03 2008
@@ -47,13 +47,15 @@
 
 if ( $architecture eq "" ) {
     if ( $packagearch eq "" ) {
-	die "No architecture option given, and no non-all architecture found in the Packages file";
+	die "No architecture option given, " .
+	    "and no non-all architecture found in the Packages file";
     } else {
 	$architecture = $packagearch;
     }
 } else {
     if ( $packagearch ne "" & $architecture ne $packagearch) {
-	die "Architecture option is $architecture but the package file contains architecture $packagearch";
+	die "Architecture option is $architecture ".
+	    "but the package file contains architecture $packagearch";
     }
 }
 

Modified: trunk/packages/edos-debcheck/trunk/debian/edos-builddebcheck.1
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/edos-debcheck/trunk/debian/edos-builddebcheck.1?rev=5945&op=diff
==============================================================================
--- trunk/packages/edos-debcheck/trunk/debian/edos-builddebcheck.1 (original)
+++ trunk/packages/edos-debcheck/trunk/debian/edos-builddebcheck.1 Tue Aug 12 22:48:03 2008
@@ -1,7 +1,7 @@
 .TH EDOS-BUILDDEBCHECK 1 2008-08-12 EDOS
 
 .SH NAME
-Edos-debcheck \- Check satisfiability of debian package build-dependencies
+Edos-builddebcheck \- Check satisfiability of debian package build-dependencies
 
 .SH SYNOPSIS
 \fBedos-builddebcheck\fR [option] ... Packagefile Sourcepackagefile
@@ -26,12 +26,12 @@
 Note that this is not the same thing as rebuilding a distribution from
 scratch, for at least two reasons:
 
-.TP 1
+\fB1.\fP
 The binary packages in \fIPackages\fR are not necessarily those that are
 the result of the compilation of the source packages in
 \fISourcepackagefile\fR
 
-.TP 2
+\fB2.\fP
 We do not check for cycles. For instance, imagine we have source packages a
 and b both generating one binary package of the same name as their source
 package, a build-depends on b and b build-depends on a. Then we can obviously
@@ -40,6 +40,11 @@
 
 
 .SH OPTIONS
+.TP
+.B -a, --architecture \fIarchitecture\fP
+Check for compilation on \fIarchitecture\fP. Usually it is not
+necessary to specify the architecture since it can be derived from the Packages
+file.
 .TP
 .B -check
 Double-check the results




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