Hottest Free Downloads - DownloadPipe.com Over 197,000 downloads! Bookmark Now!
DownloadPipe.com - New Downloads Every Minute
 SEARCH:
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

X Strike Force X.Org X11 SVN commit: r3768 - in trunk/driv..

 
   Linux (Home) -> X - Debian RSS
Next:  X Strike Force X.Org X11 SVN commit: r3767 - in t..  
Author Message
X Strike Force SVN Reposi

External


Since: Jul 21, 2005
Posts: 2996



(Msg. 1) Posted: Sat Oct 14, 2006 1:50 am
Post subject: X Strike Force X.Org X11 SVN commit: r3768 - in trunk/driver/xserver-xorg-input-vmmouse: . debian debian/patches
Archived from groups: linux>debian>maint>x (more info?)

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 <dparsons RemoveThis @debian.org> 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 RemoveThis @lists.debian.org>
+Uploaders: David Nusinow <dnusinow RemoveThis @debian.org>, Branden Robinson <branden RemoveThis @debian.org>, Drew Parsons <dparsons RemoveThis @debian.org>
+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 <dparsons RemoveThis @debian.org> 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 <scott RemoveThis @netsplit.com>
+# Copyright © 2005 Daniel Stone <daniel RemoveThis @fooishbar.org>
+# Copyright © 2005 David Nusinow <dnusinow RemoveThis @debian.org>
+# Copyright © 2006 Drew Parsons <dparsons RemoveThis @debian.org>
+
+# 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 debian-x-REQUEST RemoveThis @lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster RemoveThis @lists.debian.org
Back to top
Login to vote
Display posts from previous:   
Related Topics:
X Strike Force xresprobe SVN commit: r43 - trunk/debian - Author: otavio Date: 2006-04-08 08:50:07 -0500 (Sat, 08 Apr 2006) New Revision: 43 Modified: trunk/debian/changelog Log: * New release based in 0.4.23 release of Ubuntu. - Fixed FTBFS bug (closes: #358334) Modified: trunk/debian/changelog..

X Strike Force xresprobe SVN commit: r48 - trunk/debian - Author: otavio Date: 2006-04-08 09:04:46 -0500 (Sat, 08 Apr 2006) New Revision: 48 Modified: trunk/debian/changelog trunk/debian/rules Log: * Stop to install Ubuntu changelog since we're using the same changelog file right now. Modified:..

X Strike Force X.Org X11 SVN commit: r2184 - trunk - Author: branden Date: 2006-05-21 01:48:01 -0400 (Sun, 21 May 2006) New Revision: 2184 Added: trunk/README Log: Add file explaining the contents of the trunk directory. Added: trunk/README..

X Strike Force X.Org X11 SVN commit: r400 - trunk/debian - Author: dnusinow Date: 2005-07-23 14:14:04 -0500 (Sat, 23 Jul 2005) New Revision: 400 Modified: trunk/debian/TODO Log: TODO update Modified: trunk/debian/TODO =================================================================== ---..

X Strike Force X.Org X11 SVN commit: r407 - trunk/debian - Author: dnusinow Date: 2005-07-24 00:03:23 -0500 (Sun, 24 Jul 2005) New Revision: 407 Modified: trunk/debian/control Log: Fix goof on last commit Modified: trunk/debian/control =================================================================== ---....
       Linux (Home) -> X - Debian All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Categories:
 Windows Forums
 Game Forums
  Linux Forums
 Mac Forums
 PDA Forums
 Mobile Forums
  Top  |  Store  |  RSS Feeds RSS  |  Data Feeds  |  Advertise  |  Submit  |  Bookmark  |  Newsletter  |  Contact