~ubuntu-branches/debian/squeeze/devscripts/squeeze

2 by Julian Gilbey
bts: fixed some major blunders in bts show command: now shows
1
# This configuration file gives defaults for the scripts in
1 by Julian Gilbey
* debclean: don't remove .upload files (closes: #140161)
2
# the devscripts package, as documented in the individual manpages.
3
# Variables defined here may be overridden by a per-user ~/.devscripts
2 by Julian Gilbey
bts: fixed some major blunders in bts show command: now shows
4
# configuration file, which has exactly the same syntax as this file.
1 by Julian Gilbey
* debclean: don't remove .upload files (closes: #140161)
5
# 
2 by Julian Gilbey
bts: fixed some major blunders in bts show command: now shows
6
# This file is sourced by /bin/bash, and should only contain
1 by Julian Gilbey
* debclean: don't remove .upload files (closes: #140161)
7
# comment lines (beginning with a '#'), and lines of the form
8
# VARIABLE=value
9
# The value must be quoted if there are spaces in it.
2 by Julian Gilbey
bts: fixed some major blunders in bts show command: now shows
10
# Variables corresponding to switches (on/off; yes/no) must take
11
# one of the values 'yes' or 'no'.
1 by Julian Gilbey
* debclean: don't remove .upload files (closes: #140161)
12
# The variable names are all of the form PROGNAME_VARNAME,
13
# or DEVSCRIPTS_VARNAME if they are more generally applicable.
14
# 
15
# As new variables are introduced into the devscripts program, their
16
# descriptions and default values will be appended as comments
17
# to this file.
18
19
# Variables recognised as of devscripts version ###VERSION###:
20
2 by Julian Gilbey
bts: fixed some major blunders in bts show command: now shows
21
##### Package-wide variables
22
# 
23
# Lists of which scripts are affected by these package-wide variables
24
# can be found in the devscripts.conf(5) manpage.
25
# 
26
# 
27
# Directory Name Checking
28
# 
29
# Several programs check the directory name and refuse to function if
30
# it does not match the name of the package being worked on.  (The
31
# details are described in the individual manpages.)
32
# These two variables control this behaviour, corresponding to the
33
# --check-dirname-level and --check-dirname-regex command line options.
34
# The possible values of DEVSCRIPTS_CHECK_DIRNAME_LEVEL are:
35
#   0    never check the directory name
36
#   1    check the directory name only if the program has changed directory
37
#   2    always check the directory name
38
# The variable DEVSCRIPTS_DIRNAME_REGEXP is a Perl regex which
39
# defines what is considered a valid directory name for the source
40
# package PACKAGE; if it includes a '/', then it must match the full
41
# directory path, otherwise it must match the full directory name.
42
# 
43
# The default settings are:
44
# DEVSCRIPTS_CHECK_DIRNAME_LEVEL=1
18.1.2 by James Vega, James Vega, Ben Finney
[ James Vega ]
45
# DEVSCRIPTS_CHECK_DIRNAME_REGEX='PACKAGE(-.+)?'
2 by Julian Gilbey
bts: fixed some major blunders in bts show command: now shows
46
6 by Julian Gilbey
* debuild: set DEB_{BUILD,HOST}_* variables as dpkg-buildpackage does
47
##### annotate-output
48
# 
49
# No variables currently
50
51
##### archpath
52
# 
53
# No variables currently
54
1 by Julian Gilbey
* debclean: don't remove .upload files (closes: #140161)
55
##### bts
56
# 
3 by Joshua Kwan
* Julian Gilbey
57
# Default bts show/bugs to run in offline mode?
58
# BTS_OFFLINE=no
59
# 
60
# Cache all visited bug reports once a cache has been established
61
# for the first time?
62
# BTS_CACHE=yes
63
# 
1.1.1 by Julian Gilbey
uscan: fix second showstopper (broken URL parsing) (closes: #301169)
64
# How much to mirror when caching?  The minimal amount (min), the mbox
65
# version as well (mbox) or the whole works (full)?
66
# BTS_CACHE_MODE=min
3 by Joshua Kwan
* Julian Gilbey
67
# 
68
# Always refresh the cache, even if nothing's changed?
69
# BTS_FORCE_REFRESH=no
1.1.1 by Julian Gilbey
uscan: fix second showstopper (broken URL parsing) (closes: #301169)
70
# 
71
# How do we read an mbox?  This will be split on whitespace, then
72
# %s is replaced by the mbox name and %% by a single %.
73
# BTS_MAIL_READER='mutt -f %s'
6 by Julian Gilbey
* debuild: set DEB_{BUILD,HOST}_* variables as dpkg-buildpackage does
74
# 
75
# What sendmail command do we use?  This will be split on whitespace.
76
# BTS_SENDMAIL_COMMAND='/usr/sbin/sendmail'
11 by Adam D. Barratt
* checkbashisms: Only flag "local x y" and "local foo=bar" when --posix is
77
#
78
# Download only new bugs when caching?  If set to yes, don't check for
79
# updates in bugs we already have.
80
# BTS_ONLY_NEW=no
81
#
82
# Which SMTP host should be used?  Note that if both an SMTP host and
83
# sendmail command are specified in the configuration file(s), the SMTP
84
# host will be used unless overridden by --sendmail on the command line
11.1.6 by Adam D. Barratt, Adam D. Barratt, Christoph Berg
[ Adam D. Barratt ]
85
# BTS_SMTP_HOST=reportbug.debian.org
11 by Adam D. Barratt
* checkbashisms: Only flag "local x y" and "local foo=bar" when --posix is
86
#
87
# If the SMTP host specified above requires authentication, the following
88
# options may be used to specify the username and password to use.
89
# If only a username is provided then the password will be prompted for
90
# before sending the e-mail
91
# BTS_SMTP_AUTH_USERNAME=user
92
# BTS_SMTP_AUTH_PASSWORD=pass
93
#
11.1.1 by Adam D. Barratt, Adam D. Barratt, James Vega
[ Adam D. Barratt ]
94
# Specify a HELO to use when connecting to the SMTP host. If not supplied
95
# and the file /etc/mailname exists, its contents will be used as the HELO
96
# BTS_SMTP_HELO=foo.example.com
97
#
11 by Adam D. Barratt
* checkbashisms: Only flag "local x y" and "local foo=bar" when --posix is
98
# Include resolved bugs when caching?
99
# BTS_INCLUDE_RESOLVED=yes
100
#
101
# Suppress BTS acknowledgment e-mails (ignored by the control bot)
102
# BTS_SUPPRESS_ACKS=no
103
#
104
# Allow the generated message to be edited and, if necessary, abandoned
105
# before sending it to the control bot?
106
#
107
# If set to yes, prompt for confirmation / edit / abandonment.
108
# If set to force, spawn an editor and then proceed as if set to yes
109
# BTS_INTERACTIVE=no
110
#
111
# Specify a list of e-mail addresses to which a carbon copy of the
112
# generated e-mail to the control bot should automatically be sent.
113
# BTS_DEFAULT_CC=example@example.com
11.1.6 by Adam D. Barratt, Adam D. Barratt, Christoph Berg
[ Adam D. Barratt ]
114
#
115
# Which debbugs server should be used?
116
# BTS_SERVER=bugs.debian.org
11 by Adam D. Barratt
* checkbashisms: Only flag "local x y" and "local foo=bar" when --posix is
117
118
##### chdist
119
#
120
# No variables currently
1 by Julian Gilbey
* debclean: don't remove .upload files (closes: #140161)
121
2 by Julian Gilbey
bts: fixed some major blunders in bts show command: now shows
122
##### checkbashisms
123
# 
124
# No variables currently
125
11 by Adam D. Barratt
* checkbashisms: Only flag "local x y" and "local foo=bar" when --posix is
126
##### cowpoke
127
#
128
# No variables currently; see cowpoke.conf and cowpoke(1)
129
2 by Julian Gilbey
bts: fixed some major blunders in bts show command: now shows
130
##### cvs-debc
131
# 
132
# No variables currently
133
134
##### cvs-debi
135
# 
136
# No variables currently
137
6 by Julian Gilbey
* debuild: set DEB_{BUILD,HOST}_* variables as dpkg-buildpackage does
138
##### cvs-debrelease
139
# 
140
# No variables currently
141
2 by Julian Gilbey
bts: fixed some major blunders in bts show command: now shows
142
##### cvs-debuild
143
# 
144
# No variables currently
145
6 by Julian Gilbey
* debuild: set DEB_{BUILD,HOST}_* variables as dpkg-buildpackage does
146
##### dd-list
147
# 
148
# No variables currently
149
11 by Adam D. Barratt
* checkbashisms: Only flag "local x y" and "local foo=bar" when --posix is
150
##### dcmd
151
# 
152
# No variables currently
153
13 by Adam D. Barratt, Adam D. Barratt, James Vega, Christoph Berg
[ Adam D. Barratt ]
154
##### dcontrol
155
#
156
# URL to query
157
# DCONTROL_URL="http://qa.debian.org/cgi-bin/dcontrol"
158
1 by Julian Gilbey
* debclean: don't remove .upload files (closes: #140161)
159
##### debc
160
# 
6 by Julian Gilbey
* debuild: set DEB_{BUILD,HOST}_* variables as dpkg-buildpackage does
161
# debc recognises the DEBRELEASE_DEBS_DIR variable; see debrelease
162
# below for more information.
163
164
##### deb-reversion
165
# 
1 by Julian Gilbey
* debclean: don't remove .upload files (closes: #140161)
166
# No variables currently
167
168
##### debchange/dch
169
# 
170
# Preserve the source tree dirname if the upstream version changes?
171
# DEBCHANGE_PRESERVE=no
2 by Julian Gilbey
bts: fixed some major blunders in bts show command: now shows
172
# 
173
# Query the BTS when --closes is being used?
174
# DEBCHANGE_QUERY_BTS=yes
4 by Joey Hess, Julian Gilbey, Joey Hess
[ Julian Gilbey ]
175
#
176
# Select a heuristic to use to determine whether the package has released.
177
# See the debchange man page for details.
178
# DEBCHANGE_RELEASE_HEURISTIC=log
179
# DEBCHANGE_RELEASE_HEURISTIC=changelog
5 by Julian Gilbey
* bts: handle 8-bit encodings in DEBFULLNAME for "From:" field of emails
180
# 
181
# Introduce multiple-maintainer markers in changelog sections?
182
# DEBCHANGE_MULTIMAINT=yes
11 by Adam D. Barratt
* checkbashisms: Only flag "local x y" and "local foo=bar" when --posix is
183
#
184
# When appending to a multiple-maintainer changelog, if there are
185
# existing changes made by the current maintainer, should new
186
# changelog entries be appended to the existing entries?
187
# DEBCHANGE_MULTIMAINT_MERGE=no
188
# 
189
# When appending entries to the changelog, should the trailer line
190
# be maintained as-is?
191
# DEBCHANGE_MAINTTRAILER=yes
192
#
193
# Use a fixed timezone in changelog entries?
194
# DEBCHANGE_TZ=UTC
195
#
196
# Allow a new version to be lower than the current package version
197
# if the new version matches the specified regular expression
198
# DEBCHANGE_LOWER_VERSION_PATTERN=bpo
199
#
200
# Attempt to automatically determine whether the current changelog
201
# stanza represents an NMU?
202
# DEBCHANGE_AUTO_NMU=yes
15 by Adam D. Barratt
* debchange:
203
#
204
# When --release was used and an editor presented, force the changelog
205
# to be explicitly saved in the editor?  If this is set to "no" then
206
# the changes made by --release will be automatically saved.
207
# DEBCHANGE_FORCE_SAVE_ON_RELEASE=yes
11 by Adam D. Barratt
* checkbashisms: Only flag "local x y" and "local foo=bar" when --posix is
208
209
##### debcheckout
210
#
11.1.2 by Adam D. Barratt, Adam D. Barratt, Christoph Berg, Stefano Zacchiroli, Patrick Schoenfeld
[ Adam D. Barratt ]
211
# List of space-separated pairs REGEXP/REPLACEMENT_TEXT to define
212
# custom rules to enable authenticated mode.
213
# See debcheckout(1) for a more precise description of syntax and
214
# semantics of this setting.
215
# DEBCHECKOUT_AUTH_URLS=''
1 by Julian Gilbey
* debclean: don't remove .upload files (closes: #140161)
216
217
##### debclean
218
# 
219
# Remove .deb, .changes, .dsc and .upload files?
220
# DEBCLEAN_CLEANDEBS=no
221
6 by Julian Gilbey
* debuild: set DEB_{BUILD,HOST}_* variables as dpkg-buildpackage does
222
##### debcommit
223
# 
11 by Adam D. Barratt
* checkbashisms: Only flag "local x y" and "local foo=bar" when --posix is
224
# Strip a leading "* " from commit messages taken from changelogs?
225
# DEBCOMMIT_STRIP_MESSAGE=yes
226
#
227
# Sign created tags using gnupg?
228
# DEBCOMMIT_SIGN_TAGS=no
229
#
230
# Take any uncommitted changes in the changelog in
231
# to account when determining the commit message
232
# for a release?
233
# DEBCOMMIT_RELEASE_USE_CHANGELOG=no
6 by Julian Gilbey
* debuild: set DEB_{BUILD,HOST}_* variables as dpkg-buildpackage does
234
1 by Julian Gilbey
* debclean: don't remove .upload files (closes: #140161)
235
##### debdiff
236
# 
237
# Show directory names which appear in the filelist?
238
# DEBDIFF_DIRS=no
239
# 
6 by Julian Gilbey
* debuild: set DEB_{BUILD,HOST}_* variables as dpkg-buildpackage does
240
# Compare control files?
1 by Julian Gilbey
* debclean: don't remove .upload files (closes: #140161)
241
# DEBDIFF_CONTROL=yes
242
# 
6 by Julian Gilbey
* debuild: set DEB_{BUILD,HOST}_* variables as dpkg-buildpackage does
243
# Which control files to compare?  A comma-separated list, with
244
# possibilities such as postinst, config and so on; ALL means compare
245
# all control files.
246
# DEBDIFF_CONTROLFILES=control
247
# 
1 by Julian Gilbey
* debclean: don't remove .upload files (closes: #140161)
248
# Show files which have moved between .debs?
2 by Julian Gilbey
bts: fixed some major blunders in bts show command: now shows
249
# DEBDIFF_SHOW_MOVED=no
1 by Julian Gilbey
* debclean: don't remove .upload files (closes: #140161)
250
# 
251
# Option to pass to wdiff
252
# DEBDIFF_WDIFF_OPT=
11 by Adam D. Barratt
* checkbashisms: Only flag "local x y" and "local foo=bar" when --posix is
253
#
254
# Include the output of diffstat?
255
# DEBDIFF_SHOW_DIFFSTAT=no
11.1.1 by Adam D. Barratt, Adam D. Barratt, James Vega
[ Adam D. Barratt ]
256
#
257
# Compare control files in source packages using wdiff?
258
# DEBDIFF_WDIFF_SOURCE_CONTROL=no
11.1.7 by Adam D. Barratt, Patrick Schoenfeld, Adam D. Barratt, James Vega
[ Patrick Schoenfeld ]
259
#
260
# Always compare package in version order, rather than the order specified
261
# on the command line?
262
# DEBDIFF_AUTO_VER_SORT=no
10.1.3 by Adam D. Barratt, James Vega, Adam D. Barratt, Patrick Schoenfeld, Christoph Berg, Ryan Niebur
* Urgency "high" for security update
263
#
264
# Unpack tarballs found in the top level source directory.
265
# DEBDIFF_UNPACK_TARBALLS=yes
1 by Julian Gilbey
* debclean: don't remove .upload files (closes: #140161)
266
267
##### debi
268
# 
6 by Julian Gilbey
* debuild: set DEB_{BUILD,HOST}_* variables as dpkg-buildpackage does
269
# debc recognises the DEBRELEASE_DEBS_DIR variable; see debrelease
270
# below for more information.
1 by Julian Gilbey
* debclean: don't remove .upload files (closes: #140161)
271
272
##### debpkg
273
# 
274
# No variables currently
275
276
##### debrelease
277
# 
278
# This specifies which uploader program to use.  As of devscripts ###VERSION###
279
# the recognised values are "dupload" (default) and "dput".  Check the
280
# debrelease(1) manpage for any recent changes to this variable
281
# DEBRELEASE_UPLOADER=dupload
6 by Julian Gilbey
* debuild: set DEB_{BUILD,HOST}_* variables as dpkg-buildpackage does
282
# 
283
# This specifies the directory, relative to the top of the source
284
# tree, in which the .changes and .debs files are to be found.  Note
285
# that this also affects debc and debi.
286
# DEBRELEASE_DEBS_DIR=..
1 by Julian Gilbey
* debclean: don't remove .upload files (closes: #140161)
287
2 by Julian Gilbey
bts: fixed some major blunders in bts show command: now shows
288
##### debrsign
289
# 
290
# No variables currently
291
1 by Julian Gilbey
* debclean: don't remove .upload files (closes: #140161)
292
##### debsign
293
# 
11.1.3 by Adam D. Barratt, Patrick Schoenfeld, Adam D. Barratt, James Vega
[ Patrick Schoenfeld ]
294
# debsign recognises the DEBRELEASE_DEBS_DIR variable; see debrelease
295
# above for more information.
296
#
1 by Julian Gilbey
* debclean: don't remove .upload files (closes: #140161)
297
# Which signing program to use?  gpg and pgp are the usual values; the
298
# default is determined as described in the manpage.
299
# Corresponds to -p option
300
# DEBSIGN_PROGRAM=
301
# 
302
# How the signing program works; must be either gpg or pgp as of
303
# devscripts version ###VERSION###.  The default is described in the
304
# manpage.  Corresponds to -sgpg and -spgp.
305
# DEBSIGN_SIGNLIKE=
306
# 
307
# Maintainer name (only used to determine GPG keyid; -m option)
308
# DEBSIGN_MAINT=
309
# 
310
# GPG keyid to use (-k option)
311
# DEBSIGN_KEYID=
312
11.1.7 by Adam D. Barratt, Patrick Schoenfeld, Adam D. Barratt, James Vega
[ Patrick Schoenfeld ]
313
##### debsnap
314
#
315
# Where to put the directory named <prefix>-<package>/
316
# default: source-$package_name if unset
317
# DEBSNAP_DESTDIR=
318
#
319
# Verbosely show messages (yes/no)
320
# default: no
321
# DEBSNAP_VERBOSE=no
322
#
323
# The base URL of the archive to download from
324
# DEBSNAP_BASE_URL=http://snapshot.debian.net/archive
325
#
326
# A sed regexp to transform pool/<component>/f/foo into the desired layout
327
# default: make the directory from pool/<component>/f/foo to pool/f/foo
328
# DEBSNAP_CLEAN_REGEX="s@\([^/]*\)/[^/]*/\(.*\)@\1/\2@"
329
#
330
# Where the Sources.gz lives, subdirectory of DEBSNAP_BASE_URL/<clean dir>/
331
# default: DEBSNAP_BASE_URL/<clean dir>/source/Sources.gz
332
# DEBSNAP_SOURCES_GZ_PATH=source/Sources.gz
333
1 by Julian Gilbey
* debclean: don't remove .upload files (closes: #140161)
334
##### debuild
335
# 
336
# Do we preserve the whole environment except for PATH?
337
# DEBUILD_PRESERVE_ENV=no
338
# 
339
# Are there any environment variables we should preserve?  This should
340
# be a comma-separated list.
341
# DEBUILD_PRESERVE_ENVVARS=""
342
# 
343
# How to set a preserved environment variable, in this case to set
344
# FOO=bar.
345
# DEBUILD_SET_ENVVAR_FOO=bar
346
# 
6 by Julian Gilbey
* debuild: set DEB_{BUILD,HOST}_* variables as dpkg-buildpackage does
347
# Do we check for the existence of the .orig.tar.gz before calling
348
# dpkg-buildpackage?
349
# DEBUILD_TGZ_CHECK=yes
350
# 
1 by Julian Gilbey
* debclean: don't remove .upload files (closes: #140161)
351
# Corresponds to the dpkg-buildpackage -r option.
352
# DEBUILD_ROOTCMD=fakeroot
353
# 
354
# Extra options given to dpkg-buildpackage before any command-line
355
# options specified.  Single options containing spaces should be
356
# quoted, for example "-m'Julian Gilbey <jdg@debian.org>' -us -uc"
2 by Julian Gilbey
bts: fixed some major blunders in bts show command: now shows
357
# If this contains a -r, -d or -D option, this will also be recognised
358
# when running debuild binary|binary-arch|...
1 by Julian Gilbey
* debclean: don't remove .upload files (closes: #140161)
359
# DEBUILD_DPKG_BUILDPACKAGE_OPTS=""
360
# 
2 by Julian Gilbey
bts: fixed some major blunders in bts show command: now shows
361
# Do we run lintian at the end of a full run?
362
# DEBUILD_LINTIAN=yes
363
# 
1 by Julian Gilbey
* debclean: don't remove .upload files (closes: #140161)
364
# Extra options given to lintian before any command-line options
365
# specified.
366
# DEBUILD_LINTIAN_OPTS=""
11 by Adam D. Barratt
* checkbashisms: Only flag "local x y" and "local foo=bar" when --posix is
367
#
368
# Colon-separated list of options to be added to the beginning
369
# of PATH once it has been sanitised
370
# DEBUILD_PREPEND_PATH="/usr/lib/ccache"
371
#
372
# Credentials to pass to debrsign when signing dsc / changes files
373
# Setting this option to a non-blank string implies using debrsign
374
# DEBUILD_SIGNING_USERNAME="user@host"
6 by Julian Gilbey
* debuild: set DEB_{BUILD,HOST}_* variables as dpkg-buildpackage does
375
# 
376
# Hooks; see the manpage for details of these
377
# DEBUILD_DPKG_BUILDPACKAGE_HOOK=""
378
# DEBUILD_CLEAN_HOOK=""
379
# DEBUILD_DPKG_SOURCE_HOOK=""
380
# DEBUILD_BUILD_HOOK=""
381
# DEBUILD_BINARY_HOOK=""
382
# DEBUILD_FINAL_CLEAN_HOOK=""
383
# DEBUILD_LINTIAN_HOOK=""
384
# DEBUILD_SIGNING_HOOK=""
385
# DEBUILD_POST_DPKG_BUILDPACKAGE_HOOK=""
386
387
##### dget
388
# 
11 by Adam D. Barratt
* checkbashisms: Only flag "local x y" and "local foo=bar" when --posix is
389
# Extra directories to search for files in addition to
390
# /var/cache/apt/archives.  This is a colon-separated list of directories.
391
# DGET_PATH=""
392
#
393
# Unpack downloaded source packages
394
# DGET_UNPACK=yes
395
#
396
# Verify source package signatures using dscverify
397
# DGET_VERIFY=yes
398
399
##### diff2patches
400
#
6 by Julian Gilbey
* debuild: set DEB_{BUILD,HOST}_* variables as dpkg-buildpackage does
401
# No variables currently
1 by Julian Gilbey
* debclean: don't remove .upload files (closes: #140161)
402
403
##### dpkg-depcheck
404
# 
405
# Extra options given to dpkg-depcheck before any command-line
406
# options specified.  For example: "-b --features=-catch-alternatives"
407
# DPKG_DEPCHECK_OPTIONS=""
408
409
##### dpkg-genbuilddeps
410
# 
411
# No variables currently
412
6 by Julian Gilbey
* debuild: set DEB_{BUILD,HOST}_* variables as dpkg-buildpackage does
413
##### dpkg-sig
414
# 
415
# dpkg-sig is not a part of devscripts, but shares this configuration file.
416
# It pays attention to the values of DEBSIGN_MAINT and DEBSIGN_KEY in
417
# addition to the following.
418
#
419
# This key ID takes precedence over the rest
420
# DPKGSIG_KEYID=
421
# 
422
# Do we sign the .changes and .dsc files?  See the manpage for more
423
# info.  Valid options are no, auto, yes, full and force_full.
424
# DPKGSIG_SIGN_CHANGES=auto
425
# 
426
# Do we cache the gpg passphrase by default?  This can be dangerous!
427
# DPKGSIG_CACHE_PASS=no
428
1 by Julian Gilbey
* debclean: don't remove .upload files (closes: #140161)
429
##### dscverify
430
# 
431
# A colon separated list of extra keyrings to read.
432
# DSCVERIFY_KEYRINGS=""
433
11 by Adam D. Barratt
* checkbashisms: Only flag "local x y" and "local foo=bar" when --posix is
434
##### getbuildlog
435
#
436
# No variables currently
437
1 by Julian Gilbey
* debclean: don't remove .upload files (closes: #140161)
438
##### grep-excuses
439
# 
440
# This specifies a default maintainer name or email to hunt for
441
# GREP_EXCUSES_MAINTAINER=""
442
# 
443
# Is this running on ftp-master.debian.org?  If so, we use the local
444
# excuses file
445
# GREP_EXCUSES_FTP_MASTER=no
446
11 by Adam D. Barratt
* checkbashisms: Only flag "local x y" and "local foo=bar" when --posix is
447
##### licensecheck
448
#
449
# Print the file header being parsed before the corresponding license
450
# information?
451
# LICENSECHECK_VERBOSE=no
452
#
453
# How many lines of each file should be parsed for license information?
454
# LICENSECHECK_PARSELINES=60
455
456
##### list-unreleased
457
#
458
# No variables currently
459
1 by Julian Gilbey
* debclean: don't remove .upload files (closes: #140161)
460
##### mergechanges
461
# 
462
# No variables currently
463
11 by Adam D. Barratt
* checkbashisms: Only flag "local x y" and "local foo=bar" when --posix is
464
##### manpage-alert
465
#
466
# No variables currently
467
6 by Julian Gilbey
* debuild: set DEB_{BUILD,HOST}_* variables as dpkg-buildpackage does
468
##### mass-bug
469
# 
470
# No variables currently
471
11.1.1 by Adam D. Barratt, Adam D. Barratt, James Vega
[ Adam D. Barratt ]
472
#### mk-build-deps
473
#
474
# Which tool to use for installing build depends?
475
# MKBUILDDEPS_TOOL=/usr/bin/apt-get
476
#
477
# Remove package files after install?
478
# MKBUILDDEPS_REMOVE_AFTER_INSTALL=yes
479
480
##### namecheck
481
#
482
# No variables currently; see .namecheckrc
483
6 by Julian Gilbey
* debuild: set DEB_{BUILD,HOST}_* variables as dpkg-buildpackage does
484
##### nmudiff
485
# 
13 by Adam D. Barratt, Adam D. Barratt, James Vega, Christoph Berg
[ Adam D. Barratt ]
486
# Number of days to indicate that an NMU upload has been delayed by
487
# using the DELAYED upload queue. 0 indicates no delay.
488
# Defaults to "XX" which adds a placeholder to the e-mail.
489
# NMUDIFF_DELAY=3
490
#
10 by Julian Gilbey
nmudiff: reinstall mutt as mailer of choice, but now provide the
491
# Should we use mutt to edit and send the message or just a plain old
492
# editor?
493
# NMUDIFF_MUTT=yes
494
# 
11 by Adam D. Barratt
* checkbashisms: Only flag "local x y" and "local foo=bar" when --posix is
495
# Should we always submit a new report (yes), always send to the bugs
496
# which are being closed (no), or send to the bug being closed if
497
# there is only one of them, otherwise send a new report (maybe)?
498
# NMUDIFF_NEWREPORT=maybe
499
# 
10 by Julian Gilbey
nmudiff: reinstall mutt as mailer of choice, but now provide the
500
# nmudiff also uses the value of BTS_SENDMAIL_COMMAND if NMUDIFF_MUTT=no
6 by Julian Gilbey
* debuild: set DEB_{BUILD,HOST}_* variables as dpkg-buildpackage does
501
1 by Julian Gilbey
* debclean: don't remove .upload files (closes: #140161)
502
##### plotchangelog
503
# 
504
# Command line options to use (space separated).  None of the options
505
# should contain spaces.  Use the PLOTCHANGELOG_GNUPLOT variable for
506
# the --gnuplot command line option.
507
# PLOTCHANGELOG_OPTIONS=""
508
# 
509
# Here we can give gnuplot options.  Any command line --gnuplot
510
# commands will be appended to these.
511
# PLOTCHANGELOG_GNUPLOT=""
512
6 by Julian Gilbey
* debuild: set DEB_{BUILD,HOST}_* variables as dpkg-buildpackage does
513
##### pts-subscribe
514
# 
515
# How long will we subscribe for by default?  The default is 30 days.
516
# Setting this to 'forever' means that no unsubscription request will
517
# be scheduled.
518
# PTS_UNTIL='now + 30 days'
519
520
##### rc-alert
521
# 
522
# No variables currently
523
524
##### rmadison
525
# 
11 by Adam D. Barratt
* checkbashisms: Only flag "local x y" and "local foo=bar" when --posix is
526
# Add a custom URL to the default list of shorthands so one
527
# can use it with -u without having to specify the full URL
528
# 
529
# RMADISON_URL_MAP_EXAMPLE=http://example.com/madison.cgi
15 by Adam D. Barratt
* debchange:
530
#
531
# Default URL to use if none is specified on the command line.
532
# RMADISON_DEFAULT_URL=debian
6 by Julian Gilbey
* debuild: set DEB_{BUILD,HOST}_* variables as dpkg-buildpackage does
533
534
##### svnpath
535
# 
536
# No variables currently
537
538
##### tagpending
539
# 
540
# No variables currently
541
11 by Adam D. Barratt
* checkbashisms: Only flag "local x y" and "local foo=bar" when --posix is
542
##### transition-check
543
#
544
# No variables currently
545
1 by Julian Gilbey
* debclean: don't remove .upload files (closes: #140161)
546
##### uscan
547
# 
548
# Should we download newer upstream files we come across?
549
# USCAN_DOWNLOAD=yes
550
# 
551
# Should we use FTP PASV mode for ftp:// links?  'default' means let
552
# Net::FTP(3) make the choice (primarily based on the FTP_PASSIVE
553
# environment variable); 'yes' and 'no' override the default
554
# USCAN_PASV=default
555
# 
1.1.1 by Julian Gilbey
uscan: fix second showstopper (broken URL parsing) (closes: #301169)
556
# Should we create a symlink from the downloaded tar.gz file to
557
# pkg_version.orig.tar.gz, rename it like this or do nothing?
558
# Options are 'symlink'/'yes', 'rename' or 'no'
1 by Julian Gilbey
* debclean: don't remove .upload files (closes: #140161)
559
# USCAN_SYMLINK=yes
560
# 
1.1.1 by Julian Gilbey
uscan: fix second showstopper (broken URL parsing) (closes: #301169)
561
# Should we use DEHS style output (XML format)?
562
# USCAN_DEHS_OUTPUT=no
563
# 
1 by Julian Gilbey
* debclean: don't remove .upload files (closes: #140161)
564
# Should we give verbose output?
565
# USCAN_VERBOSE=no
11 by Adam D. Barratt
* checkbashisms: Only flag "local x y" and "local foo=bar" when --posix is
566
#
567
# What user agent string should we send with requests?
568
# (Default is 'Debian uscan X.Y.Z')
569
# USCAN_USER_AGENT=''
570
#
571
# Where should downloaded files be placed?
572
# USCAN_DESTDIR=..
11.1.2 by Adam D. Barratt, Adam D. Barratt, Christoph Berg, Stefano Zacchiroli, Patrick Schoenfeld
[ Adam D. Barratt ]
573
#
574
# Automatically repack bzipped tar or zip archives to gzipped tars?
575
# USCAN_REPACK=no
1 by Julian Gilbey
* debclean: don't remove .upload files (closes: #140161)
576
577
##### uupdate
578
# 
579
# Should we retain the pristine upstream source wherever possible?
580
# UUPDATE_PRISTINE=yes
581
# 
2 by Julian Gilbey
bts: fixed some major blunders in bts show command: now shows
582
# Should we symlink the .orig.tar.gz file to its new name or
583
# copy it instead?  yes=symlink, no=copy
584
# UUPDATE_SYMLINK_ORIG=yes
585
# 
1 by Julian Gilbey
* debclean: don't remove .upload files (closes: #140161)
586
# Corresonds to the dpkg-buildpackage -r option and debuild
587
# DEBUILD_ROOTCMD option.  Normally, this can be left empty, as then
588
# the debuild setting will be used.
589
# UUPDATE_ROOTCMD=''
590
6 by Julian Gilbey
* debuild: set DEB_{BUILD,HOST}_* variables as dpkg-buildpackage does
591
##### whodepends
592
# 
593
# No variables currently
594
595
##### who-uploads
596
# 
11 by Adam D. Barratt
* checkbashisms: Only flag "local x y" and "local foo=bar" when --posix is
597
# Display the date of the upload?
598
# WHOUPLOADS_DATE=no
599
#
6 by Julian Gilbey
* debuild: set DEB_{BUILD,HOST}_* variables as dpkg-buildpackage does
600
# Maximum number of uploads to display per package
601
# WHOUPLOADS_MAXUPLOADS=3
602
# 
603
# Colon-separated list of keyrings to examine by default
11 by Adam D. Barratt
* checkbashisms: Only flag "local x y" and "local foo=bar" when --posix is
604
# WHOUPLOADS_KEYRINGS=/usr/share/keyrings/debian-keyring.gpg:/usr/share/keyrings/debian-keyring.pgp:/usr/share/keyrings/debian-maintainers.gpg
6 by Julian Gilbey
* debuild: set DEB_{BUILD,HOST}_* variables as dpkg-buildpackage does
605
606
##### wnpp-alert
607
# 
608
# No variables currently
11 by Adam D. Barratt
* checkbashisms: Only flag "local x y" and "local foo=bar" when --posix is
609
610
##### wnpp-check
611
#
612
# No variables currently