diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2006-10-06 17:21:00 +0000 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2006-10-06 17:21:00 +0000 |
commit | 10be83353ce3dd2502fc08901eaf808ce5c080a0 (patch) | |
tree | 924d460003820880dc9b542d5b66297c4cd681db /debian/control | |
parent | cb70f95eaae71fc0c671561e79c9cb5f534ccb36 (diff) | |
download | sitesummary-10be83353ce3dd2502fc08901eaf808ce5c080a0.tar.gz sitesummary-10be83353ce3dd2502fc08901eaf808ce5c080a0.tar.bz2 sitesummary-10be83353ce3dd2502fc08901eaf808ce5c080a0.tar.xz |
* Add symlink from /etc/apache/conf.d/sitesummary to
/etc/apache2/conf.d/sitesummary, to work with both apache and
apache2. Adjust dependency accordingly, and rewrite postinst to
continue working when apache2-common isn't installed.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index d2cb0b1..7645912 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Standards-Version: 3.7.2 Package: sitesummary Architecture: all -Depends: gnupg, apache2-common +Depends: gnupg Recommends: ${misc:Depends}, apache2-mpm-worker | httpd, sitesummary-client Description: Generate site summary of submitting hosts (server part) The sitesummary system makes it easier to keep track of a lot of |