Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 magnus 1
'\" t
2
.\" ** The above line should force tbl to be a preprocessor **
3
.\" Man page for debpool
4
.\"
5
.\" Copyright 2003-2004 Joel Aelwyn
6
.\"
7
.\" $Id: debpool.1 27 2004-11-07 03:06:59Z joel $
8
.\"
9
.TH debpool 1 "07 October 2003" "0.1.5" "Debian Pool Archive Manager"
10
.SH NAME
11
debpool \- pool-based Debian package archive manager
12
.SH SYNOPSIS
13
.\" The general command line
14
.B debpool
15
[\|
16
.I options
17
\|]
18
.SH DESCRIPTION
19
.B debpool
20
is a utility for managing pool-based archives of Debian packages. It
21
can be run by individual users, and/or under a dedicated system user
22
configuration.
23
.SH EXAMPLES
24
None
25
.SH OVERVIEW
26
None
27
.SH DEFAULTS
28
See the
29
.BR DebPool::Config(5)
30
manpage for details on configuration option defaults.
31
.SH OPTIONS
32
See the
33
.BR DebPool::Config(5)
34
manpage for details on all configuration options.
35
.SH "EXIT STATUS"
36
.TP
37
.B 0
38
Successful program execution
39
.TP
40
.B 1
41
Failure of any kind
42
.SH ENVIRONMENT
43
Nothing useful
44
.SH FILES
45
.TP
46
.I /usr/share/debpool/perl5/DebPool/Config.pm
47
Program (internal) defaults file.
48
.TP
49
.I /etc/debpool/Config.pm
50
System defaults file.
51
.TP
52
.I $HOME/.debpool/Config.pm
53
User defaults file.
54
.SH SEE ALSO
55
.BR DebPool::Config(5)
56
.SH BUGS
57
The entire manpage sucks, because the author hasn't taken the time
58
to make it look nicer, and most of the important information really
59
lives in the pod2man output for the configuration file (also known as
60
DebPool::Config(5)).