diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-08-14 21:02:22 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-08-14 21:02:22 +0200 |
commit | d87433d812a9561b1e4cec51b84fe696877d630f (patch) | |
tree | a06e36e29d88660922cff1a2f64cd90b4193f9c5 | |
parent | 758b74dda3ed33cd4e2dac6e410fb76de830bc43 (diff) | |
download | libayatana-indicator-d87433d812a9561b1e4cec51b84fe696877d630f.tar.gz libayatana-indicator-d87433d812a9561b1e4cec51b84fe696877d630f.tar.bz2 libayatana-indicator-d87433d812a9561b1e4cec51b84fe696877d630f.zip |
debian/control: Let ayatana-indicator-common break system indicators before 0.8.0 (except power indicator, that one before 2.1.0).
-rw-r--r-- | debian/control | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/control b/debian/control index d05bb66..d787e7e 100644 --- a/debian/control +++ b/debian/control @@ -93,6 +93,16 @@ Package: ayatana-indicator-common Architecture: all Depends: ${misc:Depends}, Multi-Arch: foreign +Breaks: ayatana-indicator-application (<< 0.8.0-0~), + ayatana-indicator-datetime (<< 0.8.0-0~), + ayatana-indicator-display (<< 0.8.0-0~), + ayatana-indicator-keyboard (<< 0.8.0-0~), + ayatana-indicator-messages (<< 0.8.0-0~), + ayatana-indicator-notifications (<< 0.8.0-0~), + ayatana-indicator-printers (<< 0.8.0-0~), + ayatana-indicator-power (<< 2.1.0-0~), + ayatana-indicator-session (<< 0.8.0-0~), + ayatana-indicator-sound (<< 0.8.0-0~), Description: libayatana-indicator shared files The Ayatana Indicators library contains information to build indicators to go into modern desktops' indicator applets. |