[Pkg-corba-commits] r284 - in /trunk/omniorb/debian: changelog control omniorb-nameserver.omniorb4-nameserver.init patches/catior_manpage patches/series

flub-guest at users.alioth.debian.org flub-guest at users.alioth.debian.org
Wed Jul 20 23:57:14 UTC 2011


Author: flub-guest
Date: Wed Jul 20 23:57:14 2011
New Revision: 284

URL: http://svn.debian.org/wsvn/pkg-corba/?sc=1&rev=284
Log:
Various lintian inspired fixes:

* Bump standards version, no changes
* Fix hyphen in catior.1 manpage
* Rename provides field of omniNames init.d to match policy better


Added:
    trunk/omniorb/debian/patches/catior_manpage
Modified:
    trunk/omniorb/debian/changelog
    trunk/omniorb/debian/control
    trunk/omniorb/debian/omniorb-nameserver.omniorb4-nameserver.init
    trunk/omniorb/debian/patches/series

Modified: trunk/omniorb/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-corba/trunk/omniorb/debian/changelog?rev=284&op=diff
==============================================================================
--- trunk/omniorb/debian/changelog (original)
+++ trunk/omniorb/debian/changelog Wed Jul 20 23:57:14 2011
@@ -1,8 +1,13 @@
 omniorb-dfsg (4.1.6-1) UNRELEASED; urgency=low
 
   * New upstream release
-
- -- Floris Bruynooghe <flub at devork.be>  Tue, 19 Jul 2011 23:12:16 +0000
+  * Add build-arch and build-indep targets in debian/rules
+  * Bump standards-version to 3.9.2: no changes
+  * Make init.d script's Provides: match the script name
+  * Add catior_manpage patch to fix minus sign instead of hyphen in
+    the manual page.
+
+ -- Floris Bruynooghe <flub at devork.be>  Thu, 21 Jul 2011 00:50:25 +0100
 
 omniorb-dfsg (4.1.5-2) unstable; urgency=low
 

Modified: trunk/omniorb/debian/control
URL: http://svn.debian.org/wsvn/pkg-corba/trunk/omniorb/debian/control?rev=284&op=diff
==============================================================================
--- trunk/omniorb/debian/control (original)
+++ trunk/omniorb/debian/control Wed Jul 20 23:57:14 2011
@@ -4,7 +4,7 @@
 Maintainer: Debian CORBA Team <pkg-corba-devel at lists.alioth.debian.org>
 Uploaders: Floris Bruynooghe <flub at devork.be>, Thomas Girard <thomas.g.girard at free.fr>
 Build-Depends: debhelper (>= 6.0.0), python-dev (>= 2.6.6-3~), libssl-dev, autotools-dev, pkg-config
-Standards-Version: 3.9.1.0
+Standards-Version: 3.9.2.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

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=284&op=diff
==============================================================================
--- trunk/omniorb/debian/omniorb-nameserver.omniorb4-nameserver.init (original)
+++ trunk/omniorb/debian/omniorb-nameserver.omniorb4-nameserver.init Wed Jul 20 23:57:14 2011
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ### BEGIN INIT INFO
-# Provides:          omniNames
+# Provides:          omniorb-nameserver
 # Required-Start:    $local_fs $remote_fs $network
 # Required-Stop:     $local_fs $remote_fs $network
 # Should-Start:      $syslog

Added: trunk/omniorb/debian/patches/catior_manpage
URL: http://svn.debian.org/wsvn/pkg-corba/trunk/omniorb/debian/patches/catior_manpage?rev=284&op=file
==============================================================================
--- trunk/omniorb/debian/patches/catior_manpage (added)
+++ trunk/omniorb/debian/patches/catior_manpage Wed Jul 20 23:57:14 2011
@@ -1,0 +1,18 @@
+Description: Use minus signs rather then hyphens in manpage
+ Not doing so makes searching and copy-pasting in e.g. UTF-8 locales
+ difficult.
+Forwarded: no
+Author: Floris Bruynooghe <flub at devork.be>
+Last-Update: 2011-07-21
+
+--- a/man/man1/catior.1
++++ b/man/man1/catior.1
+@@ -5,7 +5,7 @@
+ 
+ .SH SYNOPSIS
+ .B catior
+-[-x]
++[\-x]
+ <stringified IOR>
+ 
+ .SH DESCRIPTION

Modified: trunk/omniorb/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-corba/trunk/omniorb/debian/patches/series?rev=284&op=diff
==============================================================================
--- trunk/omniorb/debian/patches/series (original)
+++ trunk/omniorb/debian/patches/series Wed Jul 20 23:57:14 2011
@@ -6,3 +6,4 @@
 private_pythondir
 spurious_hashbang
 set_ipv6_v6only_to_0
+catior_manpage




More information about the Pkg-corba-commits mailing list