diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/debian/control b/debian/control index fb326bd..b7d9101 100644 --- a/debian/control +++ b/debian/control @@ -60,9 +60,8 @@ Section: debug Priority: extra Architecture: any Depends: - ${misc:Depends}, gnunet-client (= ${binary:Version}), - gnunet-common (= ${binary:Version}), gnunet-dev (= ${binary:Version}), - gnunet-server (= ${binary:Version}) + gnunet-common (= ${binary:Version}) | gnunet-server (= ${binary:Version}) | + gnunet-client (= ${binary:Version}), ${misc:Depends} Description: secure, trust-based peer-to-peer framework (debug) GNUnet is a peer-to-peer framework which focuses on providing security. All link-to-link messages in the network are confidential and authenticated. The |