mirror of
https://github.com/darold/squidanalyzer.git
synced 2025-07-30 17:34:21 +02:00
Fix debian packaging with typo and compat issue. Thanks to ThomasCr for the patch.
This commit is contained in:
parent
d7b6ea0267
commit
be4214c93d
2
debian/compat
vendored
2
debian/compat
vendored
@ -1 +1 @@
|
||||
9
|
||||
7
|
||||
|
1
debian/control
vendored
1
debian/control
vendored
@ -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
2
debian/rules
vendored
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user