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

flub-guest at users.alioth.debian.org flub-guest at users.alioth.debian.org
Mon Jul 26 22:05:35 UTC 2010


Author: flub-guest
Date: Mon Jul 26 22:05:33 2010
New Revision: 214

URL: http://svn.debian.org/wsvn/pkg-corba/?sc=1&rev=214
Log:
Fix the lintian warnings.

Modified:
    trunk/omniorb/debian/changelog
    trunk/omniorb/debian/control
    trunk/omniorb/debian/omniorb-nameserver.omniorb4-nameserver.init

Modified: trunk/omniorb/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-corba/trunk/omniorb/debian/changelog?rev=214&op=diff
==============================================================================
--- trunk/omniorb/debian/changelog (original)
+++ trunk/omniorb/debian/changelog Mon Jul 26 22:05:33 2010
@@ -3,6 +3,10 @@
   * New upstream version (closes: #570422).
   * Switch to dpkg-source 3.0 (quilt) format.
   * No longer include postscript docs, it is no longer shipped by upstream.
+  * Bump Standards-Version to 3.9.1, no changes needed.
+  * Add the word "dummy" to the package description of transitional
+    packages to silence lintian.
+  * Add $remote_fs to Required-{Start|Stop} in nameserver initscript.
 
  -- Floris Bruynooghe <floris.bruynooghe at gmail.com>  Wed, 14 Jul 2010 23:14:47 +0100
 

Modified: trunk/omniorb/debian/control
URL: http://svn.debian.org/wsvn/pkg-corba/trunk/omniorb/debian/control?rev=214&op=diff
==============================================================================
--- trunk/omniorb/debian/control (original)
+++ trunk/omniorb/debian/control Mon Jul 26 22:05:33 2010
@@ -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.3
+Standards-Version: 3.9.1.0
 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
@@ -26,7 +26,7 @@
 Architecture: all
 Depends: omniorb (>= 4.1.3-1), ${misc:Depends}
 Description: Transitional package for omniORB
- This package depends on omniorb to handle the transition.
+ This dummy package depends on omniorb to handle the transition.
  .
  It can be safely removed after installation.
 
@@ -48,7 +48,7 @@
 Architecture: all
 Depends: omniorb-idl (>= 4.1.3-1), ${misc:Depends}
 Description: Transitional package for the omniORB IDL files
- This package depends on omniorb-idl to handle the transition.
+ This dummy package depends on omniorb-idl to handle the transition.
  .
  It can be safely removed after installation.
 
@@ -70,7 +70,7 @@
 Architecture: all
 Depends: omniorb-nameserver (>= 4.1.3-1), ${misc:Depends}
 Description: Transitional package for the omniORB naming service
- This package depends on omniorb-nameserver to handle the transition.
+ This dummy package depends on omniorb-nameserver to handle the transition.
  .
  It can be safely removed after installation.
 
@@ -94,7 +94,7 @@
 Section: doc
 Depends: omniorb-doc (>= 4.1.3-1), ${misc:Depends}
 Description: Transitional package for the omniORB documenation
- This package depends on omniorb-doc to handle the transition.
+ This dummy package depends on omniorb-doc to handle the transition.
  .
  It can be safely removed after installation.
 
@@ -241,6 +241,6 @@
 Architecture: all
 Depends: omniidl (>= 4.1.3-1), ${misc:Depends}
 Description: Transition package for the omniORB IDL to C++ and Python compiler
- This package depdends on omniidl to handle the transition.
- .
- It can be safely removed after installation.
+ This dummy package depdends on omniidl to handle the transition.
+ .
+ It can be safely removed after installation.

Modified: trunk/omniorb/debian/omniorb-nameserver.omniorb4-nameserver.init
URL: http://svn.debian.org/wsvn/pkg-corba/trunk/omniorb/debian/omniorb-nameserver.omniorb4-nameserver.init?rev=214&op=diff
==============================================================================
--- trunk/omniorb/debian/omniorb-nameserver.omniorb4-nameserver.init (original)
+++ trunk/omniorb/debian/omniorb-nameserver.omniorb4-nameserver.init Mon Jul 26 22:05:33 2010
@@ -2,8 +2,8 @@
 
 ### BEGIN INIT INFO
 # Provides:          omniNames
-# Required-Start:    $local_fs $network
-# Required-Stop:     $local_fs $network
+# Required-Start:    $local_fs $remote_fs $network
+# Required-Stop:     $local_fs $remote_fs $network
 # Should-Start:      $syslog
 # Should-Stop:       $syslog
 # Default-Start:     2 3 4 5




More information about the Pkg-corba-commits mailing list