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

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: mvo
  • Date: 2004-11-03 21:11:42 UTC
  • Revision ID: gustavo@niemeyer.net-20041103211142-13ae36f05465ce14
* debian/control,upgrade-notifier.cron.daily,rules: added cron-job
* src/upgrade-notifier.c,data/upgrade-app: use the system bus now 
                     (so that the cron job can send messages too)

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
Package: upgrade-notifier
9
9
Architecture: any
10
 
Depends: ${shlibs:Depends}, ${misc:Depends}
 
10
Depends: ${shlibs:Depends}, ${misc:Depends}, dbus-1-utils
11
11
Description: Daemon which notifies about package updates
12
12
 Puts an icon in the user's notification area when package updates are
13
13
 available.
 
14
 .
 
15
 The package contains also a cron job that will do a daily apt-get update.
 
16