diff options
author | Bertrand Marc <beberking@gmail.com> | 2012-10-18 21:38:48 +0200 |
---|---|---|
committer | Bertrand Marc <beberking@gmail.com> | 2013-08-04 13:57:47 +0200 |
commit | 952fe1ae7f46ecd952edef9970fd8c9d45a0cc1f (patch) | |
tree | 7a70f3083e4e9dbd51c173e5238b8429745c4a07 | |
parent | c5edc988cf4620b5c3a67dd99b609352170d219c (diff) |
Drop dependency on gettext for gnunet-client and gnunet-server as it is not necessary, thanks to Ivan Shmakov (Closes: #690860).
-rw-r--r-- | debian/control | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/debian/control b/debian/control index e14b710..28af79d 100644 --- a/debian/control +++ b/debian/control @@ -30,8 +30,7 @@ Package: gnunet-client Architecture: any Pre-Depends: ${misc:Pre-Depends} Depends: - ${misc:Depends}, ${shlibs:Depends}, gnunet-common (= ${binary:Version}), - gettext + ${misc:Depends}, ${shlibs:Depends}, gnunet-common (= ${binary:Version}) Suggests: gnunet-server, libextractor-plugins Description: secure, trust-based peer-to-peer framework (client) GNUnet is a peer-to-peer framework which focuses on providing security. All @@ -75,7 +74,7 @@ Architecture: any Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends}, ${shlibs:Depends}, gnunet-common (= ${binary:Version}), - adduser, gettext, netbase + adduser, netbase Suggests: miniupnpc Breaks: gnunet-fuse (<<0.9), gnunet-client (<<0.9) Replaces: gnunet-fuse (<<0.9), gnunet-client (<<0.9) |