diff options
Diffstat (limited to 'resources/install/debian/control-src.tmpl')
-rw-r--r-- | resources/install/debian/control-src.tmpl | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/resources/install/debian/control-src.tmpl b/resources/install/debian/control-src.tmpl index fdf1456..cb9b08d 100644 --- a/resources/install/debian/control-src.tmpl +++ b/resources/install/debian/control-src.tmpl @@ -6,7 +6,7 @@ Uploaders: Emil Ivov <emcho@jitsi.org>, Damian Minkov <damencho@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, @@ -42,14 +42,11 @@ Build-Depends: debhelper (>= 9), javahelper, libxtst-dev, libxv-dev, libdbus-1-dev, - libunbound-dev, libxss-dev, libgtk2.0-dev, libglib2.0-dev, libguava-java, libhsqldb-java, - glassfish-activation, - glassfish-mail, libjcalendar-java, libphonenumber6-java, libslf4j-java @@ -62,7 +59,8 @@ Depends: ${misc:Depends}, _PACKAGE_NAME_-common (= ${source:Version}), libjitsi (= ${libjitsi:version}), libjitsi-jni (= ${libjitsi:version}), - default-jre, + default-jre | java7-runtime, + libappindicator1, libunixsocket-java, libhttpcore-java, liblog4j1.2-java, @@ -93,7 +91,7 @@ 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. Package: _PACKAGE_NAME_-jni Replaces: libjitsi-jni (<< 415) @@ -111,7 +109,7 @@ Package: _PACKAGE_NAME_-common Section: libs Architecture: all Depends: ${misc:Depends}, ${shlibs:Depends}, - libdnsjava-java (>= 2.1.7~), + libdnsjava-java (>= 2.1.7), libxpp3-java, libjzlib-java, libbcpkix-java |