summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2011-10-27 09:39:24 -0700
committerBen Pfaff <blp@nicira.com>2011-10-27 09:39:24 -0700
commit23edef9e61fd8c89db4a238c5526b8f44e938aaf (patch)
treef0945b1837378ad2f821e9dd3f291e19636f90a9 /debian
parentdfbf7f354416264a0b84b09bf882ac0932e78c8b (diff)
downloadopenvswitch-23edef9e61fd8c89db4a238c5526b8f44e938aaf.tar.gz
Fix manpage-check on RHEL 5.
The version of groff on RHEL 5 doesn't include the .SY, .OP, or .YS macros that ovs-benchmark.1 uses, so the manpage-check target fails on that platform. This commit adds the groff definitions of those macros to a file and includes it into ovs-benchmark.1. I tested that this allows RHEL 5 to pass manpage-check.
Diffstat (limited to 'debian')
-rw-r--r--debian/copyright.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/copyright.in b/debian/copyright.in
index 3792dd16a..5a0bcfcae 100644
--- a/debian/copyright.in
+++ b/debian/copyright.in
@@ -141,6 +141,20 @@ License:
agrees to be bound by the terms and conditions of this License
Agreement.
+* lib/ovs.tmac in the source distribution, and manpages in the
+ binaries, includes troff macros from groff 1.21 that contain the
+ following notice:
+
+ .\" an-ext.tmac
+ .\"
+ .\" Written by Eric S. Raymond <esr@thyrsus.com>
+ .\" Werner Lemberg <wl@gnu.org>
+ .\"
+ .\" Version 2007-Feb-02
+ .\"
+ .\" Copyright (C) 2007, 2009, 2011 Free Software Foundation, Inc.
+ .\" You may freely use, modify and/or distribute this file.
+
* All other components of this package are licensed under
The Apache License Version 2.0.