Author: dparsons
Date: 2006-10-13 19:42:25 -0400 (Fri, 13 Oct 2006)
New Revision: 3768

Added:
   trunk/driver/xserver-xorg-input-vmmouse/debian/
   trunk/driver/xserver-xorg-input-vmmouse/debian/changelog
   trunk/driver/xserver-xorg-input-vmmouse/debian/compat
   trunk/driver/xserver-xorg-input-vmmouse/debian/control
   trunk/driver/xserver-xorg-input-vmmouse/debian/copyright
   trunk/driver/xserver-xorg-input-vmmouse/debian/patches/
   trunk/driver/xserver-xorg-input-vmmouse/debian/patches/series
   trunk/driver/xserver-xorg-input-vmmouse/debian/rules
   trunk/driver/xserver-xorg-input-vmmouse/debian/watch
   
trunk/driver/xserver-xorg-input-vmmouse/debian/xserver-xorg-input-vmmouse.install
   
trunk/driver/xserver-xorg-input-vmmouse/debian/xserver-xorg-input-vmmouse.manpages
Log:
Initial release, new in X11R7.
./debian files adapted from xserver-xorg-input-mouse.



Property changes on: trunk/driver/xserver-xorg-input-vmmouse/debian
___________________________________________________________________
Name: svn:externals
   + xsfbs   svn://necrotic.deadbeast.net/xorg-x11/trunk/xsfbs


Added: trunk/driver/xserver-xorg-input-vmmouse/debian/changelog
===================================================================
--- trunk/driver/xserver-xorg-input-vmmouse/debian/changelog                    
        (rev 0)
+++ trunk/driver/xserver-xorg-input-vmmouse/debian/changelog    2006-10-13 
23:42:25 UTC (rev 3768)
@@ -0,0 +1,5 @@
+xserver-xorg-input-vmmouse (12.4.0-1) UNRELEASED; urgency=low
+
+  * Initial release, new in X11R7.
+
+ -- Drew Parsons <[EMAIL PROTECTED]>  Sat, 14 Oct 2006 09:31:29 +1000

Added: trunk/driver/xserver-xorg-input-vmmouse/debian/compat
===================================================================
--- trunk/driver/xserver-xorg-input-vmmouse/debian/compat                       
        (rev 0)
+++ trunk/driver/xserver-xorg-input-vmmouse/debian/compat       2006-10-13 
23:42:25 UTC (rev 3768)
@@ -0,0 +1 @@
+5

Added: trunk/driver/xserver-xorg-input-vmmouse/debian/control
===================================================================
--- trunk/driver/xserver-xorg-input-vmmouse/debian/control                      
        (rev 0)
+++ trunk/driver/xserver-xorg-input-vmmouse/debian/control      2006-10-13 
23:42:25 UTC (rev 3768)
@@ -0,0 +1,28 @@
+Source: xserver-xorg-input-vmmouse
+Section: x11
+Priority: optional
+Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
+Uploaders: David Nusinow <[EMAIL PROTECTED]>, Branden Robinson <[EMAIL 
PROTECTED]>, Drew Parsons <[EMAIL PROTECTED]>
+Build-Depends: debhelper (>= 5), pkg-config, xserver-xorg-dev (>= 2:1.1.1-1), 
x11proto-input-dev, x11proto-core-dev, x11proto-randr-dev, quilt
+Standards-Version: 3.7.2
+
+Package: xserver-xorg-input-vmmouse
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, xserver-xorg-core (>= 2:1.1.1-1)
+Provides: xserver-xorg-input
+Replaces: xserver-xorg (<< 6.8.2-35)
+Description: X.Org X server -- mouse input driver
+ This package provides the driver for the X11 vmmouse input device.
+ .
+ The VMMouse driver enables support for the special VMMouse protocol
+ that is provided by VMware virtual machines to give absolute pointer
+ positioning.
+ .
+ The vmmouse driver is capable of falling back to the standard "mouse"
+ driver if a VMware virtual machine is not detected. This allows for
+ dual-booting of an operating system from a virtual machine to real hardware
+ without having to edit xorg.conf every time.
+ .
+ More information about X.Org can be found at:
+ <URL:http://xorg.freedesktop.org>
+ <URL:http://lists.freedesktop.org/mailman/listinfo/xorg>

Added: trunk/driver/xserver-xorg-input-vmmouse/debian/copyright
===================================================================
--- trunk/driver/xserver-xorg-input-vmmouse/debian/copyright                    
        (rev 0)
+++ trunk/driver/xserver-xorg-input-vmmouse/debian/copyright    2006-10-13 
23:42:25 UTC (rev 3768)
@@ -0,0 +1,27 @@
+Debianised by Drew Parsons <[EMAIL PROTECTED]> on Saturday, October 14 2006
+from source located at http://xorg.freedesktop.org/releases/individual/driver/.
+
+
+Copyright (c) 2006 VMware, Inc.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy 
of this 
+software and associated documentation files (the "Software"), to deal in the 
Software 
+without restriction, including without limitation the rights to use, copy, 
modify, merge, 
+publish, distribute, sublicense, and/or sell copies of the Software, and to 
permit 
+persons to whom the Software is furnished to do so, subject to the following 
conditions:
+
+The above copyright notice and this permission notice shall be included in all 
copies or 
+substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
IMPLIED, 
+INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A 
PARTICULAR 
+PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 
HOLDERS BE LIABLE 
+FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 
TORT OR 
+OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE 
OR OTHER 
+DEALINGS IN THE SOFTWARE.
+
+Except as contained in this notice, the name of the copyright holder(s) and 
author(s)
+shall not be used in advertising or otherwise to promote the sale, use or 
other dealings
+in this Software without prior written authorization from the copyright 
holder(s) and
+author(s).
+   

