[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:10 UTC 2009


The following commit has been merged in the master branch:
commit 702c41f8fa61303851e2b9b8b38a683d1ac73222
Author: Ralf Treinen <treinen at debian.(none)>
Date:   Mon Apr 20 16:34:53 2009 +0900

    add manpage, depend on ceve

diff --git a/debian/changelog b/debian/changelog
index e4bffc0..0cb3a3b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,14 +4,16 @@ 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.
   * Added dependency in the bytecode case on libledit-ocaml, libzip-ocaml
   * debian/rules: cdbs class/ocaml.mk -> rules/ocaml.mk
   * Install pkglab examples directory.
   * Switch back to upstream's Makefile, adapt install target in debian/rules
     accordingly
   * Added debian/pkglab.dirs
+  * Add a basic manpage.
 
- -- Ralf Treinen <treinen at debian.org>  Mon, 20 Apr 2009 11:10:25 +0900
+ -- Ralf Treinen <treinen at debian.org>  Mon, 20 Apr 2009 16:32:51 +0900
 
 pkglab (1.3-1) exprerimental; urgency=low
 
diff --git a/debian/control b/debian/control
index 66dca77..4eba7be 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}
-Recommends: 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
new file mode 100644
index 0000000..3c073b8
--- /dev/null
+++ b/debian/manpages/pkglab.1
@@ -0,0 +1,49 @@
+.TH pkglab 1 "April 20, 2009" "Version 1.4" "USER COMMANDS"
+.SH NAME
+pkglab \- explore package repositories
+.SH SYNOPSIS
+.B pkglab [OPTION]...
+.SH DESCRIPTION
+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
+given package combinations for co-installability according to
+inter-package relationships.
+
+.SH OPTIONS
+
+.TP
+.BI "\-architecture " architecture
+Default architecture to use when accessing packages from a package
+repository. By default the current host architecture is used.
+
+.TP
+.BI "\-history " filename
+Use the file
+.I filename
+to load and save command-line history. Defaults to
+.IR $HOME/.pkglab-history .
+
+.TP
+.BI "\-script " filename
+Execute commands from the file
+.IR filename .
+
+.TP
+.BI "\-merge " directory
+Start by merging the dose archive found in
+.IR directory .
+
+.TP
+.BR \-help ", " \-\-help
+Display basic help information.
+
+.SH SEE ALSO
+.BR ceve (1).
+
+.SH AUTHORS
+Pkglab was written by Berke Durak and Jaap Boender for the EDOS
+and Mancoosi projects.
+
diff --git a/debian/pkglab.manpages b/debian/pkglab.manpages
new file mode 100644
index 0000000..7e8730a
--- /dev/null
+++ b/debian/pkglab.manpages
@@ -0,0 +1 @@
+manpages/pkglab.1

-- 
pkglab packaging



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