~ubuntu-branches/ubuntu/precise/xserver-xorg-input-vmmouse/precise-proposed

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Krzysztof Klimonda
  • Date: 2009-05-22 15:03:55 UTC
  • mfrom: (1.2.5 sid)
  • Revision ID: james.westby@ubuntu.com-20090522150355-r5ozt1torzvjin0d
Tags: 1:12.6.4-1ubuntu1
* Merge from debian unstable.
* New changes:
  - debian/control:
    + Add mdetect (<< 0.5.2.1ubuntu5) to Replaces: for seamless upgrade.
      This change may be removed after we drop Hardy support.
* Fixes bugs:
  - VMWare fusion host + vmmouse driver generates drag events on
    any click (LP: #366521)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: xserver-xorg-input-vmmouse
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
 
Uploaders: David Nusinow <dnusinow@debian.org>, Drew Parsons <dparsons@debian.org>, Brice Goglin <bgoglin@debian.org>
7
 
Build-Depends: debhelper (>= 5), pkg-config, xserver-xorg-dev (>= 2:1.4), x11proto-input-dev, x11proto-core-dev, x11proto-randr-dev, quilt, dpkg-dev (>= 1.14.17)
 
6
Uploaders: David Nusinow <dnusinow@debian.org>, Drew Parsons <dparsons@debian.org>, Brice Goglin <bgoglin@debian.org>, Julien Cristau <jcristau@debian.org>
 
7
Build-Depends:
 
8
 debhelper (>= 5),
 
9
 pkg-config,
 
10
 xserver-xorg-dev (>= 2:1.5.99.901),
 
11
 x11proto-input-dev,
 
12
 x11proto-core-dev,
 
13
 x11proto-randr-dev,
 
14
 quilt,
 
15
 dpkg-dev (>= 1.14.17),
 
16
 automake,
 
17
 libtool,
 
18
 xutils-dev
8
19
Standards-Version: 3.7.3
9
20
Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-input-vmmouse
10
21
Vcs-Browser: http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-input-vmmouse.git
11
22
 
12
23
Package: xserver-xorg-input-vmmouse
13
24
Architecture: i386 amd64
14
 
Depends: ${shlibs:Depends}, ${misc:Depends}, ${xserver:Depends}, mdetect
 
25
Depends: ${shlibs:Depends}, ${misc:Depends}, ${xserver:Depends}, xserver-xorg-input-mouse
15
26
Provides: ${xinpdriver:Provides}
16
 
Replaces: xserver-xorg (<< 6.8.2-35)
 
27
Replaces: xserver-xorg (<< 6.8.2-35), mdetect (<< 0.5.2.2)
17
28
Description: X.Org X server -- VMMouse input driver to use with VMWare
18
29
 This package provides the driver for the X11 vmmouse input device.
19
30
 .