[Pkg-corba-commits] r197 - in /trunk/omniorb/debian: changelog control omniorb-nameserver.init omniorb-nameserver.omniorb4-nameserver.init rules

tgg at users.alioth.debian.org tgg at users.alioth.debian.org
Wed Nov 11 14:56:31 UTC 2009


Author: tgg
Date: Wed Nov 11 14:56:30 2009
New Revision: 197

URL: http://svn.debian.org/wsvn/pkg-corba/?sc=1&rev=197
Log:
Bump Standard-Version. Attempt to work-around omniorb4-nameserver init script issue.

Added:
    trunk/omniorb/debian/omniorb-nameserver.omniorb4-nameserver.init
      - copied unchanged from r194, trunk/omniorb/debian/omniorb-nameserver.init
Removed:
    trunk/omniorb/debian/omniorb-nameserver.init
Modified:
    trunk/omniorb/debian/changelog
    trunk/omniorb/debian/control
    trunk/omniorb/debian/rules

Modified: trunk/omniorb/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-corba/trunk/omniorb/debian/changelog?rev=197&op=diff
==============================================================================
--- trunk/omniorb/debian/changelog (original)
+++ trunk/omniorb/debian/changelog Wed Nov 11 14:56:30 2009
@@ -2,19 +2,21 @@
 
   [ Floris Bruynooghe ]
   * debian/convertior.1: Use minus sign instead of hyphen (lintian).
-  * debian/omniorb-nameserver.post{inst|rm}: Use true instead of /bin/true to
+  * debian/omniorb4-nameserver.post{inst|rm}: Use true instead of /bin/true to
     cure minor lintian error.
   * Include <stdio.h> in catior.cc and convertior.cc (Closes: #505389).
 
   [ Thomas Girard ]
   * Update to latest release.
-  * Rename source package from omniorb4 to omniorb.
+  * Rename source package from omniorb4 to omniorb. omniorb4-nameserver
+    startup script keeps its name to avoid being kept while replacing
+    omniorb4-nameserver package with omniorb-nameserver.
   * Attempt to compile omniorb on arm using default g++ version
     (Closes: #533809).
-  * Bump Standards-Version: to 3.8.2.  Section changes for -dbg packages.
+  * Bump Standards-Version: to 3.8.3.  Section changes for -dbg packages.
   * Change Section: of -dbg packages to debug.
 
- -- Thomas Girard <thomas.g.girard at free.fr>  Sun, 05 Apr 2009 14:45:45 +0200
+ -- Thomas Girard <thomas.g.girard at free.fr>  Wed, 11 Nov 2009 15:36:36 +0100
 
 omniorb (4.1.2-2) unstable; urgency=low
 

Modified: trunk/omniorb/debian/control
URL: http://svn.debian.org/wsvn/pkg-corba/trunk/omniorb/debian/control?rev=197&op=diff
==============================================================================
--- trunk/omniorb/debian/control (original)
+++ trunk/omniorb/debian/control Wed Nov 11 14:56:30 2009
@@ -5,7 +5,7 @@
 Uploaders: Floris Bruynooghe <floris.bruynooghe at gmail.com>, Thomas Girard <thomas.g.girard at free.fr>
 Build-Depends: debhelper (>= 6.0.0), python-dev, libssl-dev, autotools-dev, python-central (>= 0.5.6)
 XS-Python-Version: current
-Standards-Version: 3.8.1
+Standards-Version: 3.8.3
 Vcs-Svn: svn://svn.debian.org/svn/pkg-corba/trunk/omniorb
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-corba/trunk/omniorb
 Homepage: http://omniorb.sourceforge.net

Modified: trunk/omniorb/debian/rules
URL: http://svn.debian.org/wsvn/pkg-corba/trunk/omniorb/debian/rules?rev=197&op=diff
==============================================================================
--- trunk/omniorb/debian/rules (original)
+++ trunk/omniorb/debian/rules Wed Nov 11 14:56:30 2009
@@ -88,7 +88,7 @@
 	install -m 0644 sample.cfg debian/libomniorb4-1/etc/omniORB.cfg
 	dh_installdocs -a
 	dh_installexamples -a
-	dh_installinit -a
+	dh_installinit -a --name=omniorb4-nameserver
 	dh_installman -a
 	dh_installchangelogs update.log -a
 	dh_strip $(addprefix -p,$(PRG_PACKAGES)) $(addprefix -p,$(DEV_PACKAGES))




More information about the Pkg-corba-commits mailing list