~ubuntu-branches/ubuntu/quantal/open-vm-tools/quantal-201210021442

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Nate Muench
  • Date: 2012-01-23 16:09:45 UTC
  • mfrom: (1.4.6) (2.4.26 sid)
  • Revision ID: package-import@ubuntu.com-20120123160945-b6s0r1vkcovucpf3
Tags: 2011.12.20-562307-0ubuntu1
* Merge latest upstream git tag. Fixes building on Precise
  (LP: #898289, LP: #905612)

* Items merged from Debian unstable:
  - debian/control:
    + open-vm-tools recommends open-vm-dkms. (LP: #598933)
    + open-vm-tools now suggests open-vm-toolbox. (LP: #604998)
  (From 2011.08.21-471295-1 release)
  - Updating maintainer and uploaders fields.
  - Removing vcs fields.
  - Removing references to Daniel's old email address.
  - Updating years in copyright file.
  - Updating to standards version 3.9.2.
  - Updating to debhelper version 8.
  - Switching to source format 3.0 (quilt).
  - Removing manual chrpath setting.
  - Removing exclusion from plugins from debhelper shlibs.
  - Rediffing kvers.patch.
  (From 2011.09.23-491607-1 release)
  - Marking binary architecture-dependend packages as linux and kfreebsd
  only.
  - Removing liburiparser-dev from build-depends as upstream dropped
  unity support.
  - Building with libproc-dev on amd64 again.
  - Dropping disabling of dnet support.
  (From 2011.09.23-491607-2 release)
  - Adding doxygen to build-depends for api documentation.
  - Adding libcunit1-dev to build-depends for test suites.
  - Minimizing rules file.
  - Adding open-vm-tools-dev package, containing only the api
    documentation for now.
  (From 2011.09.23-491607-3 release)
  - Sorting overrides in rules alphabetically.
  - Compacting copyright file.
  - Adding udev rule to set timeout for vmware scsi devices
  (From 2011.12.20-562307-1 release)
  - Adding patch to correct typo in upstreams dkms configuration

* Remaining Changes:
  - Remove Stable part of version numbering.
  - debian folder:
    + Re-added open-vm-dkms.postinst & open-vm-dkms.prerm.
      * Allows dkms modules to compile upon installation.
  - debian/control:
    + Re-add open-vm-source and make into a transitional package
      for open-vm-toolbox.
    + Return dependancies that were moved to open-vm-tools back to
      open-vm-toolbox.
  - debian/rules and debian/open-vm-toolbox.lintian-overrides:
    + Make vmware-user-suid-wrapper suid-root
  - debian/rules:
    + Added CFLAGS field with -Wno-deprecated-declarations
      * Will suppress issues with glib 2.31 or later.
    + Add line to copy vmware-xdg-detect-de into place.
    + Install vmware-user.desktop through toolbox package.
  - debian/open-vm-tools.init:
    + Re-add 'modprobe [-r] vmblock'.
    + Add 'modprobe [-r] vmxnet'.
      * Incase it's not loaded during boot.
    + Remove and re-add pcnet32 module
      * Will be done before (remove) and after (readd) vmxnet module
        is added.
      * If vmxnet doesn't exist (aka modules fail to build), pcnet32 can be
        still used for network connectivity.
      * Workaround until a better fix can be done.
  - Re-add gnome-session to debian/local/xautostart.conf
  - Manpages removed (from debian/manpages):
    + vmmemctl.9
    + vmxnet3.9
    + Remove references to manpages that have been removed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: open-vm-tools
2
 
Section: contrib/admin
 
2
Section: admin
3
3
Priority: extra
4
4
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5
 
XSBC-Original-Maintainer: Debian VMware Maintainers <vmware@lists.debian-maintainers.org>
6
 
Uploaders: Daniel Baumann <daniel@debian.org>
 
5
XSBC-Original-Maintainer: Daniel Baumann <daniel.baumann@progress-technologies.net>
7
6
Build-Depends:
8
 
 debhelper (>= 7), autotools-dev, quilt, libdumbnet-dev, libfuse-dev,
9
 
 libgtk2.0-dev, libgtkmm-2.4-dev, libicu-dev, libnotify-dev, libpam0g-dev,
10
 
 libproc-dev [i386], liburiparser-dev (>= 0.7), libx11-dev, libxinerama-dev,
11
 
 libxss-dev, libxtst-dev, quilt
12
 
Standards-Version: 3.9.1
 
7
 debhelper (>= 8), autotools-dev, doxygen, libcunit1-dev, libdumbnet-dev,
 
8
 libfuse-dev, libgtk2.0-dev, libgtkmm-2.4-dev, libicu-dev, libnotify-dev,
 
9
 libpam0g-dev, libproc-dev, libx11-dev, libxinerama-dev, libxss-dev,
 
10
 libxtst-dev
 
11
Standards-Version: 3.9.2
13
12
Homepage: http://open-vm-tools.sourceforge.net/
14
 
Vcs-Browser: http://git.debian-maintainers.org/?p=vmware/open-vm-tools.git
15
 
Vcs-Git: git://git.debian-maintainers.org/git/vmware/open-vm-tools.git
16
13
 
17
14
Package: open-vm-tools
18
 
Architecture: amd64 i386
 
15
Architecture: linux-amd64 linux-i386 kfreebsd-amd64 kfreebsd-i386
19
16
Depends: ${misc:Depends}, ${shlibs:Depends}
20
 
Recommends: open-vm-source, ethtool, zerofree, xauth, xserver-xorg-input-vmmouse, xserver-xorg-video-vmware
 
17
Recommends: open-vm-dkms, ethtool, zerofree
 
18
Suggests: open-vm-toolbox
 
19
Description: tools and components for VMware guest systems (CLI tools)
 
20
 The Open Virtual Machine Tools (open-vm-tools) are the open source
 
21
 implementation of VMware Tools. They are a set of guest operating system
 
22
 virtualization components that enhance performance and user experience of
 
23
 virtual machines.
 
24
 .
 
25
 As virtualization technology rapidly becomes mainstream, each virtualization
 
26
 solution provider implements their own set of tools and utilities to supplement
 
27
 the guest virtual machine. However, most of the implementations are proprietary
 
28
 and are tied to a specific virtualization platform.
 
29
 
 
30
Package: open-vm-toolbox
 
31
Architecture: linux-amd64 linux-i386 kfreebsd-amd64 kfreebsd-i386
 
32
Depends: ${misc:Depends}, ${shlibs:Depends}, open-vm-tools (= ${binary:Version})
 
33
Recommends:
 
34
 open-vm-dkms, xauth, xserver-xorg-input-vmmouse, xserver-xorg-video-vmware
21
35
Suggests: xdg-utils
22
 
Replaces: open-vm-toolbox
23
 
Breaks: open-vm-toolbox
24
 
Description: tools and components for VMware guest systems (CLI tools)
 
36
Replaces: open-vm-source
 
37
Breaks: open-vm-source
 
38
Description: tools and components for VMware guest systems (GUI tools)
25
39
 The Open Virtual Machine Tools (open-vm-tools) are the open source
26
40
 implementation of VMware Tools. They are a set of guest operating system
27
41
 virtualization components that enhance performance and user experience of
32
46
 the guest virtual machine. However, most of the implementations are proprietary
33
47
 and are tied to a specific virtualization platform.
34
48
 
 
49
Package: open-vm-tools-dev
 
50
Section: devel
 
51
Architecture: all
 
52
Depends: ${misc:Depends}
 
53
Description: tools and components for VMware guest systems (development)
 
54
 The Open Virtual Machine Tools (open-vm-tools) are the open source
 
55
 implementation of VMware Tools. They are a set of guest operating system
 
56
 virtualization components that enhance performance and user experience of
 
57
 virtual machines.
 
58
 .
 
59
 This package contains the development files.
 
60
 
35
61
Package: open-vm-tools-dbg
36
 
Section: contrib/debug
 
62
Section: debug
37
63
Priority: extra
38
 
Architecture: amd64 i386
39
 
Depends: ${misc:Depends}, open-vm-tools (= ${binary:Version})
 
64
Architecture: linux-amd64 linux-i386 kfreebsd-amd64 kfreebsd-i386
 
65
Depends: ${misc:Depends}, open-vm-tools (= ${binary:Version}), open-vm-toolbox (= ${binary:Version})
40
66
Description: tools and components for VMware guest systems (debug)
41
67
 The Open Virtual Machine Tools (open-vm-tools) are the open source
42
68
 implementation of VMware Tools. They are a set of guest operating system
45
71
 .
46
72
 This package contains the debugging symbols.
47
73
 
48
 
Package: open-vm-source
49
 
Architecture: all
50
 
Depends: ${misc:Depends}, debhelper (>= 7), quilt, make, bzip2
51
 
Recommends: module-assistant, open-vm-tools
52
 
Description: Source for VMware guest systems driver
53
 
 This package provides the source code for the open-vm kernel modules.
54
 
 The open-vm-tools package is also required in order to make use of these
55
 
 modules. Kernel source or headers are required to compile these modules.
56
 
 
57
74
Package: open-vm-dkms
58
75
Architecture: all
59
76
Depends: ${misc:Depends}, dkms, make
60
77
Recommends: open-vm-tools
 
78
Suggests: open-vm-toolbox
61
79
Description: Source for VMware guest systems driver (DKMS)
62
80
 This package provides the source code for the open-vm kernel modules.
63
81
 The open-vm-tools package is also required in order to make use of these
64
82
 modules. Kernel source or headers are required to compile these modules.
65
83
 
66
 
Package: open-vm-toolbox
 
84
Package: open-vm-source
67
85
Architecture: all
68
 
Depends: open-vm-tools, ${misc:Depends}
69
 
Description: Transitional package for open-vm-toolbox
70
 
 This is a transitional package for open-vm-toolbox, and can be safely
71
 
 removed after the installation is complete.
 
86
Depends: open-vm-toolbox, ${misc:Depends}
 
87
Description: Transitional package for open-vm-source
 
88
 This is a transitional package for open-vm-source, used to reinstall
 
89
 open-vm-toolbox.
 
90
 .
 
91
 It can be safely removed after the installation is complete.