[Pkg-ocaml-maint-commits] [SCM] pkglab packaging branch, master, updated. debian/1.4.2-4-22-gffc4fda

Ralf Treinen treinen at free.fr
Wed Jan 13 19:41:07 UTC 2010


The following commit has been merged in the master branch:
commit ffc4fda4e5a2557cbc3d28d5fd9d043cd4ad4e3c
Author: Ralf Treinen <treinen at free.fr>
Date:   Wed Jan 13 20:16:30 2010 +0100

    strengthen dep on python-debian, fix some typos in manpages

diff --git a/debian/changelog b/debian/changelog
index b488e33..04a9cf3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,15 +1,19 @@
-pkglab (1.4.2-6) UNRELEASED; urgency=low
+pkglab (1.4.2-6) unstable; urgency=low
 
   [ Ralf Treinen ]
   * add-sources.py: drop all relations to build-essential packages
   * Removed mention of the "-check" option, which is no longer supported,
     from the manpages (closes: #556876).
-
+  * Strengthen dependency of edos-distcheck on python-debian to
+    >= 0.1.11 (closes: #564958).
+  * Fixed a spelling error in manapge of edos-debcheck
+  * manpages: changed - to \- for command options.
+  
   [ Stéphane Glondu ]
   * debian/control:
     - update my e-mail address and remove DMUA
 
- -- Ralf Treinen <treinen at debian.org>  Thu, 19 Nov 2009 09:49:27 +0100
+ -- Ralf Treinen <treinen at debian.org>  Wed, 13 Jan 2010 20:15:35 +0100
 
 pkglab (1.4.2-5) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index c2244cc..2b3bc30 100644
--- a/debian/control
+++ b/debian/control
@@ -37,7 +37,7 @@ Description: interactive environment to explore package repositories
 Package: edos-distcheck
 Architecture: any
 Depends:
- python-debian, python, perl,
+ python-debian (>= 0.1.11), python, perl,
  ${F:OCamlInterpDepends},
  ${shlibs:Depends},
  ${misc:Depends}
diff --git a/debian/manpages/edos-debcheck.1 b/debian/manpages/edos-debcheck.1
index 7371cfc..3f1a705 100644
--- a/debian/manpages/edos-debcheck.1
+++ b/debian/manpages/edos-debcheck.1
@@ -43,19 +43,19 @@ actually in Debian.
 
 .SH OPTIONS
 .TP
-.B -explain
+.B \-explain
 Explain the results
 .TP
-.B -rules
+.B \-rules
 Print generated rules
 .TP
-.B -failures
+.B \-failures
 Only show failures
 .TP
-.B -successes
+.B \-successes
 Only show successes
 .TP
-.BI -checkonly \ list
+.BI \-checkonly \ list
 where \fIlist\fR is a comma-separated list of package names.  Check only
 for installability of packages with name in \fIlist\fR (of any
 available version). This means that if a package does not exist in
@@ -66,17 +66,17 @@ mentionend in \fIlist\fR is not available.
 In the context of this option, a package of the form src:\fIp\fR expands
 to the list of all packages that stem from the source package \fIp\fR.
 .TP
-.B -quiet
+.B \-quiet
 Supress warnings and progress/timing messages
 .TP
-.B -xml
+.B \-xml
 Output results in XML format.TP
-.B -help, --help
+.B \-help, \-\-help
 Display this list of options
 
 .SH EXIT CODE
 The exit code is 0 when all packages that were asked to be checked
-(either explicitely with the -checkonly option, or because they exist
+(either explicitly with the -checkonly option, or because they exist
 in the package pool file) are available and found to be installable,
 it is 1 when a least one of these packages is available but not
 installable, and it is 2 when at least one of the packages is not
@@ -88,7 +88,7 @@ option is used.
 .SH EXAMPLE
 Check which packages in a particular distribution are not installable and why:
 
-  edos-debcheck -failures -explain < Packages
+  edos-debcheck \-failures \-explain < Packages
 
 where Packages is the file pertaining to that distribution, as for instance
 found in the directory \fI	/var/lib/apt/lists\fR.
@@ -96,12 +96,12 @@ found in the directory \fI	/var/lib/apt/lists\fR.
 Check whether the xemacs21 and debhelper packages are installable in a
 distribution described by the file Packages:
 
-  edos-debcheck -explain -checkonly xemacs21,debhelper < Packages
+  edos-debcheck \-explain \-checkonly xemacs21,debhelper < Packages
 
 Check whether the package bibtex2html, and all binary packages stemming
 from the ocaml source package, are installable
 
- edos-debcheck -explain -checkonly bibtex2html,src:ocaml < Packages
+ edos-debcheck \-explain \-checkonly bibtex2html,src:ocaml < Packages
 
 
 .SH AUTHOR
diff --git a/debian/manpages/edos-pscheck.1 b/debian/manpages/edos-pscheck.1
index 9a9d0ca..f9f8780 100644
--- a/debian/manpages/edos-pscheck.1
+++ b/debian/manpages/edos-pscheck.1
@@ -37,35 +37,35 @@ is, NP-complete), but can in practice be solved very efficiently.
 
 .SH OPTIONS
 .TP
-.B -explain
+.B \-explain
 Explain the results
 .TP
-.B -rules
+.B \-rules
 Print generated rules
 .TP
-.B -failures
+.B \-failures
 Only show failures
 .TP
-.B -successes
+.B \-successes
 Only show successes
 .TP
-.B -base \fIfile\fR
+.B \-base \fIfile\fR
 Specifiy an additional file providing packages that are not checked
 but used for resolving dependencies
 .TP
-.B -quiet
+.B \-quiet
 Supress warnings and progress/timing messages
 .TP
-.B -xml
+.B \-xml
 Output results in XML format
 .TP
-.B -help, --help
+.B \-help, \-\-help
 Display this list of options
 
 .SH EXAMPLE
 Check which packages in a particular distribution are not installable and why:
 
-  edos-pscheck -failures -explain pkg_summary
+  edos-pscheck \-failures \-explain pkg_summary
 
 where pkg_summary is the file pertaining to that distribution.
 
diff --git a/debian/manpages/edos-rpmcheck.1 b/debian/manpages/edos-rpmcheck.1
index 7584f74..06bba76 100644
--- a/debian/manpages/edos-rpmcheck.1
+++ b/debian/manpages/edos-rpmcheck.1
@@ -39,42 +39,42 @@ is, NP-complete), but can in practice be solved very efficiently.
 
 .SH OPTIONS
 .TP
-.B -explain
+.B \-explain
 Explain the results
 .TP
-.B -rules
+.B \-rules
 Print generated rules
 .TP
-.B -failures
+.B \-failures
 Only show failures
 .TP
-.B -successes
+.B \-successes
 Only show successes
 .TP
-.B -base \fIfile\fR
+.B \-base \fIfile\fR
 Specifiy an additional file providing packages that are not checked
 but used for resolving dependencies
 .TP
-.B -quiet
+.B \-quiet
 Supress warnings and progress/timing messages
 .TP
-.B -xml
+.B \-xml
 Output results in XML format
 .TP
-.B -help, --help
+.B \-help, \-\-help
 Display this list of options
 
 .SH EXAMPLE
 Check which packages in a particular distribution are not installable and why:
 
-  gunzip -c hdlist.cz | edos-rpmcheck -failures -explain
+  gunzip \-c hdlist.cz | edos-rpmcheck \-failures \-explain
 
 where hdlist.cz is the file pertaining to that distribution.
 
 Check whether version 21.4.17-1 of the xemacs21 package is installable in a
 distribution described by the file Packages:
 
-  gunzip -c hdlist.cz | edos-rpmcheck -explain xemacs=21.4.17-1
+  gunzip \-c hdlist.cz | edos-rpmcheck \-explain xemacs=21.4.17-1
 
 
 .SH AUTHOR

-- 
pkglab packaging



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