[ovs-git] Open vSwitch: ovsdb-doc: Use minus sign in negative numbers in nroff output. (master)

dev at openvswitch.org dev at openvswitch.org
Mon Mar 12 17:13:46 UTC 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, master has been updated
       via  746cb7604e734c6e220c7a68218d8df50e692a56 (commit)
       via  a03bd69a202d1da672dde4957b4bc4fc10e7cf09 (commit)
       via  9f88469c0cbc8fa13a97e7b5b7902566e730f72c (commit)
       via  1968ff0eba648e02b611a47c4196446c1b63069e (commit)
       via  ae490a5642978cd52b698583c62c3e7a52f6a92f (commit)
       via  b22dcb7970534240827b928918fad0b54842f3a8 (commit)
       via  f7c0a4239c3c0dc74556e7958cdbfd3dbfff1bba (commit)
       via  72fe72b3a2d00f13201259f003d0bc5d998fab86 (commit)
       via  0364ac1c954bfa630c73b84ba89a9e1dee51f1f2 (commit)
       via  e5e946ec8d9dd4d061f7b47ae1e97ff58eeb533b (commit)
       via  ed93d0fda84b375802c1c7fd70a25f2cc82712ad (commit)
       via  5d233e218d0ca2171a10e3c76a02fd4ee80f0df9 (commit)
       via  f492eb8f049a657203ad4dc6bd79bd0231de521e (commit)
       via  1db6b18507b06c9b866168dc9e01fd15180c37eb (commit)
       via  bb474bb3b7bbf4c3fa3f1ca7deeffb3667b9c06f (commit)
      from  d3e565cee955b1f52f3adf69907774f4bd7fc802 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 746cb7604e734c6e220c7a68218d8df50e692a56
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=746cb7604e734c6e220c7a68218d8df50e692a56
Author: Ben Pfaff <blp at nicira.com>
		
ovsdb-doc: Use minus sign in negative numbers in nroff output.
		
ovs-vswitchd.conf.db.5 has autogenerated text "at least -1" in one place.
This '-' should be a minus sign, but ovsdb-doc was generating it as a
hyphen.

Found by lintian.

Reported-by: Thomas Goirand <zigo at debian.org>
Reviewed-by: Simon Horman <horms at verge.net.au>
Signed-off-by: Ben Pfaff <blp at nicira.com>


commit a03bd69a202d1da672dde4957b4bc4fc10e7cf09
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=a03bd69a202d1da672dde4957b4bc4fc10e7cf09
Author: Ben Pfaff <blp at nicira.com>
		
ovsdb-doc: Convert '-' preceding a number as a minus sign, not a hyphen.
		
ovs-vswitchd.conf.db.5 contains the following sentence:

   If the interface cannot be added then Open vSwitch sets this column
   to -1.

The '-' in "-1" should be a minus sign, not a hyphen, but the heuristic
in ovsdb-doc wasn't smart enough.  This commit improves the heuristic and
fixes the problem.

Found by lintian.

Reported-by: Thomas Goirand <zigo at debian.org>
Reviewed-by: Simon Horman <horms at verge.net.au>
Signed-off-by: Ben Pfaff <blp at nicira.com>


commit 9f88469c0cbc8fa13a97e7b5b7902566e730f72c
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=9f88469c0cbc8fa13a97e7b5b7902566e730f72c
Author: Ben Pfaff <blp at nicira.com>
		
ovsdb-doc: Put NAME section into generated manpage.
		
This makes the manpage indexable by standard system tools.

Found by lintian.

Reported-by: Thomas Goirand <zigo at debian.org>
Reviewed-by: Simon Horman <horms at verge.net.au>
Signed-off-by: Ben Pfaff <blp at nicira.com>


commit 1968ff0eba648e02b611a47c4196446c1b63069e
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=1968ff0eba648e02b611a47c4196446c1b63069e
Author: Ben Pfaff <blp at nicira.com>
		
debian: Avoid unit test failure when doing "unofficial" builds.
		
The configure option --with-build-number=0 is interpreted differently in
different places.  The configure script itself accepts 0 as an actual
build number and puts '#define BUILDNR "+build0"' into config.h.  The
code in python/automake.mk treats 0 as "no build number" and puts
'BUILDNR = ""' into version.py.

This commit avoids the problem by not passing 0 as a build number.

Reviewed-by: Simon Horman <horms at verge.net.au>
Signed-off-by: Ben Pfaff <blp at nicira.com>


commit ae490a5642978cd52b698583c62c3e7a52f6a92f
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=ae490a5642978cd52b698583c62c3e7a52f6a92f
Author: Thomas Goirand <zigo at debian.org>
		
doc: Fix typo in manpage.
		
Found by lintian.

Reviewed-by: Simon Horman <horms at verge.net.au>
Signed-off-by: Thomas Goirand <zigo at debian.org>
Signed-off-by: Ben Pfaff <blp at nicira.com>


commit b22dcb7970534240827b928918fad0b54842f3a8
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=b22dcb7970534240827b928918fad0b54842f3a8
Author: Thomas Goirand <zigo at debian.org>
		
debian: Bump standards-version to 3.9.3.
		
No other changes necessary.

Reviewed-by: Simon Horman <horms at verge.net.au>
Signed-off-by: Thomas Goirand <zigo at debian.org>
Signed-off-by: Ben Pfaff <blp at nicira.com>


