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

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



 debian/changelog |    6 +++---
 debian/copyright |   47 ++++++++++++++++++++++++++++++++++++++++++++---
 debian/rules     |    5 +++--
 3 files changed, 50 insertions(+), 8 deletions(-)

New commits:
commit ada138eeabb9e0c5c731ae923091c8cbefb70500
Author: Mattia Dongili <malattia@linux.it>
Date:   Mon Aug 25 22:25:37 2008 +0900

    Set proper permissions on the fdi files (lintian)
    
    Signed-off-by: Mattia Dongili <malattia@linux.it>

diff --git a/debian/rules b/debian/rules
index ef26675..46b536a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -70,8 +70,9 @@ install: build
 	dh_installdirs
 
 	cd obj-$(DEB_BUILD_GNU_TYPE) && $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
-	install -D fdi/11-x11-synaptics.fdi \
-		$(CURDIR)/debian/tmp/usr/share/hal/fdi/policy/20thirdparty/11-x11-synaptics.fdi
+	install -d $(CURDIR)/debian/tmp/usr/share/hal/fdi/policy/20thirdparty
+	install -m 0644 fdi/11-x11-synaptics.fdi \
+		$(CURDIR)/debian/tmp/usr/share/hal/fdi/policy/20thirdparty
 
 # Build architecture-dependent files here.
 binary-arch: build install serverabi

commit 82193e0a4b88d441824b9c2b991c3e83b1bc830e
Author: Mattia Dongili <malattia@linux.it>
Date:   Mon Aug 25 21:06:57 2008 +0900

    Update debian/copyright to reflect the recent GPL->MIT re-licensing
    
    Signed-off-by: Mattia Dongili <malattia@linux.it>

diff --git a/debian/copyright b/debian/copyright
index 5d9a193..149c4c3 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,11 +1,52 @@
 This package was debianized by Mattia Dongili <malattia@debian.org> on
 Tue,  2 Mar 2004 11:42:05 +0100.
 
-It was downloaded from http://w1.894.telia.com/~u89404340/touchpad/index.html
+It was downloaded from
+git://anongit.freedesktop.org/git/xorg/driver/xf86-input-synaptics.
+Release tarballs are available at
+http://xorg.freedesktop.org/releases/individual/driver/
 
-Upstream Author: Peter Österlund <petero2@telia.com>
+Copyright (c) 1997 C. Scott Ananian
+Copyright (c) 1998-2000 Bruce Kalk
+Copyright (c) 1999 Henry Davies
+Copyright (c) 2001 Stefan Gmeiner
+Copyright (c) 2002 Linuxcare Inc. David Kennedy
+Copyright (c) 2003 Fred Hucht
+Copyright (c) 2003 Neil Brown
+Copyright (c) 2003 Jörg Bösner
+Copyright (c) 2003 Hartwig Felger
+Copyright (c) 2002-2007 Peter Osterlund
+Copyright (c) 2004 Arne Schwabe
+Copyright (c) 2004 Matthias Ihmig
+Copyright (c) 2004 Alexei Gilchrist
+Copyright (c) 2006-2007 Christian Thaeter
+Copyright (c) 2006 Stefan Bethge
+Copyright (c) 2007 Joseph P. Skudlarek
+Copyright (c) 2007 Florian Loitsch
 
-Copyright:
+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.
+
+Some patches included in the Debian package are licensed differently:
+	debian/patches/01-synaptics-dont-grab-if-not-on-current-VT.patch
+	debian/patches/02-autodetect-resolution.patch
+
+Copyright (c) Matthew Garrett <mjg59@srcf.ucam.org>
 
    This package is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by

commit f47e562c8eb13fb53070c807a9209504230fc2bd
Author: Mattia Dongili <malattia@linux.it>
Date:   Sun Aug 24 17:44:35 2008 +0900

    Prepare to upload to experimental
    
    Signed-off-by: Mattia Dongili <malattia@linux.it>

diff --git a/debian/changelog b/debian/changelog
index b02c805..5631a6b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xfree86-driver-synaptics (0.15.0+git20080820-1) UNRELEASED; urgency=low
+xfree86-driver-synaptics (0.15.0+git20080820-1) experimental; urgency=low
 
   * Update to latest upstream git
   * Remove patches merged upstream:
@@ -7,9 +7,9 @@ xfree86-driver-synaptics (0.15.0+git20080820-1) UNRELEASED; urgency=low
     - 04-delibcwrap.patch
   * Update debian/rules (taken from the evdev driver) for the autotoolized build
   * Refresh 01-synaptics-dont-grab-if-not-on-current-VT.patch
-  * Cherry pick aplletouch support from upstream
+  * Cherry pick appletouch support from upstream
 
- -- Mattia Dongili <malattia@debian.org>  Sat, 23 Aug 2008 20:27:50 +0900
+ -- Mattia Dongili <malattia@debian.org>  Sun, 24 Aug 2008 17:44:12 +0900
 
 xfree86-driver-synaptics (0.14.7~git20070706-2.2) experimental; urgency=low
 


Reply to: