diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2014-08-21 10:22:59 +0200 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2014-08-21 11:05:44 +0200 |
commit | 08e3a22d26ea236a64551a35de90379c64439ebf (patch) | |
tree | ffc3591239bca7a11bd802f95fc79c8b7cee1320 /debian/control | |
parent | 121ee06d385740e22ca02ba49e9b25a7040e9038 (diff) | |
download | sitesummary-08e3a22d26ea236a64551a35de90379c64439ebf.tar.gz sitesummary-08e3a22d26ea236a64551a35de90379c64439ebf.tar.bz2 sitesummary-08e3a22d26ea236a64551a35de90379c64439ebf.tar.xz |
Migrate setup to Apache 2.4 (Closes: #669782).
Rename conffile /etc/apache2/conf.d/sitesummary to
/etc/apache2/conf-available/sitesummary.conf and update
postinst to enable it by default on fresh installs.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 1633f36..73405f9 100644 --- a/debian/control +++ b/debian/control @@ -11,6 +11,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-edu/upstream/sitesummary Package: sitesummary Architecture: all +Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends}, ${perl:Depends}, gnupg, net-tools, perl-modules Recommends: apache2-mpm-worker | httpd, sitesummary-client Suggests: munin, munin-node, nagios3, nagios-plugins-standard, ldap-utils, cups-client |