1
Source: update-notifier
4
Maintainer: Michael Vogt <michael.vogt@ubuntu.com>
5
Build-Depends: debhelper (>= 7.0.50~),
6
libgtk2.0-dev (>= 2.18.0),
9
libdbus-glib-1-dev (>= 0.60),
11
libnotify-dev (>= 0.3.2-0ubuntu2),
15
Standards-Version: 3.8.4
16
Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-dev/update-notifier/ubuntu
18
Package: update-notifier
20
Depends: ${shlibs:Depends},
22
update-notifier-common (= ${source:Version}),
24
update-manager-gnome | update-manager,
27
Recommends: apport-gtk, synaptic, software-properties-gtk, anacron, aptdaemon
28
Suggests: ubuntu-system-service
29
Description: Daemon which notifies about package updates
30
Puts an icon in the user's notification area when package updates are
33
Package: update-notifier-common
34
Replaces: update-notifier (<< 0.75.1)
36
Depends: ${shlibs:Depends},
39
python-apt (>= 0.6.12)
40
Recommends: libpam-modules (>= 1.0.1-9ubuntu3)
41
Description: Files shared between update-notifier and other packages
42
Apt setup files and reboot notification scripts shared between
43
update-notifier and other packages, notably for server use cases.