-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi
Attached the patch for the version I intend to upload. Please respond if you don't want this NMU to happen, if you are working yourself on a patch or if you think that the attached patch won't work. Cheers Luk -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDXLlX5UTeB5t8Mo0RAhYEAJ4pDNnGdcZcGSNFdU7ejm9pXKyf7QCgy4Hn 4IqIOvfe7RIbxTQFBX0bi0o= =XGib -----END PGP SIGNATURE-----
diff -u omnievents-2.6.2.pre2/debian/control omnievents-2.6.2.pre2/debian/control --- omnievents-2.6.2.pre2/debian/control +++ omnievents-2.6.2.pre2/debian/control @@ -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 diff -u omnievents-2.6.2.pre2/debian/changelog omnievents-2.6.2.pre2/debian/changelog --- omnievents-2.6.2.pre2/debian/changelog +++ omnievents-2.6.2.pre2/debian/changelog @@ -1,3 +1,10 @@ +omnievents (2.6.2.pre2-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * C++ ABI transition (closes: #332896). + + -- Luk Claes <[EMAIL PROTECTED]> 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, diff -u omnievents-2.6.2.pre2/debian/rules omnievents-2.6.2.pre2/debian/rules --- 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=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:: only in patch2: unchanged: --- omnievents-2.6.2.pre2.orig/debian/libomnieventsc2.install +++ omnievents-2.6.2.pre2/debian/libomnieventsc2.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/*.so.*