X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=nokia-lintian%2Fdoc%2Flintianrc.example;fp=nokia-lintian%2Fdoc%2Flintianrc.example;h=0000000000000000000000000000000000000000;hb=bf47c4c43f1f5f4986e85b74fc82b32048aeb846;hp=5d1031a227ff9bd1e1ba272f02cd69d393555d04;hpb=19fdce4b743853cee27edb892096cf64295c2874;p=maemian diff --git a/nokia-lintian/doc/lintianrc.example b/nokia-lintian/doc/lintianrc.example deleted file mode 100644 index 5d1031a..0000000 --- a/nokia-lintian/doc/lintianrc.example +++ /dev/null @@ -1,34 +0,0 @@ -# /etc/lintianrc -- Lintian configuration file -# -# Note, that Lintian has reasonable default values for all variables -# specified below. Thus, you don't have to change this file unless you -# want something special. -# -# Also note, that this file uses a special syntax: -# Empty lines are allowed, comments are introduced by a hash sign (#). -# All other lines must have the format -# VAR=text -# or -# VAR="text" -# It is allowed to use `~' and `$HOME' in the variables, but not other -# shell/environment variables. - -# Specify a laboratory--a directory where Lintian should store some info -# about packages being checked. -#LINTIAN_LAB="/var/spool/lintian" - -# Override default unpack level. By setting this to 0, Lintian will -# automatically remove any unpacked packages after they have been -# processed. -#LINTIAN_UNPACK_LEVEL="0" - -# If you want lintian to check the whole Debian archive instead of just -# single packages you have to set the LINTIAN_DIST variable to the root -# directory of the distribution archive (i.e., a local Debian mirror). -# -#LINTIAN_DIST="/ftp/debian/dists/unstable" - -# Specify a default architecture--when checking the full archive (as -# specified by LINTIAN_DIST), Lintian will only check packages of this -# architecture or of architecture `all'. -#LINTIAN_ARCH="i386"