diff options
author | Bertrand Marc <beberking@gmail.com> | 2012-10-18 21:38:48 +0200 |
---|---|---|
committer | Bertrand Marc <beberking@gmail.com> | 2012-10-18 21:38:48 +0200 |
commit | f0af60ee5f0280726c80caff8c4cb719176d6ef1 (patch) | |
tree | d7d6eee196164413c528a9d32e87bd09e794571a /debian | |
parent | ebf2defd5bcc76493cc06fc7bf007f6a55dd71b2 (diff) |
Drop dependency on gettext for gnunet-client and gnunet-server as it is not necessary, thanks to Ivan Shmakov (Closes: #690860).
Diffstat (limited to 'debian')
-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) |