aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2011-11-04 09:57:50 -0700
committerBen Pfaff <blp@nicira.com>2011-11-04 13:01:44 -0700
commit9840bdbdffc7da0d9a2a63a7d0ba3a9566cec60b (patch)
tree371e85c7e07382eb0d959e8ec3f888aab37163a4 /debian/rules
parent94839072481a8c2699eedaee62b33cacf39eadfc (diff)
debian: Install ovs-vswitchd.conf.db(5) manpage.
This manpage wasn't getting installed. This fixes it. The --language=C option to dh_installman is necessary to keep that script from thinking that the ".db" suffix indicates a translation into the "db" language (which doesn't actually exist) and therefore installing it into the wrong directory with the .db suffix stripped. Bug #8138. Reported-by: Ethan Jackson <ethan@nicira.com>
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 1773cc71..dd7c0fe4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -120,7 +120,7 @@ binary-common:
dh_installinit -R -Nopenvswitch-switch
dh_installinit -R -popenvswitch-switch --error-handler=init_script_error
dh_installcron
- dh_installman
+ dh_installman --language=C
dh_link
dh_strip --dbg-package=openvswitch-dbg
dh_compress