[Pkg-corba-commits] r122 - in /trunk/omnievents/debian: changelog control libomnievents2.install libomnieventsc2a.install rules

tgg at users.alioth.debian.org tgg at users.alioth.debian.org
Sun Jan 13 19:11:03 UTC 2008


Author: tgg
Date: Sun Jan 13 19:11:03 2008
New Revision: 122

URL: http://svn.debian.org/wsvn/pkg-corba/?sc=1&rev=122
Log:
rename libomnieventsc2a to libomnievents2

Added:
    trunk/omnievents/debian/libomnievents2.install
      - copied unchanged from r118, trunk/omnievents/debian/libomnieventsc2a.install
Removed:
    trunk/omnievents/debian/libomnieventsc2a.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=122&op=diff
==============================================================================
--- trunk/omnievents/debian/changelog (original)
+++ trunk/omnievents/debian/changelog Sun Jan 13 19:11:03 2008
@@ -3,6 +3,7 @@
   * Package taken over by the CORBA team.
   * Add myself to the Uploaders: field, and move W. Martin Borgert here.
   * New upstream release; bump the epoch.
+  * Rename libomnieventsc2a to libomnievents2, and handle the transition.
   * Bump debhelper level to 5, and adapt dh_strip invocation accordingly.
   * Bump Standards-Version: to 3.7.3.
   * Fix a typo in debian/rules binary-post-install rule.

Modified: trunk/omnievents/debian/control
URL: http://svn.debian.org/wsvn/pkg-corba/trunk/omnievents/debian/control?rev=122&op=diff
==============================================================================
--- trunk/omnievents/debian/control (original)
+++ trunk/omnievents/debian/control Sun Jan 13 19:11:03 2008
@@ -21,9 +21,9 @@
  This packages contains the CORBA Event Service daemon as a standalone
  executable, and the associated tools.
 
-Package: libomnieventsc2a
-Conflicts: libomnievents, libomnieventsc2
-Replaces: libomnievents, libomnieventsc2
+Package: libomnievents2
+Conflicts: libomnieventsc2a
+Replaces: libomnieventsc2a
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -35,7 +35,7 @@
 Package: libomnievents-dev
 Architecture: any
 Section: libdevel
-Depends: libomnieventsc2a (= ${binary:Version})
+Depends: libomnievents2 (= ${binary:Version})
 Recommends: pkg-config
 Description: omniORB event service development files
  This package contains omniEvents header files, static library,
@@ -47,7 +47,7 @@
 Architecture: any
 Section: libdevel
 Priority: extra
-Depends: libomnieventsc2a (= ${binary:Version})
+Depends: libomnievents2 (= ${binary:Version})
 Description: omniORB event service debugging symbols
  This package contains omniEvents debugging symbols.
  .

Modified: trunk/omnievents/debian/rules
URL: http://svn.debian.org/wsvn/pkg-corba/trunk/omnievents/debian/rules?rev=122&op=diff
==============================================================================
--- trunk/omnievents/debian/rules (original)
+++ trunk/omnievents/debian/rules Sun Jan 13 19:11:03 2008
@@ -30,8 +30,8 @@
 binary-post-install/omnievents::
 	cp -f src/oelite $(CURDIR)/debian/omnievents/usr/sbin/omniEvents
 
-binary-post-install/libomnieventsc2a::
-	cd $(CURDIR)/debian/libomnieventsc2a/usr/lib/ && \
+binary-post-install/libomnievents2::
+	cd $(CURDIR)/debian/libomnievents2/usr/lib/ && \
 	    rm -f libomniEvents.so.2.6 && \
 	    ln -sf libomniEvents.so.2.6.2 libomniEvents.so.2
 




More information about the Pkg-corba-commits mailing list