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="unbound"/>
<antcall target="hwaddressretriever"/> <antcall target="hwaddressretriever"/>
<antcall target="g722"/>
</target> </target>
<!-- target to rebuild the jna bundle reusing debian package --> <!-- target to rebuild the jna bundle reusing debian package -->

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

Loading…
Cancel
Save