diff options
author | Bertrand Marc <beberking@gmail.com> | 2012-05-06 00:43:21 +0200 |
---|---|---|
committer | Bertrand Marc <beberking@gmail.com> | 2012-05-06 00:43:21 +0200 |
commit | ed1f51e10e427854ae7f99a55d42ddbf7b4b5cfc (patch) | |
tree | 9e52e2ad2b4bbc91d99d07035f6bba13300a8f51 /debian/control | |
parent | df86a8d5b93c6d7ae401af02401a92a40d11d7d3 (diff) |
Make gnunet-dbg depends on alternativesdebian/0.9.2-1
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 |