aboutsummaryrefslogtreecommitdiffstats
path: root/resources/install/debian/control.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'resources/install/debian/control.tmpl')
-rw-r--r--resources/install/debian/control.tmpl14
1 files changed, 8 insertions, 6 deletions
diff --git a/resources/install/debian/control.tmpl b/resources/install/debian/control.tmpl
index f717416..b780bb4 100644
--- a/resources/install/debian/control.tmpl
+++ b/resources/install/debian/control.tmpl
@@ -6,7 +6,7 @@ Uploaders: Emil Ivov <emcho@jitsi.org>
Homepage: _APP_WEB_
Build-Depends: debhelper (>= 9), javahelper,
dpkg-dev (>= 1.16.1),
- default-jdk,
+ default-jdk | java7-sdk,
ant,
ant-optional,
ant-contrib-cpptasks,
@@ -48,22 +48,24 @@ Build-Depends: debhelper (>= 9), javahelper,
libasound2-dev,
libspeexdsp-dev,
libspeex-dev,
- libunbound-dev,
libxss-dev,
libgtk2.0-dev,
libglib2.0-dev,
libpulse-dev,
libgoogle-collections-java,
- glassfish-activation,
- glassfish-mail,
libbcpkix-java
Standards-Version: 3.9.5
Package: _PACKAGE_NAME_
Architecture: i386 amd64
-Depends: default-jre, libxss1
+Depends: default-jre | java7-runtime,
+ libappindicator1,
+ libxss1,
+ libspeex1,
+ libspeexdsp1,
+ jitsi-archive-keyring
Description: VoIP and Instant Messaging client
_APP_NAME_ is an application that allows you to do audio/video
conversations over the Internet through the SIP and XMPP/Jabber protocol,
as well as chat with your friends using some of the most popular instant
- messaging protocols such as SIP/SIMPLE, XMPP/Jabber, AIM/ICQ, Yahoo and others.
+ messaging protocols such as SIP/SIMPLE, XMPP/Jabber, AIM/ICQ and others.