The nmu diff.
Bastian
--
Well, Jim, I'm not much of an actor either.
--- omnievents-2.6.2.pre2/debian/control
+++ omnievents-2.6.2.pre2/debian/control
@@ -17,9 +17,9 @@
This packages contains the CORBA Event Service daemon as a standalone
executable and the tools.
-Package: libomnieventsc2
-Conflicts: libonmievents
-Replaces: libonievents
+Package: libomnieventsc2a
+Conflicts: libonmievents, libomnieventsc2
+Replaces: libonievents, libomnieventsc2
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -48,7 +48,7 @@
Package: libomnievents-dbg
Architecture: any
Section: libdevel
-Depends: libomnieventsc2 (= ${Source-Version})
+Depends: libomnieventsc2a (= ${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
--- omnievents-2.6.2.pre2/debian/changelog
+++ omnievents-2.6.2.pre2/debian/changelog
@@ -1,3 +1,10 @@
+omnievents (2.6.2.pre2-1.2) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * C++ allocation transition (closes: #339236)
+
+ -- Bastian Blank <[EMAIL PROTECTED]> Sat, 31 Dec 2005 12:22:42 +0100
+
omnievents (2.6.2.pre2-1.1) unstable; urgency=medium
* Non-maintainer upload.
--- omnievents-2.6.2.pre2/debian/rules
+++ omnievents-2.6.2.pre2/debian/rules
@@ -12,7 +12,7 @@
DEB_CONFIGURE_EXTRA_FLAGS := --enable-unloadable-stubs
DEB_DH_MAKESHLIBS_ARGS := -V
-DEB_DH_STRIP_ARGS := --dbg-package=libomnieventsc2
+DEB_DH_STRIP_ARGS := --dbg-package=libomnieventsc2a
common-install-prehook-arch::
$(MAKE) -f meta.mk doc DOCBOOK=$(DOCBOOK)
@@ -28,7 +28,7 @@
cp -f src/oelite $(CURDIR)/debian/omnievents/usr/sbin/omniEvents
binary-post-install/libomnieventsc2::
- cd $(CURDIR)/debian/libomnieventsc2/usr/lib/ && \
+ cd $(CURDIR)/debian/libomnieventsc2a/usr/lib/ && \
ln -sf libomniEvents.so.2.6.2 libomniEvents.so.2
binary-post-install/libomnievents-dev::
--- omnievents-2.6.2.pre2/debian/libomnieventsc2.install
+++ omnievents-2.6.2.pre2/debian/libomnieventsc2.install
@@ -1 +0,0 @@
-debian/tmp/usr/lib/*.so.*
--- omnievents-2.6.2.pre2/debian/libomnieventsc2a.install
+++ omnievents-2.6.2.pre2/debian/libomnieventsc2a.install
@@ -0,0 +1 @@
+debian/tmp/usr/lib/*.so.*