[Pkg-ocaml-maint-commits] [SCM] pkglab packaging branch, master, updated. debian/1.4-1-1-gfa9572b

Ralf Treinen (none) treinen at debian.
Wed Apr 22 00:14:12 UTC 2009


The following commit has been merged in the master branch:
commit 03eaacbd70848d92ae12df6c36efb1c8d9258303
Author: Ralf Treinen <treinen at debian.(none)>
Date:   Tue Apr 21 14:20:53 2009 +0900

    only suggests ceve
    extend manpage sectin on see also

diff --git a/debian/changelog b/debian/changelog
index 0cb3a3b..540b9f5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,7 +4,7 @@ pkglab (1.4-1) unstable; urgency=low
   * Added myself to uploaders
   * Standards-Version 3.8.1 (no change)
   * Added build-dependency on dh-ocaml (closes: #523614), libzip-ocaml-dev.
-  * Depends on ceve, not just Recommends.
+  * Only suggests ceve, not recommends.
   * Added dependency in the bytecode case on libledit-ocaml, libzip-ocaml
   * debian/rules: cdbs class/ocaml.mk -> rules/ocaml.mk
   * Install pkglab examples directory.
diff --git a/debian/control b/debian/control
index 4eba7be..76b4fcb 100644
--- a/debian/control
+++ b/debian/control
@@ -20,10 +20,10 @@ Package: pkglab
 Architecture: any
 Section: devel
 Depends:
- ceve,
  ${F:OCamlInterpDepends},
  ${shlibs:Depends},
  ${misc:Depends}
+Suggests: ceve
 Description: interactive environment to explore package repositories
  Pkglab is an interactive, console-based environment to explore package
  repositories of package-based software distributions.
diff --git a/debian/manpages/pkglab.1 b/debian/manpages/pkglab.1
index 3c073b8..7c5bcda 100644
--- a/debian/manpages/pkglab.1
+++ b/debian/manpages/pkglab.1
@@ -8,7 +8,7 @@ Pkglab is an interactive, console-based environment to explore package
 repositories of package-based software distributions.
 
 A pkglab session typically starts by loading a package repository in
-the dose format produced by the ceve parser. Then, pkglab can check
+one of the different formats understood pkglab. Then, pkglab can check
 given package combinations for co-installability according to
 inter-package relationships.
 
@@ -32,17 +32,24 @@ Execute commands from the file
 .IR filename .
 
 .TP
-.BI "\-merge " directory
-Start by merging the dose archive found in
-.IR directory .
+.BI "\-merge " waterway
+Start by merging the archive found in
+.IR waterway .
 
 .TP
 .BR \-help ", " \-\-help
 Display basic help information.
 
 .SH SEE ALSO
+Pkglab can read package repositories in the dose format produced by
 .BR ceve (1).
 
+The non-interactive tools
+.BR edos-debcheck (1)
+and
+.BR rpm-debcheck (1)
+use the same algorithm as pkglab for checking installability of packages.
+
 .SH AUTHORS
 Pkglab was written by Berke Durak and Jaap Boender for the EDOS
 and Mancoosi projects.

-- 
pkglab packaging



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