diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2006-08-27 10:19:27 +0000 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2006-08-27 10:19:27 +0000 |
commit | d9ff96f60f8aa7515d440df0d233649f99f3438c (patch) | |
tree | 6f83bdb9cfc1a02f775a552972a043895e5fcaaf /debian/control | |
parent | d2e613ce766fe9d17d326b05d5a9688426000f09 (diff) | |
download | sitesummary-d9ff96f60f8aa7515d440df0d233649f99f3438c.tar.gz sitesummary-d9ff96f60f8aa7515d440df0d233649f99f3438c.tar.bz2 sitesummary-d9ff96f60f8aa7515d440df0d233649f99f3438c.tar.xz |
* Add debconf question for site, and start on code to ask for
collector URL.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 3a71965..0f05eaf 100644 --- a/debian/control +++ b/debian/control @@ -9,13 +9,13 @@ Standards-Version: 3.7.2 Package: sitesummary Architecture: all Depends: gnupg -Recommends: apache2-mpm-worker | httpd, sitesummary-client +Recommends: ${misc:Depends}, apache2-mpm-worker | httpd, sitesummary-client Description: Generate site summary of submitting hosts, server package Nice server. Package: sitesummary-client Architecture: all -Depends: wget, gnupg +Depends: ${misc:Depends}, wget, gnupg Recommends: dmidecide, pciutils Recommends: sitesummary Description: Generate site summary of submitting hosts, client package |