Updates deb-src build to avoid duplicate files(g722) and adds statement that package jitsi-jni replaces old libjitsi-jni.

fix-message-formatting
Damian Minkov 11 years ago
parent de4cbe96b3
commit ba7971208e

@ -3138,7 +3138,6 @@
<antcall target="unbound"/>
<antcall target="hwaddressretriever"/>
<antcall target="g722"/>
</target>
<!-- target to rebuild the jna bundle reusing debian package -->

@ -70,8 +70,8 @@ Package: _PACKAGE_NAME_
Architecture: all
Depends: ${misc:Depends},
_PACKAGE_NAME_-jni (>= ${source:Version}),
libjitsi,
libjitsi-jni,
libjitsi (>= 415-0),
libjitsi-jni (>= 415-0),
default-jre | java6-runtime,
libunixsocket-java,
libhttpcore-java,
@ -103,6 +103,7 @@ Description: VoIP and Instant Messaging client
messaging protocols such as SIP/SIMPLE, XMPP/Jabber, AIM/ICQ, Yahoo and others.
Package: _PACKAGE_NAME_-jni
Replaces: libjitsi-jni (<< 415)
Section: libs
Architecture: amd64 i386
Depends: ${misc:Depends}, ${shlibs:Depends}

Loading…
Cancel
Save