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

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Julian Andres Klode
  • Date: 2019-04-02 13:18:28 UTC
  • mfrom: (957.1.5 esm)
  • Revision ID: juliank@ubuntu.com-20190402131828-n7brmzl4gwgvshoe
* Rewrite and extend motd messaging (LP: #1822340)
* Count ESM security updates as security updates

Show diffs side-by-side

added added

removed removed

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