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

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: mvo
  • Date: 2004-11-02 00:58:06 UTC
  • Revision ID: gustavo@niemeyer.net-20041102005806-9118e041eaa0ebc8
* inital checkin

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 (>= 7.0.50~),
6
 
               libgtk2.0-dev (>= 2.18.0),
7
 
               libgconf2-dev,
8
 
               libgdu-dev,
9
 
               libdbus-glib-1-dev (>= 0.60),
10
 
               intltool,
11
 
               libnotify-dev (>= 0.3.2-0ubuntu2),
12
 
               libgudev-1.0-dev,
13
 
               libx11-dev,
14
 
               autotools-dev
15
 
Standards-Version: 3.8.4
16
 
Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-dev/update-notifier/ubuntu
17
 
 
18
 
Package: update-notifier
19
 
Architecture: any
20
 
Depends: ${shlibs:Depends},
21
 
         ${misc:Depends},
22
 
         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
29
 
Description: Daemon which notifies about package updates
30
 
 Puts an icon in the user's notification area when package updates are
31
 
 available.
32
 
 
33
 
Package: update-notifier-common
34
 
Replaces: update-notifier (<< 0.75.1)
35
 
Architecture: all
36
 
Depends: ${shlibs:Depends},
37
 
         ${misc:Depends},
38
 
         python,
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.