diff --git a/debian/compat b/debian/compat index ec63514..7f8f011 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +7 diff --git a/debian/control b/debian/control index 4007bb3..93d79fc 100644 --- a/debian/control +++ b/debian/control @@ -1,6 +1,7 @@ Source: squidanalyzer Section: admin Priority: extra +Build-Depends: debhelper (>=7), apache2-dev Maintainer: Gilles Darold Package: squidanalyzer diff --git a/debian/rules b/debian/rules index 0043280..f9771a9 100755 --- a/debian/rules +++ b/debian/rules @@ -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 \