Added: trunk/driver/xserver-xorg-input-vmmouse/debian/patches/series
===================================================================

Added: trunk/driver/xserver-xorg-input-vmmouse/debian/rules
===================================================================
--- trunk/driver/xserver-xorg-input-vmmouse/debian/rules                        
        (rev 0)
+++ trunk/driver/xserver-xorg-input-vmmouse/debian/rules        2006-10-13 
23:42:25 UTC (rev 3768)
@@ -0,0 +1,93 @@
+#!/usr/bin/make -f
+# debian/rules for the Debian xserver-xorg-input-vmmouse package.
+# Copyright © 2004 Scott James Remnant <[EMAIL PROTECTED]>
+# Copyright © 2005 Daniel Stone <[EMAIL PROTECTED]>
+# Copyright © 2005 David Nusinow <[EMAIL PROTECTED]>
+# Copyright © 2006 Drew Parsons <[EMAIL PROTECTED]>
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+include debian/xsfbs/xsfbs.mk
+
+CFLAGS = -Wall -g
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+       CFLAGS += -O0
+else
+       CFLAGS += -O2
+endif
+ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
+       INSTALL_PROGRAM += -s
+endif
+
+DEB_HOST_ARCH      ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
+DEB_HOST_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
+DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
+       confflags += --build=$(DEB_HOST_GNU_TYPE)
+else
+       confflags += --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE)
+endif
+
+# kbd_drv.a isn't phenomenally useful; kbd_drv.so more so
+confflags += --disable-static
+
+build: patch build-stamp
+build-stamp:
+       dh_testdir
+
+       test -d obj-$(DEB_BUILD_GNU_TYPE) || mkdir obj-$(DEB_BUILD_GNU_TYPE)
+       cd obj-$(DEB_BUILD_GNU_TYPE) && \
+       ../configure --prefix=/usr --mandir=\$${prefix}/share/man \
+                    --infodir=\$${prefix}/share/info $(confflags) \
+                    CFLAGS="$(CFLAGS)" DRIVER_MAN_SUFFIX=4x 
DRIVER_MAN_DIR=\$$\(mandir\)/man4
+       cd obj-$(DEB_BUILD_GNU_TYPE) && $(MAKE)
+
+       touch build-stamp
+
+clean: xsfclean
+       dh_testdir
+       dh_testroot
+       rm -f build-stamp
+
+       rm -f config.cache config.log config.status
+       rm -f */config.cache */config.log */config.status
+       rm -f conftest* */conftest*
+       rm -rf autom4te.cache */autom4te.cache
+       rm -rf obj-*
+
+       dh_clean
+
+install: build
+       dh_testdir
+       dh_testroot
+       dh_clean -k
+       dh_installdirs
+
+       cd obj-$(DEB_BUILD_GNU_TYPE) && $(MAKE) DESTDIR=$(CURDIR)/debian/tmp 
install
+
+# Build architecture-dependent files here.
+binary-arch: build install
+       dh_testdir
+       dh_testroot
+
+       dh_installdocs README
+       dh_installchangelogs
+       dh_install --sourcedir=debian/tmp --list-missing 
--exclude=vmmouse_drv.la --exclude=usr/share/man/man4
+       dh_installman
+       dh_link
+       dh_strip
+       dh_compress
+       dh_fixperms
+       dh_installdeb
+       dh_shlibdeps
+       dh_gencontrol
+       dh_md5sums
+       dh_builddeb
+
+# Build architecture-independent files here.
+binary-indep: build install
+# Nothing to do
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install


Property changes on: trunk/driver/xserver-xorg-input-vmmouse/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: trunk/driver/xserver-xorg-input-vmmouse/debian/watch
===================================================================
--- trunk/driver/xserver-xorg-input-vmmouse/debian/watch                        
        (rev 0)
+++ trunk/driver/xserver-xorg-input-vmmouse/debian/watch        2006-10-13 
23:42:25 UTC (rev 3768)
@@ -0,0 +1,2 @@
+version=3
+http://xorg.freedesktop.org/releases/individual/driver/ 
xf86-input-vmmouse-(.*)\.tar\.gz

Added: 
trunk/driver/xserver-xorg-input-vmmouse/debian/xserver-xorg-input-vmmouse.install
===================================================================
--- 
trunk/driver/xserver-xorg-input-vmmouse/debian/xserver-xorg-input-vmmouse.install
                           (rev 0)
+++ 
trunk/driver/xserver-xorg-input-vmmouse/debian/xserver-xorg-input-vmmouse.install
   2006-10-13 23:42:25 UTC (rev 3768)
@@ -0,0 +1,2 @@
+usr/lib/xorg/modules/input/*.so
+

Added: 
trunk/driver/xserver-xorg-input-vmmouse/debian/xserver-xorg-input-vmmouse.manpages
===================================================================
--- 
trunk/driver/xserver-xorg-input-vmmouse/debian/xserver-xorg-input-vmmouse.manpages
                          (rev 0)
+++ 
trunk/driver/xserver-xorg-input-vmmouse/debian/xserver-xorg-input-vmmouse.manpages
  2006-10-13 23:42:25 UTC (rev 3768)
@@ -0,0 +1 @@
+debian/tmp/usr/share/man/man4/*


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to