1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
|
Source: mate-notification-daemon
Section: x11
Priority: optional
Maintainer: Debian+Ubuntu MATE Packaging Team <debian-mate@lists.debian.org>
Uploaders: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>,
Stefano Karapetsas <stefano@karapetsas.com>,
Mike Gabriel <sunweaver@debian.org>,
Vangelis Mouhtsis <vangelis@gnugr.org>,
Build-Depends: debhelper-compat (= 13),
dpkg-dev (>= 1.16.1.1),
intltool,
libcanberra-gtk3-dev,
libglib2.0-dev,
libgtk-3-dev (>= 3.14),
libnotify-dev,
libwnck-3-dev,
libx11-dev,
libxml2-dev,
libxml2-utils,
mate-common (>= 1.24.0-1~),
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: http://www.mate-desktop.org/
Vcs-Browser: https://salsa.debian.org/debian-mate-team/mate-notification-daemon
Vcs-Git: https://salsa.debian.org/debian-mate-team/mate-notification-daemon.git
Package: mate-notification-daemon
Architecture: any
Depends: mate-notification-daemon-common (= ${source:Version}),
${misc:Depends},
${shlibs:Depends},
libglib2.0-bin,
Provides: notification-daemon,
Description: daemon to display passive popup notifications
mate-notification-daemon displays passive popup notifications, as per
the Desktop Notifications Specification.
.
The Desktop Notifications Specification provides a standard way of
doing passive popup notifications on the Linux desktop. These are
designed to notify the user of something without interrupting their
work with a dialog box that they must close. Passive popups can
automatically disappear after a short period of time, as per the
Desktop Notifications spec.
Package: mate-notification-daemon-common
Architecture: all
Depends: ${misc:Depends},
Replaces: mate-notification-daemon (<< 1.11.0),
Breaks: mate-notification-daemon (<< 1.11.0),
Description: daemon to display passive popup notifications (common files)
mate-notification-daemon displays passive popup notifications, as per
the Desktop Notifications Specification.
.
The Desktop Notifications Specification provides a standard way of
doing passive popup notifications on the Linux desktop. These are
designed to notify the user of something without interrupting their
work with a dialog box that they must close. Passive popups can
automatically disappear after a short period of time, as per the
Desktop Notifications spec.
.
This package contains the architecture independent files.
|