home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Linux / Ubuntu_64-bit / ubuntu-11.04-desktop-amd64.iso / casper / filesystem.squashfs / etc / lintianrc < prev    next >
Text File  |  2011-04-16  |  1KB  |  35 lines

  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. # Also note, that this file uses a special syntax:
  7. # Empty lines are allowed, comments are introduced by a hash sign (#).
  8. # All other lines must have the format
  9. #    VAR=text
  10. # or
  11. #    VAR="text"
  12. # It is allowed to use `~' and `$HOME' in the variables, but not other
  13. # shell/environment variables.
  14.  
  15. # Specify a laboratory--a directory where Lintian should store some info
  16. # about packages being checked.
  17. #LINTIAN_LAB="/var/spool/lintian"
  18.  
  19. # Override default unpack level. By setting this to 0, Lintian will
  20. # automatically remove any unpacked packages after they have been
  21. # processed.
  22. #LINTIAN_UNPACK_LEVEL="0"
  23.  
  24. # If you want lintian to check the whole Debian archive instead of just
  25. # single packages you have to set the LINTIAN_DIST variable to the root
  26. # directory of the distribution archive (i.e., a local Debian mirror).
  27. #
  28. #LINTIAN_DIST="/ftp/debian/dists/unstable"
  29.  
  30. # Specify a default architecture--when checking the full archive (as
  31. # specified by LINTIAN_DIST), Lintian will only check packages of this
  32. # architecture or of architecture `all'.
  33. #LINTIAN_ARCH="i386"
  34.