~n-muench/ubuntu/precise/open-vm-tools/open-vm-tools.raring-precise.backport

« back to all changes in this revision

Viewing changes to services/Makefile.in

  • 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:
141
141
FGREP = @FGREP@
142
142
FUSE_CPPFLAGS = @FUSE_CPPFLAGS@
143
143
FUSE_LIBS = @FUSE_LIBS@
144
 
GIO_CPPFLAGS = @GIO_CPPFLAGS@
145
 
GIO_LIBS = @GIO_LIBS@
146
144
GLIB2_CPPFLAGS = @GLIB2_CPPFLAGS@
147
145
GLIB2_LIBS = @GLIB2_LIBS@
148
146
GMODULE_CPPFLAGS = @GMODULE_CPPFLAGS@
171
169
LD = @LD@
172
170
LDFLAGS = @LDFLAGS@
173
171
LIBOBJS = @LIBOBJS@
174
 
LIBPNG_CPPFLAGS = @LIBPNG_CPPFLAGS@
175
 
LIBPNG_LIBS = @LIBPNG_LIBS@
176
172
LIBS = @LIBS@
177
173
LIBTOOL = @LIBTOOL@
178
174
LIBVMTOOLS_LIBADD = @LIBVMTOOLS_LIBADD@
223
219
TARGET_OS = @TARGET_OS@
224
220
TEST_PLUGIN_INSTALLDIR = @TEST_PLUGIN_INSTALLDIR@
225
221
TOOLS_VERSION = @TOOLS_VERSION@
226
 
URIPARSER_CPPFLAGS = @URIPARSER_CPPFLAGS@
227
 
URIPARSER_LIBS = @URIPARSER_LIBS@
228
222
VERSION = @VERSION@
229
223
VIX_LIBADD = @VIX_LIBADD@
230
224
VMSVC_PLUGIN_INSTALLDIR = @VMSVC_PLUGIN_INSTALLDIR@
239
233
X_EXTRA_LIBS = @X_EXTRA_LIBS@
240
234
X_LIBS = @X_LIBS@
241
235
X_PRE_LIBS = @X_PRE_LIBS@
242
 
ZLIB_CPPFLAGS = @ZLIB_CPPFLAGS@
243
 
ZLIB_LIBS = @ZLIB_LIBS@
244
236
abs_builddir = @abs_builddir@
245
237
abs_srcdir = @abs_srcdir@
246
238
abs_top_builddir = @abs_top_builddir@
588
580
 
589
581
install-dvi-am:
590
582
 
591
 
install-exec-am: install-exec-local
 
583
install-exec-am:
592
584
 
593
585
install-html: install-html-recursive
594
586
 
637
629
        distclean-libtool distclean-tags distdir dvi dvi-am html \
638
630
        html-am info info-am install install-am install-data \
639
631
        install-data-am install-dvi install-dvi-am install-exec \
640
 
        install-exec-am install-exec-local install-html \
641
 
        install-html-am install-info install-info-am install-man \
642
 
        install-pdf install-pdf-am install-ps install-ps-am \
643
 
        install-strip installcheck installcheck-am installdirs \
644
 
        installdirs-am maintainer-clean maintainer-clean-generic \
645
 
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
646
 
        ps ps-am tags tags-recursive uninstall uninstall-am
647
 
 
648
 
 
649
 
install-exec-local:
650
 
        mkdir -p $(DESTDIR)/etc/vmware-tools
651
 
        ln -sf `dirname $(VMSVC_PLUGIN_INSTALLDIR)` $(DESTDIR)/etc/vmware-tools/plugins
 
632
        install-exec-am install-html install-html-am install-info \
 
633
        install-info-am install-man install-pdf install-pdf-am \
 
634
        install-ps install-ps-am install-strip installcheck \
 
635
        installcheck-am installdirs installdirs-am maintainer-clean \
 
636
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
637
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 
638
        uninstall uninstall-am
 
639
 
652
640
 
653
641
# Tell versions [3.59,3.63) of GNU make to not export all variables.
654
642
# Otherwise a system limit (for SysV at least) may be exceeded.