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

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Michael Terry
  • Date: 2013-02-01 15:13:06 UTC
  • mto: This revision was merged to the branch mainline in revision 780.
  • Revision ID: michael.terry@canonical.com-20130201151306-famyx1w1k3o5xg1j
Install a policykit policy file to replace last gksu use for
cddistupgrader.

Show diffs side-by-side

added added

removed removed

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