~ubuntu-branches/ubuntu/karmic/kerneloops/karmic-updates

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): James Westby
  • Date: 2009-08-25 15:07:01 UTC
  • Revision ID: james.westby@ubuntu.com-20090825150701-2q87jnfs8oqvmoe3
Tags: 0.12+git20090217-1ubuntu2
* Move submit-pipe to be before asking, and still use apport for Ubuntu.
  This puts apport in control of prompting the user.
* Add apport to Recommends as it will be needed to report any oopses
  now if you don't edit the configuration file.
* Add kerneloops-submit which will allow apport to submit an oops.
* Split kerneloops-applet and kerneloops-daemon package. This means that
  servers can just install the daemon without gtk, and we don't have to
  install the applet by default now that we will use apport to do the
  prompting.  Thanks Tim Abbott. (LP: #337757)
  (-daemon isn't really needed at this stage, but that is the way Debian
   plan to go, so we use that to avoid clashes)
* Don't try and start the daemon if it isn't there. Thanks again to Tim
  Abbott.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 
10
10
Package: kerneloops
11
11
Architecture: any
 
12
Depends: kerneloops-applet
 
13
Description: kernel oops tracker
 
14
 This is a transitional package for splitting the kerneloops package
 
15
 into the kerneloops-daemon package and the kerneloops-applet package.
 
16
 In the future, the kerneloops package will contain only the
 
17
 kerneloops daemon, and not the applet.  If you want the kerneloops
 
18
 applet, you should explicitly install the kerneloops-applet package.
 
19
 
 
20
Package: kerneloops-daemon
 
21
Architecture: any
12
22
Depends: ${shlibs:Depends}, adduser
 
23
Conflicts: kerneloops (<< 0.12+git20090217-1ubuntu2)
 
24
Replaces: kerneloops (<< 0.12+git20090217-1ubuntu2)
 
25
Recommends: apport
13
26
Description: kernel oops tracker
14
27
 kerneloops is a daemon that collects kernel crash information and then
15
28
 submits the extracted signature to the kerneloops.org website for
16
29
 statistical analysis and presentation to the Linux kernel developers.
 
30
 
 
31
Package: kerneloops-applet
 
32
Architecture: any
 
33
Depends: ${shlibs:Depends}, kerneloops-daemon
 
34
Description: applet for the kernel oops tracker
 
35
 The kerneloops applet allows the kerneloops crash reporting utility
 
36
 to ask a desktop user for permission before submitting an oops report
 
37
 to the kerneloops.org website.