diff options
author | Bertrand Marc <beberking@gmail.com> | 2012-05-21 19:51:08 +0200 |
---|---|---|
committer | Bertrand Marc <beberking@gmail.com> | 2012-05-21 19:51:08 +0200 |
commit | 517ac5700a0e16e907fdd3d75e8fa5c8d41ebb65 (patch) | |
tree | 2ea1d30a4199be854e06d69e1d2ccd392f41812b | |
parent | e9520984adb86fee7009a7912d8eb5402d375e41 (diff) |
gnunet-server breaks/replaces gnunet-client (<<0.9) (Closes: #673801).
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index d6eadb0..41414dc 100644 --- a/debian/control +++ b/debian/control @@ -77,8 +77,8 @@ Depends: ${misc:Depends}, ${shlibs:Depends}, gnunet-common (= ${binary:Version}), adduser, gettext, netbase Suggests: miniupnpc -Breaks: gnunet-fuse (<<0.9) -Replaces: gnunet-fuse (<<0.9) +Breaks: gnunet-fuse (<<0.9), gnunet-client (<<0.9) +Replaces: gnunet-fuse (<<0.9), gnunet-client (<<0.9) Description: secure, trust-based peer-to-peer framework (server) 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 |