Fix debian packaging with typo and compat issue. Thanks to ThomasCr for the patch.

This commit is contained in:
Gilles Darold 2019-05-03 21:05:22 +02:00
parent d7b6ea0267
commit be4214c93d
3 changed files with 3 additions and 2 deletions

2
debian/compat vendored
View File

@ -1 +1 @@
9
7

1
debian/control vendored
View File

@ -1,6 +1,7 @@
Source: squidanalyzer
Section: admin
Priority: extra
Build-Depends: debhelper (>=7), apache2-dev
Maintainer: Gilles Darold <gilles@darold.net>
Package: squidanalyzer

2
debian/rules vendored
View File

@ -5,7 +5,7 @@
override_dh_auto_configure:
perl Makefile.PL \
INSTALLDIRS=vendor
INSTALLDIRS=vendor \
LOGFILE=/var/log/squid3/access.log \
BINDIR=/usr/bin \
CONFDIR=/etc/squidanalyzer \