commit f7c0a4239c3c0dc74556e7958cdbfd3dbfff1bba
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=f7c0a4239c3c0dc74556e7958cdbfd3dbfff1bba
Author: Thomas Goirand <zigo at debian.org>
		
debian: Remove some useless files from the dkms pacakge.
		
This commit removes useless files from the dkms package that caused
lintian warnings.

(Many of the other files in the dkms package are also useless but do not
cause lintian warnings so they are less important.)

Reviewed-by: Simon Horman <horms at verge.net.au>
Signed-off-by: Thomas Goirand <zigo at debian.org>
Signed-off-by: Ben Pfaff <blp at nicira.com>


commit 72fe72b3a2d00f13201259f003d0bc5d998fab86
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=72fe72b3a2d00f13201259f003d0bc5d998fab86
Author: Thomas Goirand <zigo at debian.org>
		
debian: Clean .pyc files in "clean" target.
		
Reviewed-by: Simon Horman <horms at verge.net.au>
Signed-off-by: Thomas Goirand <zigo at debian.org>
Signed-off-by: Ben Pfaff <blp at nicira.com>


commit 0364ac1c954bfa630c73b84ba89a9e1dee51f1f2
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=0364ac1c954bfa630c73b84ba89a9e1dee51f1f2
Author: Thomas Goirand <zigo at debian.org>
		
debian: Remove po-debconf build dependency.
		
Open vSwitch no longer uses Debconf at all, for some time now.

Reviewed-by: Simon Horman <horms at verge.net.au>
Signed-off-by: Thomas Goirand <zigo at debian.org>
Signed-off-by: Ben Pfaff <blp at nicira.com>


commit e5e946ec8d9dd4d061f7b47ae1e97ff58eeb533b
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=e5e946ec8d9dd4d061f7b47ae1e97ff58eeb533b
Author: Thomas Goirand <zigo at debian.org>
		
debian: Build-depend on python-all to pull in all Python versions.
		
Open vSwitch should support all Python versions in the distribution.  This
is the way to do it.

Reviewed-by: Simon Horman <horms at verge.net.au>
Signed-off-by: Thomas Goirand <zigo at debian.org>
Signed-off-by: Ben Pfaff <blp at nicira.com>


commit ed93d0fda84b375802c1c7fd70a25f2cc82712ad
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=ed93d0fda84b375802c1c7fd70a25f2cc82712ad
Author: Thomas Goirand <zigo at debian.org>
		
debian: Add missing ${python:Depends} to openvswitch-test package.
		
Reviewed-by: Simon Horman <horms at verge.net.au>
Signed-off-by: Thomas Goirand <zigo at debian.org>
Signed-off-by: Ben Pfaff <blp at nicira.com>


commit 5d233e218d0ca2171a10e3c76a02fd4ee80f0df9
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=5d233e218d0ca2171a10e3c76a02fd4ee80f0df9
Author: Thomas Goirand <zigo at debian.org>
		
debian: Improve long descriptions so as to better describe the packages.
		
Reviewed-by: Simon Horman <horms at verge.net.au>
Signed-off-by: Thomas Goirand <zigo at debian.org>
Signed-off-by: Ben Pfaff <blp at nicira.com>


commit f492eb8f049a657203ad4dc6bd79bd0231de521e
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=f492eb8f049a657203ad4dc6bd79bd0231de521e
Author: Thomas Goirand <zigo at debian.org>
		
debian: Bump debhelper compat level to 8 and make build-depends consistent.
		
Reviewed-by: Simon Horman <horms at verge.net.au>
Signed-off-by: Thomas Goirand <zigo at debian.org>
Signed-off-by: Ben Pfaff <blp at nicira.com>


commit 1db6b18507b06c9b866168dc9e01fd15180c37eb
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=1db6b18507b06c9b866168dc9e01fd15180c37eb
Author: Thomas Goirand <zigo at debian.org>
		
debian: Add long descriptions for init scripts.
		
Reviewed-by: Simon Horman <horms at verge.net.au>
Signed-off-by: Thomas Goirand <zigo at debian.org>
Signed-off-by: Ben Pfaff <blp at nicira.com>


commit bb474bb3b7bbf4c3fa3f1ca7deeffb3667b9c06f
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=bb474bb3b7bbf4c3fa3f1ca7deeffb3667b9c06f
Author: Ben Pfaff <blp at nicira.com>
		
tests: Fix "make check" as non-root.
		
Without this change, these tests try to write to /var/run, which fails
unless "make check" is run as root.

Signed-off-by: Ben Pfaff <blp at nicira.com>


-----------------------------------------------------------------------

Summary of changes:
 AUTHORS                            |    1 +
 debian/compat                      |    2 +-
 debian/control                     |  126 +++++++++++++++++++++++++++++-------
 debian/openvswitch-controller.init |    2 +
 debian/openvswitch-ipsec.init      |    2 +
 debian/openvswitch-switch.init     |    2 +
 debian/rules                       |   19 +++++-
 lib/stress-unixctl.man             |    2 +-
 ovsdb/ovsdb-doc.in                 |   23 ++++---
 python/ovs/db/types.py             |   31 ++++++----
 tests/ovs-monitor-ipsec.at         |    1 +
 tests/ovs-xapi-sync.at             |    1 +
 12 files changed, 163 insertions(+), 49 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list