[Pkg-voip-commits] r1413 - opal/branches/sarge/debian
Kilian Krause
kilian at costa.debian.org
Tue Mar 14 11:54:06 UTC 2006
Author: kilian
Date: 2006-03-14 11:54:06 +0000 (Tue, 14 Mar 2006)
New Revision: 1413
Modified:
opal/branches/sarge/debian/changelog
opal/branches/sarge/debian/rules
Log:
backport new upstream release changes.
Modified: opal/branches/sarge/debian/changelog
===================================================================
--- opal/branches/sarge/debian/changelog 2006-03-14 11:49:51 UTC (rev 1412)
+++ opal/branches/sarge/debian/changelog 2006-03-14 11:54:06 UTC (rev 1413)
@@ -1,9 +1,15 @@
-opal (2.2.0-1) UNRELEASED; urgency=low
+opal (2.2.1-1) unstable; urgency=low
- * NOT RELEASED YET
+ * New upstream release (Phobos_release1 tag) to hotfix retransmission of
+ messages which made Ekiga get stuck
+
+ -- Kilian Krause <kilian at debian.org> Tue, 14 Mar 2006 12:46:42 +0100
+
+opal (2.2.0-1) unstable; urgency=low
+
* New upstream release (Phobos_release tag).
- -- Kilian Krause <kilian at debian.org> Mon, 13 Mar 2006 11:15:27 +0100
+ -- Kilian Krause <kilian at debian.org> Tue, 14 Mar 2006 00:14:58 +0000
opal (2.1.3-2) unstable; urgency=low
Modified: opal/branches/sarge/debian/rules
===================================================================
--- opal/branches/sarge/debian/rules 2006-03-14 11:49:51 UTC (rev 1412)
+++ opal/branches/sarge/debian/rules 2006-03-14 11:54:06 UTC (rev 1413)
@@ -3,10 +3,10 @@
export DH_COMPAT=4
# Change this on API breakage
-export LIBOPALCOMPAT=2.1.3
+export LIBOPALCOMPAT=2.2.0
+export LIBOPALCOMPAT2=2.1.3
-#PACKAGE=libopal-$(LIBOPALCOMPAT)
-PACKAGE=libopal-2.2.0
+PACKAGE=libopal-$(LIBOPALCOMPAT)
VER_MAJOR := $(shell awk '/MAJOR_VERSION/ { print $$3 }' version.h)
VER_MINOR := $(shell awk '/MINOR_VERSION/ { print $$3 }' version.h)
@@ -115,6 +115,10 @@
ln -s libopal.so.$(SHLIBSVER) \
debian/$(PACKAGE)/usr/lib/libopal.so.$(LIBOPALCOMPAT)
endif
+ifneq ($(SHLIBSVER),$(LIBOPALCOMPAT2))
+ ln -s libopal.so.$(SHLIBSVER) \
+ debian/$(PACKAGE)/usr/lib/libopal.so.$(LIBOPALCOMPAT2)
+endif
$(MAKE) $(MAKE_BUILD_PARAM) INSTALL_DIR=$(PWD)/debian/simpleopal/usr -C samples/simple install
# clean simple to install it as a sample in the docs
$(MAKE) $(MAKE_BUILD_PARAM) -C samples/simple clean
More information about the Pkg-voip-commits
mailing list