diff options
author | Steffen Joeris <white@debian.org> | 2006-09-05 11:26:52 +0000 |
---|---|---|
committer | Steffen Joeris <white@debian.org> | 2006-09-05 11:26:52 +0000 |
commit | d4775878704a662f241afdf3e8f7819554992104 (patch) | |
tree | 464453bdb4f409b53200b46fe93ab8c09ff4ce66 | |
parent | 34b314821095c629f4c6d19f86f0940205ec2d5c (diff) | |
download | sitesummary-d4775878704a662f241afdf3e8f7819554992104.tar.gz sitesummary-d4775878704a662f241afdf3e8f7819554992104.tar.bz2 sitesummary-d4775878704a662f241afdf3e8f7819554992104.tar.xz |
* add missing dependency for sitesummary against apache2-common
which is needed for a2dissite in the postinst script
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index a5439cd..0cdd3be 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +sitesummary (0.0.8) terra; urgency=low + + [ Steffen Joeris ] + * Add missing dependency for sitesummary against apache2-common + which is needed for a2dissite in the postinst script + + -- Steffen Joeris <steffen.joeris@skolelinux.de> Tue, 5 Sep 2006 21:21:24 +1000 + sitesummary (0.0.7) terra; urgency=low [ Petter Reinholdtsen ] diff --git a/debian/control b/debian/control index e874aff..b9d01d3 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Standards-Version: 3.7.2 Package: sitesummary Architecture: all -Depends: gnupg +Depends: gnupg, apache2-common 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 |