~alexeftimie/jockey/fix-gobject

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2008-01-17 15:02:40 UTC
  • Revision ID: james.westby@ubuntu.com-20080117150240-djmsi8giu255vzzn
Tags: 0.1~r118
* Initial release, result of completely rewriting restricted-manager to be
  maintainable, robust, and suitable for other distributions. Some features
  and the KDE UI still need to be ported.
* See restricted-manager-rewrite specification for details.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: jockey
 
2
Section: admin
 
3
Priority: optional
 
4
Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.38), python-central (>= 0.5.6), python-dev (>= 2.5)
 
5
Maintainer: Martin Pitt <martin.pitt@ubuntu.com>
 
6
Standards-Version: 3.7.2
 
7
XS-Python-Version: current
 
8
Vcs-Bzr: https://code.launchpad.net/~pitti/jockey/ubuntu
 
9
 
 
10
Package: jockey-common
 
11
Architecture: all
 
12
XB-Python-Version: ${python:Versions}
 
13
Depends: ${python:Depends}, python-xdg, guidance-backends
 
14
Recommends: linux-restricted-modules-generic [i386 amd64] | linux-restricted-modules-386 [i386] | linux-restricted-modules-powerpc [powerpc]
 
15
Conflicts: restricted-manager-core
 
16
Replaces: restricted-manager-core
 
17
Provides: restricted-manager-core
 
18
Description: user interface and desktop integration for driver management
 
19
 Jockey provides a user interface for configuring third-party drivers,
 
20
 such as the Nvidia and ATI fglrx X.org and various Wireless LAN
 
21
 kernel modules.
 
22
 .
 
23
 This package contains the common data shared between the frontends.
 
24
 
 
25
Package: jockey-gtk
 
26
Architecture: all
 
27
XB-Python-Version: ${python:Versions}
 
28
Depends: ${python:Depends}, jockey-common (= ${binary:Version}), python-notify (>= 0.1.1-0ubuntu2), python-glade2, python-xdg, synaptic
 
29
Conflicts: restricted-manager
 
30
Replaces: restricted-manager
 
31
Provides: restricted-manager
 
32
Description: GNOME user interface and desktop integration for driver management
 
33
 Jockey provides a user interface for configuring third-party drivers,
 
34
 such as the Nvidia and ATI fglrx X.org and various Wireless LAN
 
35
 kernel modules.
 
36
 .
 
37
 This package contains the GNOME frontend.