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: update-notifier
Section: gnome
Priority: optional
Maintainer: Michael Vogt <michael.vogt@ubuntu.com>
Build-Depends: debhelper (>= 11~),
dh-python,
libgtk-3-dev,
libglib2.0-dev (>= 2.34),
libjson-glib-dev,
intltool,
libnotify-dev (>= 0.7),
libgudev-1.0-dev,
libx11-dev,
autotools-dev,
libappindicator3-dev,
lsb-release,
po-debconf,
python3,
python3-apt,
python3-debconf,
python3-debian,
python3-mock
Standards-Version: 3.9.4
Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-dev/update-notifier/ubuntu
XS-Testsuite: autopkgtest
X-Python3-Version: >= 3.2
Package: update-notifier
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
update-notifier-common (= ${source:Version}),
python3-dbus,
update-manager-gnome | update-manager (>= 1:17.04.3),
ubuntu-release-upgrader-gtk,
gnome-shell <!s390x> | notification-daemon <!s390x>,
policykit-1
Recommends: apport-gtk (>=2.8-0ubuntu3),
python3-aptdaemon.gtk3widgets | synaptic (>= 0.75.12),
software-properties-gtk,
anacron,
python3-aptdaemon
Description: Daemon which notifies about package updates
Puts an icon in the user's notification area when package updates are
available.
Package: update-notifier-common
Replaces: update-notifier (<< 0.75.1)
Architecture: all
Pre-Depends: dpkg (>= 1.15.7.2), apt (>= 1.1~)
Depends: ${shlibs:Depends},
${misc:Depends},
python3:any,
python3-apt, python3-dbus, python3-debian,
python3-debconf | debconf (<< 1.5.64~),
patch, update-manager-core (>= 1:17.04.2)
Recommends: libpam-modules (>= 1.0.1-9ubuntu3)
Suggests: policykit-1
Description: Files shared between update-notifier and other packages
Apt setup files and reboot notification scripts shared between
update-notifier and other packages, notably for server use cases.
|