[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xserver-xorg-input-vmmouse: Changes to 'debian-experimental'



 debian/changelog |   11 ++++++--
 debian/copyright |   74 +++++++++++++++++++++++++++++++++++++------------------
 debian/rules     |    5 ++-
 3 files changed, 64 insertions(+), 26 deletions(-)

New commits:
commit de1b5f6896f7b5b6a76f83038a139a66587f3c2d
Author: Cyril Brulebois <kibi@debian.org>
Date:   Sat Nov 20 00:09:53 2010 +0100

    Upload to experimental.

diff --git a/debian/changelog b/debian/changelog
index 63e5014..e052b93 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-input-vmmouse (1:12.6.10-1) UNRELEASED; urgency=low
+xserver-xorg-input-vmmouse (1:12.6.10-1) experimental; urgency=low
 
   [ Robert Hooker ]
   * New upstream release.
@@ -9,7 +9,7 @@ xserver-xorg-input-vmmouse (1:12.6.10-1) UNRELEASED; urgency=low
     architectures; those files weren't installed anyway.
   * Switch from --list-missing to --fail-missing for additional safety.
 
- -- Robert Hooker <sarvatt@ubuntu.com>  Mon, 18 Oct 2010 15:50:48 -0400
+ -- Cyril Brulebois <kibi@debian.org>  Sat, 20 Nov 2010 00:09:43 +0100
 
 xserver-xorg-input-vmmouse (1:12.6.9-4) experimental; urgency=low
 

commit 25aeaf1781fdf2585a749a1e01db3c1f7ab0bbed
Author: Cyril Brulebois <kibi@debian.org>
Date:   Sat Nov 20 00:08:47 2010 +0100

    Switch from --list-missing to --fail-missing for additional safety.

diff --git a/debian/changelog b/debian/changelog
index 0b86e1f..63e5014 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ xserver-xorg-input-vmmouse (1:12.6.10-1) UNRELEASED; urgency=low
   * Update debian/copyright from upstream COPYING.
   * Get rid of HAL-specific files since we're only buiding on Linux
     architectures; those files weren't installed anyway.
+  * Switch from --list-missing to --fail-missing for additional safety.
 
  -- Robert Hooker <sarvatt@ubuntu.com>  Mon, 18 Oct 2010 15:50:48 -0400
 
diff --git a/debian/rules b/debian/rules
index 5b14d8b..3e48b56 100755
--- a/debian/rules
+++ b/debian/rules
@@ -83,7 +83,7 @@ binary-arch: build install serverabi
 
 	dh_installdocs README
 	dh_installchangelogs ChangeLog
-	dh_install --sourcedir=debian/tmp --list-missing --exclude=vmmouse_drv.la
+	dh_install --sourcedir=debian/tmp --fail-missing --exclude=vmmouse_drv.la
 	dh_installman
 	dh_link
 	dh_strip

commit d8e1b09431352f3700913b91e443816f3fa38934
Author: Cyril Brulebois <kibi@debian.org>
Date:   Sat Nov 20 00:08:16 2010 +0100

    Get rid of HAL-specific files since we're only buiding on Linux architectures; those files weren't installed anyway.

diff --git a/debian/changelog b/debian/changelog
index 4a8ec2f..0b86e1f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ xserver-xorg-input-vmmouse (1:12.6.10-1) UNRELEASED; urgency=low
 
   [ Cyril Brulebois ]
   * Update debian/copyright from upstream COPYING.
+  * Get rid of HAL-specific files since we're only buiding on Linux
+    architectures; those files weren't installed anyway.
 
  -- Robert Hooker <sarvatt@ubuntu.com>  Mon, 18 Oct 2010 15:50:48 -0400
 
diff --git a/debian/rules b/debian/rules
index 3c860be..5b14d8b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -72,6 +72,9 @@ install: build
 	dh_installdirs
 
 	cd build && $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
+	# Remove HAL-specific file:
+	rm -f debian/tmp/usr/lib/hal/hal-probe-vmmouse
+	find debian/tmp/usr/share/hal -name '*.fdi' -delete
 
 # Build architecture-dependent files here.
 binary-arch: build install serverabi

commit 62e9111b6960ef687e62305296f0db16b5249894
Author: Cyril Brulebois <kibi@debian.org>
Date:   Fri Nov 19 23:59:03 2010 +0100

    Update debian/copyright from upstream COPYING.

diff --git a/debian/changelog b/debian/changelog
index 97bba86..4a8ec2f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,11 @@
 xserver-xorg-input-vmmouse (1:12.6.10-1) UNRELEASED; urgency=low
 
+  [ Robert Hooker ]
   * New upstream release.
 
+  [ Cyril Brulebois ]
+  * Update debian/copyright from upstream COPYING.
+
  -- Robert Hooker <sarvatt@ubuntu.com>  Mon, 18 Oct 2010 15:50:48 -0400
 
 xserver-xorg-input-vmmouse (1:12.6.9-4) experimental; urgency=low
diff --git a/debian/copyright b/debian/copyright
index c64a151..4a5a108 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -5,26 +5,54 @@ Debianised by Drew Parsons <dparsons@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).
-   
+Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany.
+Copyright 1993 by David Dawes <dawes@xfree86.org>
+Copyright 2002 by SuSE Linux AG, Author: Egbert Eich
+Copyright 1994-2002 by The XFree86 Project, Inc.
+Copyright 2002 by Paul Elliott
+Copyright 2002-2006 by VMware, Inc.
+
+Permission to use, copy, modify, distribute, and sell this software and its
+documentation for any purpose is hereby granted without fee, provided that
+the above copyright notice appear in all copies and that both that
+copyright notice and this permission notice appear in supporting
+documentation, and that the names of copyright holders not be
+used in advertising or publicity pertaining to distribution of the
+software without specific, written prior permission.  The copyright holders
+make no representations about the suitability of this
+software for any purpose.  It is provided "as is" without express or
+implied warranty.
+
+THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
+SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
+FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
+SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
+RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
+CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
+CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+
+Copyright (c) 1999-2003 by The XFree86 Project, Inc.
+Copyright 2002-2006 by 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 COPYRIGHT HOLDER(S) OR AUTHOR(S) 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).


Reply to: