Added some code to peer into a data structure in Maemian/Schedule.pm. Also added the
[maemian] / nokia-lintian / doc / lintianrc.example
1 # /etc/lintianrc -- Lintian configuration file
2 #
3 # Note, that Lintian has reasonable default values for all variables
4 # specified below. Thus, you don't have to change this file unless you
5 # want something special.
6
7 # Also note, that this file uses a special syntax:
8 # Empty lines are allowed, comments are introduced by a hash sign (#).
9 # All other lines must have the format
10 #    VAR=text
11 # or
12 #    VAR="text"
13 # It is allowed to use `~' and `$HOME' in the variables, but not other
14 # shell/environment variables.
15
16 # Specify a laboratory--a directory where Lintian should store some info
17 # about packages being checked.
18 #LINTIAN_LAB="/var/spool/lintian"
19
20 # Override default unpack level. By setting this to 0, Lintian will
21 # automatically remove any unpacked packages after they have been
22 # processed.
23 #LINTIAN_UNPACK_LEVEL="0"
24
25 # If you want lintian to check the whole Debian archive instead of just
26 # single packages you have to set the LINTIAN_DIST variable to the root
27 # directory of the distribution archive (i.e., a local Debian mirror).
28 #
29 #LINTIAN_DIST="/ftp/debian/dists/unstable"
30
31 # Specify a default architecture--when checking the full archive (as
32 # specified by LINTIAN_DIST), Lintian will only check packages of this
33 # architecture or of architecture `all'.
34 #LINTIAN_ARCH="i386"