aboutsummaryrefslogtreecommitdiffstats
path: root/doc/mini-dinstall.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/mini-dinstall.1')
-rw-r--r--doc/mini-dinstall.114
1 files changed, 1 insertions, 13 deletions
diff --git a/doc/mini-dinstall.1 b/doc/mini-dinstall.1
index e8527fc..a068a05 100644
--- a/doc/mini-dinstall.1
+++ b/doc/mini-dinstall.1
@@ -154,18 +154,15 @@ Style of the email subject. Available substitution variables are \fBsource\fR,
\fBchanges_without_dot\fR (same as \fBchanges\fR, but without lines with only a dot).
Default is:
.RS
-.nf
.PP
mini-dinstall: Successfully installed %(source)s %(version)s to %(distribution)s
.RE
-.fi
.RE
.TP
.B mail_body_template
Style of the email body. Valid values are the same as for the
\fBmail_subject_template\fR option. Default is:
.RS
-.nf
.PP
Package: %(source)s
Maintainer: %(maintainer)s
@@ -173,7 +170,6 @@ Style of the email body. Valid values are the same as for the
Changes:
%(changes_without_dot)s
.RE
-.fi
.RE
.TP
.B trigger_reindex
@@ -206,24 +202,20 @@ splits up the binary packages by architecture. Must be set.
.PP
Sources for the \(lqflat\(rq style should look like:
.PP
-.nf
.RS
deb file:///home/walters/debian/ unstable/
deb-src file:///home/walters/debian/ unstable/
deb file:///home/walters/debian/ experimental/
deb-src file:///home/walters/debian/ experimental/
.RE
-.fi
.PP
Sources for the \(lqsubdir\(rq style should look like:
.PP
-.nf
.RS
deb http://localhost/~walters/debian/ local/$(ARCH)/
deb http://localhost/~walters/debian/ local/all/
deb-src http://localhost/~walters/debian/ local/source/
.RE
-.fi
.RE
.TP
.B chown_changes_files
@@ -295,7 +287,6 @@ packages by using \fBdput\fR to upload them to a local repository, and then
uses APT's \(lqfile\(rq method to retrieve them locally. Here's a sample
\fBdput\fR stanza:
.PP
-.nf
.RS
[local]
fqdn = space\-ghost.verbum.private
@@ -304,7 +295,6 @@ uses APT's \(lqfile\(rq method to retrieve them locally. Here's a sample
run_dinstall = 0
post_upload_command = mini\-dinstall \-r
.RE
-.fi
.PP
Obviously, you should replace the \(lqfqdn\(rq and \(lqincoming\(rq values with
whatever is appropriate for your machine. Some sample APT methods were listed
@@ -312,7 +302,6 @@ in the configuration section.
.PP
Now, all you have to do to test your Debian packages is:
.PP
-.nf
.RS
$ dpkg-buildpackage
$ dput local ../program_1.2.3\-1_powerpc.changes
@@ -320,12 +309,11 @@ Now, all you have to do to test your Debian packages is:
$ apt\-get update
$ apt\-get install program
.RE
-.fi
.\"
.SH AUTHOR
.B mini\-dinstall
was originally written by Colin Walters <walters@debian.org> and is now
-maintained by Graham Wilson <graham@debian.org>.
+maintained by Christoph Goehre <christoph.goehre@gmx.de>.
.\"
.SH "SEE ALSO"
\fBapt\-get\fR(8), \fBdnotify\fR(1), \fBdput\fR(1), \fBgpg\fI(1)