Updated Debian package: oscar now deploy its bundles in ~/.noscar/sip-communicator.bin

cusax-fix
Martin Andre 20 years ago
parent ab244321c8
commit ad00e84ab3

@ -1,6 +1,18 @@
sip-communicator (1.0-alpha1) unstable; urgency=low
sip-communicator (1.0-alpha1-2) unstable; urgency=low
* Changed oscar behavior to deploy its bundles in
~/.noscar/sip-communicator.bin
* Removed remaining files not useful here, ie only for testing: junit.jar,
oscar.unit.test.properties and testing.properties
-- Martin Andre <mandre@dev.java.net> Thu, 12 Oct 2006 12:20:36 +0900
sip-communicator (1.0-alpha1-1) unstable; urgency=low
* Initial release
* Created a basic man page
* Created an excutable shell script to launch SIP Communicator
* Removed all slicks libs already inclueded in Debian
-- Martin Andre <mandre@dev.java.net> Mon, 25 Sep 2006 11:51:01 +0900

@ -52,7 +52,8 @@ install: build
cp debian/sc-logo-32x32.xpm debian/sip-communicator/usr/share/pixmaps/sip-communicator.xpm
cp debian/sip-communicator.desktop debian/sip-communicator/usr/share/applications/
cp $(BASEDIR)/lib/*.jar debian/sip-communicator/usr/share/sip-communicator/lib
cp $(BASEDIR)/lib/*.properties debian/sip-communicator/usr/share/sip-communicator/lib
cp $(BASEDIR)/lib/logging.properties debian/sip-communicator/usr/share/sip-communicator/lib
cp $(BASEDIR)/lib/oscar.client.run.properties debian/sip-communicator/usr/share/sip-communicator/lib
cp -r $(BASEDIR)/lib/native debian/sip-communicator/usr/share/sip-communicator/lib
cp $(BASEDIR)/lib/bundle/shell.jar debian/sip-communicator/usr/share/sip-communicator/lib/bundle/shell.jar
cp $(BASEDIR)/lib/bundle/bundlerepository.jar debian/sip-communicator/usr/share/sip-communicator/lib/bundle/bundlerepository.jar
@ -68,9 +69,11 @@ install: build
rm debian/sip-communicator/usr/share/sip-communicator/lib/bcprov-jdk14-130.jar
rm debian/sip-communicator/usr/share/sip-communicator/lib/log4j-1.2.8.jar
# Make oscar deploy its bundles in /tmp
sed -i -e "s/oscar.cache.profiledir=sip-communicator.bin/oscar.cache.profiledir=\/tmp\/sip-communicator.bin/" debian/sip-communicator/usr/share/sip-communicator/lib/oscar.client.run.properties
sed -i -e "s/oscar.cache.profiledir=sip-communicator.bin/oscar.cache.profiledir=\/tmp\/sip-communicator.bin/" debian/sip-communicator/usr/share/sip-communicator/lib/oscar.unit.test.properties
# Remove other unneeded libs
rm debian/sip-communicator/usr/share/sip-communicator/lib/junit.jar
# Make oscar deploy its bundles in ~/.noscar/sip-communicator.bin
sed -i -e "s/oscar.cache.profiledir=sip-communicator.bin/oscar.cache.profile=sip-communicator.bin/" debian/sip-communicator/usr/share/sip-communicator/lib/oscar.client.run.properties
# Build i386 files here.

Loading…
Cancel
Save