diff options
author | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-23 14:52:29 -0500 |
---|---|---|
committer | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-23 14:52:29 -0500 |
commit | 6a87a4ed510e4df372136db63ca4ad74179d1fe8 (patch) | |
tree | 2decbffe2b438f3011d9a0149a782c7fb9ce396a | |
parent | de3d759214237dfcc53491276b7c633221415306 (diff) | |
download | libdbusmenu-6a87a4ed510e4df372136db63ca4ad74179d1fe8.tar.gz libdbusmenu-6a87a4ed510e4df372136db63ca4ad74179d1fe8.tar.bz2 libdbusmenu-6a87a4ed510e4df372136db63ca4ad74179d1fe8.zip |
Remove outdated Breaks:.
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 7 |
2 files changed, 1 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog index 44f0acd..0b5fef5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ libdbusmenu (12.10.3-0ubuntu1) UNRELEASED; urgency=low - Drop Build-Depends on cdbs. - Bump debhelper Build-Depends to (>= 9). - Update Vcs-Bzr, Vcs-Browser and add a notice to uploaders. + - Remove outdated Breaks:. * debian/rules: - Convert to dh9; some variables where kept but renamed to brevity. - Override dh_autoreconf to make sure it calls autogen.sh, and doesn't run diff --git a/debian/control b/debian/control index ea18efc..d9253f8 100644 --- a/debian/control +++ b/debian/control @@ -36,11 +36,6 @@ Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, -Breaks: indicator-messages (<< 0.3.0), - indicator-session (<< 0.2.0), - libdbusmenu-glib0, - gir1.2-unity-3.0 (<< 3.8.4-0ubuntu2), - gir1.2-indicate-0.5 (<< 0.5.0-0ubuntu4), Pre-Depends: ${misc:Pre-Depends}, Multi-Arch: same Description: library for passing menus over DBus @@ -119,8 +114,6 @@ Architecture: any Depends: ${misc:Depends}, libdbusmenu-glib4 (= ${binary:Version}), ${gir:Depends}, -Breaks: gir1.2-unity-3.0 (<< 3.8.4-0ubuntu2), - gir1.2-indicate-0.5 (<< 0.5.0-0ubuntu4), Description: typelib file for libdbusmenu-glib4 libdbusmenu passes a menu structure across DBus so that a program can create a menu simply without worrying about how it is displayed on the |