~ubuntu-branches/ubuntu/natty/xserver-xorg-video-nv/natty

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Timo Aaltonen
  • Date: 2009-12-07 17:48:09 UTC
  • mfrom: (1.1.18 upstream) (14.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20091207174809-qp9mqpx55qkidw08
Tags: 1:2.1.15-1ubuntu1
* Merge from Debian experimental, remaining changes:
  - Re-enabled the patch system, we need that. Add quilt in build-deps.
  - 100_fedora-panel-fix.patch:
    Don't discard EDID blocks just because their input type bit
    disagrees with the hardware connection sensing; this usually
    just means the block is lying. (cf. LP: 188549).
  - 105_gf7025_gf7050.patch:
    Fedora patch to add support for 7025/7050 IGP chipsets.
    (LP: 220364)
  - 0001-Move-the-logic-for-matching-devices-out-of-probe-rou.patch
    + Disable the logic for matching devices in the probe routine.
    + Instead match explicitly on pci_id_match (LP: 385658)
  - 0002-Run-the-parsing-script-to-generate-an-initial-list-o.patch
    + Generate the list of devices to match once

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: xserver-xorg-video-nv
2
2
Section: x11
3
3
Priority: optional
4
 
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
 
4
Maintainer: Ubuntu X-SWAT <ubuntu-x@lists.ubuntu.com>
5
5
XSBC-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
6
6
Uploaders: David Nusinow <dnusinow@debian.org>, Julien Cristau <jcristau@debian.org>, Brice Goglin <bgoglin@debian.org>
7
7
Build-Depends:
8
8
 debhelper (>= 5.0.0),
9
9
 pkg-config,
10
 
 xserver-xorg-dev (>= 2:1.5.99.901),
 
10
 xserver-xorg-dev (>= 2:1.7),
11
11
 x11proto-video-dev,
12
12
 x11proto-core-dev,
13
13
 x11proto-fonts-dev,
17
17
 dpkg-dev (>= 1.14.17),
18
18
 automake,
19
19
 libtool,
20
 
 quilt,
21
 
 xutils-dev
22
 
Standards-Version: 3.8.2
 
20
 xutils-dev,
 
21
 quilt
 
22
Standards-Version: 3.8.3
23
23
Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-video-nv
24
24
Vcs-Browser: http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-video-nv.git
25
25