Package: olsrd Version 0.6.2-1 Severity: minor Tags: patch Most usages of olsrd use one of the plugins to monitor the status of olsrd. Therefore, I propose that the olsrd Recommend: olsrd-plugins, so that package is installed automatically for most people, yet can easily be not installed or uninstalled for those who don't want it. I attached a patch to make this change.
From 36b44abc9c17c7c2beb56d431c8cf4e055b82b1e Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner <[email protected]> Date: Fri, 3 Feb 2012 16:05:51 -0500 Subject: [PATCH 11/11] olsrd Recommends: olsrd-plugins since they are usually used together
--- debian/control | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/debian/control b/debian/control index 8bcf381..8095b93 100644 --- a/debian/control +++ b/debian/control @@ -16,6 +16,7 @@ Vcs-Browser: http://svn.debian.org/wsvn/collab-maint/deb-maint/olsrd/ Package: olsrd Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} +Recommends: olsrd-plugins Description: optimized link-state routing daemon (unik-olsrd) unik-olsrd is an implementation of the Optimized Link State Routing protocol for Mobile Ad-Hoc networks(MANET). The protocol is described in RFC3626. It -- 1.7.5.4

