summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Horman <horms@verge.net.au>2011-08-26 18:03:43 +0900
committerBen Pfaff <blp@nicira.com>2011-08-26 09:25:12 -0700
commita876eb5a8bf568a25ee1101bb04ee65bcee56161 (patch)
tree78d0f4f0d39e74ff6435091934725ae48daa96da
parent0b0f5078d1a6416b689eb30459ce96be5b9fd265 (diff)
downloadopenvswitch-a876eb5a8bf568a25ee1101bb04ee65bcee56161.tar.gz
Debian: Update changelog for 1.2.1-2 upload
-rw-r--r--debian/changelog14
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 15dee0825..3940891ce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+openvswitch (1.2.1-2) unstable; urgency=low
+
+ * Install python modules into /usr/share/pyshared/ovs/
+ rather than usr/share/pyshared/python-openvswitch/ovs/
+ This allows them to be found using the default sys.path
+ as they were able to be found befoer the dh_python2 transition
+ was made.
+
+ This resolves a problem whereby openvswitch-ipsec fails
+ to start because it can't import the ovs.db module.
+
+ -- Simon Horman <horms@debian.org> Fri, 26 Aug 2011 09:34:08 +0900
+
openvswitch (1.2.1-1) unstable; urgency=low
* New upstream version
@@ -6,6 +19,7 @@ openvswitch (1.2.1-1) unstable; urgency=low
(closes: #636816)
* Add dependency on ${misc:Depends} to openvswitch-brcompat and ovsdbmonitor.
* Resolve manpage warnings
+ * Transition to dh_python2
* Set -e in brcompat's postinst script so that it doesn't ignore errors
-- Simon Horman <horms@debian.org> Wed, 24 Aug 2011 09:39:15 +0900