.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "DH_CLICK 1" .TH DH_CLICK 1 2024-01-29 0.5.0-10 Debhelper .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME dh_click \- install system hooks for click .SH SYNOPSIS .IX Header "SYNOPSIS" \&\fBdh_click\fR [\fBdebhelper\ options\fR] .SH DESCRIPTION .IX Header "DESCRIPTION" dh_click is a debhelper program that is responsible for installing system hooks for \fBclick\fR. .PP It also automatically generates the \fIpostinst\fR and \fIpostrm\fR commands needed to interface with the Ubuntu \fBclick\fR package. These commands are inserted into the maintainer scripts by \fBdh_installdeb\fR\|(1). .SH FILES .IX Header "FILES" .IP debian/\fIpackage\fR.click\-hook 4 .IX Item "debian/package.click-hook" Click package hook files, installed into usr/share/click/hooks/\fIpackage\fR.hook in the package build directory. See \&\fI/usr/share/doc/click\-doc/html/hooks.html\fR for their format. .SH OPTIONS .IX Header "OPTIONS" .IP "\fB\-n\fR, \fB\-\-noscripts\fR" 4 .IX Item "-n, --noscripts" Do not modify \fIpostinst\fR/\fIpostrm\fR scripts. .IP \fB\-\-name=\fR\fIname\fR 4 .IX Item "--name=name" Install the hook using the filename \fIname\fR instead of the default filename, which is the package name. When this parameter is used, \fBdh_click\fR looks for and installs files named \fIdebian/package.name.hook\fR, instead of the usual \fIdebian/package.hook\fR. .SH EXAMPLES .IX Header "EXAMPLES" dh_click is usually called indirectly in a rules file via the dh command. .PP .Vb 2 \& %: \& dh $@ \-\-with click .Ve .PP You must build-depend on at least debhelper (>= 7.0.8) to use this form, and in any case you must build-depend on click-dev to use this program at all. .PP It can also be called directly at any time before \f(CW\*(C`dh_installdeb\*(C'\fR, usually in a binary-arch or binary-indep rule. .SH "SEE ALSO" .IX Header "SEE ALSO" \&\fBdebhelper\fR\|(7) .PP This program is a part of click. .SH AUTHOR .IX Header "AUTHOR" Colin Watson .PP Copyright (C) 2013 Canonical Ltd., licensed under the GNU GPL v3.