Added lots more modules from lintian. Maemian appears to work.
[maemian] / reporting / config
1 # Hey emacs! This is a -*- Perl -*- script!
2 # config -- configuration file for Lintian reporting harness
3
4 $HOME = "/org/lintian.debian.org";
5 $LINTIAN_ARCHIVEDIR = "/org/ftp.debian.org/ftp";
6 $LINTIAN_DIST = "sid";
7 $LINTIAN_AREA = "main";
8 $LINTIAN_ARCH = "i386";
9
10 $LINTIAN_ROOT = "$HOME/root";
11 $LINTIAN_LAB = "$HOME/laboratory";
12 $LOG_DIR = "$HOME/logs";
13 $HTML_DIR = "$HOME/www";
14 $HTML_TMP_DIR = "$HTML_DIR.new";
15 $LINTIAN_CFG = "$LINTIAN_ROOT/reporting/lintian-dummy.cfg";  # this config file has to be empty!
16 $LINTIAN_UNPACK_LEVEL = "";
17 $LINTIAN_BIN_DIR = "$HOME/bin";
18 $LINTIAN_GPG_CHECK = 0;
19
20 $log_file = "$LOG_DIR/harness.log";
21 $changes_file = "$LOG_DIR/setup-lab.log";
22 $list_file = "$LOG_DIR/changed-packages.list";
23 $lintian_log = "$LOG_DIR/lintian.log";
24 $old_lintian_log = "$LOG_DIR/lintian.log.old";
25 $lintian_cmd = "$LINTIAN_ROOT/frontend/lintian";
26 $html_reports_cmd = "$LINTIAN_ROOT/reporting/html_reports";
27 $html_reports_log = "$LOG_DIR/html_reports.log";
28 $statistics_file = "$LOG_DIR/statistics";
29
30 1;