[ovs-dev] Bug#636815: Bug #636815: fixed in upstream Git repo

Ben Pfaff blp at nicira.com
Wed Aug 10 21:55:37 UTC 2011


tags 636815 + fixed-upstream
thanks

I pushed a fix for this problem to the "master" and "branch-1.2"
branches in the openvswitch.org Git repository, so tagging this
fixed-upstream (with this message).

Here's the fix:

--8<--------------------------cut here-------------------------->8--

From: Ben Pfaff <blp at nicira.com>
Date: Wed, 10 Aug 2011 09:13:12 -0700
Subject: [PATCH] debian: Avoid installing duplicate files in ovsdbmonitor
 package.

This is just a typo introduced in commit 57483aeda (debian: Fix bug from
commit 211b05b5 "debian: Modernize use of dh_install.) that caused the
ovsdbmonitor package to install too many files.

Bug-report: http://bugs.debian.org/636815
Reported-by: Ralf Treinen <treinen at free.fr>
---
 debian/ovsdbmonitor.install |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/ovsdbmonitor.install b/debian/ovsdbmonitor.install
index 7e91e62..4f19ecb 100644
--- a/debian/ovsdbmonitor.install
+++ b/debian/ovsdbmonitor.install
@@ -1,2 +1,2 @@
 usr/bin/ovsdbmonitor
-usr/share/openvswitch
+usr/share/openvswitch/ovsdbmonitor
-- 
1.7.4.4






More information about the dev mailing list