aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorBertrand Marc <beberking@gmail.com>2012-10-18 21:38:48 +0200
committerBertrand Marc <beberking@gmail.com>2012-10-18 21:38:48 +0200
commitf0af60ee5f0280726c80caff8c4cb719176d6ef1 (patch)
treed7d6eee196164413c528a9d32e87bd09e794571a /debian
parentebf2defd5bcc76493cc06fc7bf007f6a55dd71b2 (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/control5
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)