diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-11-16 09:53:53 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-11-16 09:54:22 +0100 |
commit | d9442d25ecdf99ac4536f5738248790d97a2188c (patch) | |
tree | 306a1d822077ff194d773d2bfea3fd9d68b883a8 /debian/control | |
parent | 3974cfb03d03a338b59e45d24a7eb80633d0a8d2 (diff) | |
download | ayatana-indicator-messages-d9442d25ecdf99ac4536f5738248790d97a2188c.tar.gz ayatana-indicator-messages-d9442d25ecdf99ac4536f5738248790d97a2188c.tar.bz2 ayatana-indicator-messages-d9442d25ecdf99ac4536f5738248790d97a2188c.zip |
debian/*: Sync in changes from official Debian packaging. Drop Ayatana namespace from libmessaging bin:pkgs.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/debian/control b/debian/control index fd642c4..8d6f38a 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,7 @@ Build-Depends: debhelper (>= 9), mate-common, python3-dbusmock, valac, -Standards-Version: 4.0.0 +Standards-Version: 4.2.1 Homepage: https://github.com/AyatanaIndicators/ayatana-indicator-messages Vcs-Git: https://github.com/AyatanaIndicators/ayatana-indicator-messages Vcs-Browser: https://github.com/AyatanaIndicators/ayatana-indicator-messages @@ -32,13 +32,12 @@ Description: Ayatana Indicator that collects messages that need a response for quick access, but without making them annoying in times that you want to ignore them. -Package: libayatana-messaging-menu0 +Package: libmessaging-menu0 Architecture: any Multi-Arch: same Section: libs Depends: ${shlibs:Depends}, ${misc:Depends}, -Conflicts: libmessaging-menu0 Description: Ayatana Messaging Menu - shared library A place on the user's desktop that collects messages that need a response. . @@ -49,16 +48,14 @@ Description: Ayatana Messaging Menu - shared library This library contains information to build status providers to go into the messaging menu. -Package: libayatana-messaging-menu-dev -Provides: libmessaging-menu-dev +Package: libmessaging-menu-dev Architecture: any Section: libdevel Depends: ${shlibs:Depends}, ${misc:Depends}, - gir1.2-ayatanamessagingmenu-1.0 (=${binary:Version}), - libayatana-messaging-menu0 (=${binary:Version}), + gir1.2-messagingmenu-1.0 (=${binary:Version}), + libmessaging-menu0 (=${binary:Version}), libglib2.0-dev, -Conflicts: libmessaging-menu-dev Description: Ayatana Messaging Menu - library development files A place on the user's desktop that collects messages that need a response. . @@ -69,13 +66,11 @@ Description: Ayatana Messaging Menu - library development files This package provides development files for the Messaging Menu shared library. -Package: gir1.2-ayatanamessagingmenu-1.0 -Provides: gir1.2-messagingmenu-1.0 +Package: gir1.2-messagingmenu-1.0 Section: introspection Architecture: any Depends: ${misc:Depends}, ${gir:Depends}, -Conflicts: gir1.2-messagingmenu-1.0 Description: Ayatana Messaging Menu - gir bindings A place on the user's desktop that collects messages that need a response. . |