Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
136 - 1
# This configuration file gives defaults for the scripts in
2
# the devscripts package, as documented in the individual manpages.
3
# Variables defined here may be overridden by a per-user ~/.devscripts
4
# configuration file, which has exactly the same syntax as this file.
5
#
6
# This file is sourced by /bin/bash, and should only contain
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.
10
# Variables corresponding to switches (on/off; yes/no) must take
11
# one of the values 'yes' or 'no'.
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 2.10.55:
20
 
21
##### annotate-output
22
#
23
# No variables currently
24
 
25
##### checkbashisms
26
#
27
# No variables currently
28
 
29
##### licensecheck
30
#
31
# Print the file header being parsed before the corresponding license
32
# information?
33
# LICENSECHECK_VERBOSE=no
34
#
35
# How many lines of each file should be parsed for license information?
36
# LICENSECHECK_PARSELINES=60
37
 
38
##### manpage-alert
39
#
40
# No variables currently