~ubuntu-core-dev/update-notifier/ubuntu

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Balint Reczey
  • Date: 2020-06-11 18:46:02 UTC
  • Revision ID: balint.reczey@canonical.com-20200611184602-2rv1zan3xu723x2u
Moved to git at https://git.launchpad.net/update-notifier

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Source: update-notifier
2
 
Section: gnome
3
 
Priority: optional
4
 
Maintainer: Michael Vogt <michael.vogt@ubuntu.com>
5
 
Build-Depends: debhelper (>= 11~),
6
 
               dh-python,
7
 
               libgtk-3-dev,
8
 
               libglib2.0-dev (>= 2.34),
9
 
               libjson-glib-dev,
10
 
               intltool,
11
 
               libnotify-dev (>= 0.7),
12
 
               libgudev-1.0-dev,
13
 
               libx11-dev,
14
 
               autotools-dev,
15
 
               libappindicator3-dev,
16
 
               lsb-release,
17
 
               po-debconf,
18
 
               python3,
19
 
               python3-apt,
20
 
               python3-debconf,
21
 
               python3-debian,
22
 
               python3-mock
23
 
Standards-Version: 3.9.4
24
 
Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-dev/update-notifier/ubuntu
25
 
XS-Testsuite: autopkgtest
26
 
X-Python3-Version: >= 3.2
27
 
 
28
 
Package: update-notifier
29
 
Architecture: any
30
 
Depends: ${shlibs:Depends},
31
 
         ${misc:Depends},
32
 
         update-notifier-common (= ${source:Version}),
33
 
         python3-dbus,
34
 
         update-manager-gnome | update-manager (>= 1:17.04.3),
35
 
         ubuntu-release-upgrader-gtk,
36
 
         gnome-shell <!s390x> | notification-daemon <!s390x>,
37
 
         policykit-1
38
 
Recommends: apport-gtk (>=2.8-0ubuntu3), 
39
 
            python3-aptdaemon.gtk3widgets | synaptic (>= 0.75.12), 
40
 
            software-properties-gtk, 
41
 
            anacron, 
42
 
            python3-aptdaemon
43
 
Description: Daemon which notifies about package updates
44
 
 Puts an icon in the user's notification area when package updates are
45
 
 available.
46
 
 
47
 
Package: update-notifier-common
48
 
Replaces: update-notifier (<< 0.75.1)
49
 
Architecture: all
50
 
Pre-Depends: dpkg (>= 1.15.7.2), apt (>= 1.1~)
51
 
Depends: ${shlibs:Depends},
52
 
         ${misc:Depends},
53
 
         python3:any,
54
 
         python3-apt, python3-dbus, python3-debian,
55
 
         python3-debconf | debconf (<< 1.5.64~),
56
 
         patch, update-manager-core (>= 1:17.04.2)
57
 
Recommends: libpam-modules (>= 1.0.1-9ubuntu3)
58
 
Suggests: policykit-1
59
 
Description: Files shared between update-notifier and other packages
60
 
 Apt setup files and reboot notification scripts shared between
61
 
 update-notifier and other packages, notably for server use cases.