diff options
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index e9bdc96..3459e8e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +indicator-bluetooth (0.0.6-0ubuntu2) UNRELEASED; urgency=low + + * debian/control: + - breaks/replaces gnome-bluetooth (<< 3.6.1-0ubuntu2) (lp: #1123115) + + -- Sebastien Bacher <seb128@ubuntu.com> Fri, 15 Feb 2013 12:13:40 +0100 + indicator-bluetooth (0.0.6-0ubuntu1) raring; urgency=low [ Michael Terry ] diff --git a/debian/control b/debian/control index 0725eb0..52f5d88 100644 --- a/debian/control +++ b/debian/control @@ -26,6 +26,8 @@ Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, gnome-bluetooth, +Replaces: gnome-bluetooth (<< 3.6.1-0ubuntu2) +Breaks: gnome-bluetooth (<< 3.6.1-0ubuntu2) Description: System bluetooth indicator. System bluetooth indicator which provides fast user controls for Bluetooth devices. |