~ubuntu-branches/ubuntu/saucy/devscripts/saucy

« back to all changes in this revision

Viewing changes to scripts/debi.1

  • Committer: Steve Langasek
  • Date: 2012-01-24 18:54:51 UTC
  • mfrom: (10.9.8 sid)
  • Revision ID: steve.langasek@canonical.com-20120124185451-etgj6b2oici5e0k0
Merge version 2.11.3 from Debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
directory once it finds the \fIdebian/changelog\fR file, and check
35
35
that the directory name corresponds to the package name.  Precisely
36
36
how it does this is controlled by two configuration file variables
37
 
DEVSCRIPTS_CHECK_DIRNAME_LEVEL and DEVSCRIPTS_CHECK_DIRNAME_REGEX, and
 
37
\fBDEVSCRIPTS_CHECK_DIRNAME_LEVEL\fR and \fBDEVSCRIPTS_CHECK_DIRNAME_REGEX\fR, and
38
38
their corresponding command-line options \fB\-\-check-dirname-level\fR
39
39
and \fB\-\-check-dirname-regex\fR.
40
40
.PP
41
 
DEVSCRIPTS_CHECK_DIRNAME_LEVEL can take the following values:
 
41
\fBDEVSCRIPTS_CHECK_DIRNAME_LEVEL\fR can take the following values:
42
42
.TP
43
43
.B 0
44
44
Never check the directory name.
52
52
.PP
53
53
The directory name is checked by testing whether the current directory
54
54
name (as determined by \fBpwd\fR(1)) matches the regex given by the
55
 
configuration file option DEVSCRIPTS_CHECK_DIRNAME_REGEX or by the
 
55
configuration file option \fBDEVSCRIPTS_CHECK_DIRNAME_REGEX\fR or by the
56
56
command line option \fB\-\-check-dirname-regex\fR \fIregex\fR.  Here
57
57
\fIregex\fR is a Perl regex (see \fBperlre\fR(3perl)), which will be
58
58
anchored at the beginning and the end.  If \fIregex\fR contains a '/',
70
70
to mimic the behaviour of \fBdpkg-buildpackage\fR when determining the
71
71
name of the \fI.changes\fR file.
72
72
.TP
73
 
\fB\-\-debs\-dir\fR \fIDIR\fR
74
 
Look for the \fI.changes\fR and \fI.deb\fR files in directory
75
 
\fIDIR\fR instead of the parent of the source directory.  This should
 
73
\fB\-\-debs\-dir\fR \fIdirectory\fR
 
74
Look for the \fI.changes\fR and \fI.deb\fR files in \fIdirectory\fR
 
75
instead of the parent of the source directory.  This should
76
76
either be an absolute path or relative to the top of the source
77
77
directory.
78
78
.TP
86
86
binaries installed at once.
87
87
.TP
88
88
\fB\-\-check-dirname-level\fR \fIN\fR
89
 
See the above section "Directory name checking" for an explanation of
 
89
See the above section \fBDirectory name checking\fR for an explanation of
90
90
this option.
91
91
.TP
92
92
\fB\-\-check-dirname-regex\fR \fIregex\fR
93
 
See the above section "Directory name checking" for an explanation of
 
93
See the above section \fBDirectory name checking\fR for an explanation of
94
94
this option.
95
95
.TP
96
96
\fB\-\-with-depends\fR
97
97
Attempt to satisfy the \fIDepends\fR of a package when installing it.
98
98
.TP
99
 
\fB\-\-tool\fR \fITOOL\fR
100
 
Use the specified tool for installing the dependencies of the package(s) to be
 
99
\fB\-\-tool\fR \fItool\fR
 
100
Use the specified \fItool\fR for installing the dependencies of the package(s) to be
101
101
installed.  By default, \fBapt-get\fR is used.
102
102
.TP
103
103
\fB\-\-no-conf\fR, \fB\-\-noconf\fR
124
124
the option.
125
125
.TP
126
126
.BR DEVSCRIPTS_CHECK_DIRNAME_LEVEL ", " DEVSCRIPTS_CHECK_DIRNAME_REGEX
127
 
See the above section "Directory name checking" for an explanation of
 
127
See the above section \fBDirectory name checking\fR for an explanation of
128
128
these variables.  Note that these are package-wide configuration
129
129
variables, and will therefore affect all \fBdevscripts\fR scripts
130
130
which check their value, as described in their respective manpages and