[Pkg-corba-commits] r56 - in /trunk/omnievents/debian: changelog compat control libomnievents.install libomnieventsc2.install rules

tgg at users.alioth.debian.org tgg at users.alioth.debian.org
Wed Nov 21 11:26:25 UTC 2007


Author: tgg
Date: Wed Nov 21 11:26:25 2007
New Revision: 56

URL: http://svn.debian.org/wsvn/pkg-corba/?sc=1&rev=56
Log:
import 2.6.2.pre2-1.1 (using snapshot.debian.net)

Added:
    trunk/omnievents/debian/compat
    trunk/omnievents/debian/libomnieventsc2.install
      - copied unchanged from r53, trunk/omnievents/debian/libomnievents.install
Removed:
    trunk/omnievents/debian/libomnievents.install
Modified:
    trunk/omnievents/debian/changelog
    trunk/omnievents/debian/control
    trunk/omnievents/debian/rules

Modified: trunk/omnievents/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-corba/trunk/omnievents/debian/changelog?rev=56&op=diff
==============================================================================
--- trunk/omnievents/debian/changelog (original)
+++ trunk/omnievents/debian/changelog Wed Nov 21 11:26:25 2007
@@ -1,3 +1,10 @@
+omnievents (2.6.2.pre2-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * C++ ABI transition (closes: #332896).
+
+ -- Luk Claes <luk at debian.org>  Sun,  9 Oct 2005 12:58:02 +0200
+
 omnievents (2.6.2.pre2-1) unstable; urgency=medium
 
   * New upstream pre-release (improved stability, less crashes,

Added: trunk/omnievents/debian/compat
URL: http://svn.debian.org/wsvn/pkg-corba/trunk/omnievents/debian/compat?rev=56&op=file
==============================================================================
--- trunk/omnievents/debian/compat (added)
+++ trunk/omnievents/debian/compat Wed Nov 21 11:26:25 2007
@@ -1,0 +1,1 @@
+4

Modified: trunk/omnievents/debian/control
URL: http://svn.debian.org/wsvn/pkg-corba/trunk/omnievents/debian/control?rev=56&op=diff
==============================================================================
--- trunk/omnievents/debian/control (original)
+++ trunk/omnievents/debian/control Wed Nov 21 11:26:25 2007
@@ -17,7 +17,9 @@
  This packages contains the CORBA Event Service daemon as a standalone
  executable and the tools.
 
-Package: libomnievents
+Package: libomnieventsc2
+Conflicts: libonmievents
+Replaces: libonievents
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -46,7 +48,7 @@
 Package: libomnievents-dbg
 Architecture: any
 Section: libdevel
-Depends: libomnievents (= ${Source-Version})
+Depends: libomnieventsc2 (= ${Source-Version})
 Description: Implementation of the CORBA Event Service
  omniEvents enables CORBA applications to communicate through
  asynchronous broadcast channels rather than direct method calls. It

Modified: trunk/omnievents/debian/rules
URL: http://svn.debian.org/wsvn/pkg-corba/trunk/omnievents/debian/rules?rev=56&op=diff
==============================================================================
--- trunk/omnievents/debian/rules (original)
+++ trunk/omnievents/debian/rules Wed Nov 21 11:26:25 2007
@@ -12,7 +12,7 @@
 
 DEB_CONFIGURE_EXTRA_FLAGS := --enable-unloadable-stubs
 DEB_DH_MAKESHLIBS_ARGS := -V
-DEB_DH_STRIP_ARGS := --dbg-package=libomnievents
+DEB_DH_STRIP_ARGS := --dbg-package=libomnieventsc2
 
 common-install-prehook-arch::
 	$(MAKE) -f meta.mk doc DOCBOOK=$(DOCBOOK)
@@ -27,8 +27,8 @@
 binary-post-install/omnievents::
 	cp -f src/oelite $(CURDIR)/debian/omnievents/usr/sbin/omniEvents
 
-binary-post-install/libomnievents::
-	cd $(CURDIR)/debian/libomnievents/usr/lib/ && \
+binary-post-install/libomnieventsc2::
+	cd $(CURDIR)/debian/libomnieventsc2/usr/lib/ && \
 	    ln -sf libomniEvents.so.2.6.2 libomniEvents.so.2
 
 binary-post-install/libomnievents-dev::




More information about the Pkg-corba-commits mailing list