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

xserver-xorg-video-qxl: Changes to 'debian-unstable'



 debian/changelog |   13 +++++
 debian/copyright |  131 ++++++++++++++++++++++++++++++++++++++++++++-----------
 debian/watch     |    2 
 3 files changed, 120 insertions(+), 26 deletions(-)

New commits:
commit 461aacda521addbea25c0bf63c9163ca175b0dcd
Author: Laurent Bigonville <bigon@debian.org>
Date:   Sat Dec 24 01:48:53 2016 +0100

    debian/watch: Track .bz2 files instead of the .gz ones

diff --git a/debian/changelog b/debian/changelog
index bc8c4d2..e83f2b7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-video-qxl (0.1.5-3) UNRELEASED; urgency=medium
+
+  * debian/watch: Track .bz2 files instead of the .gz ones
+
+ -- Laurent Bigonville <bigon@debian.org>  Sat, 24 Dec 2016 01:48:34 +0100
+
 xserver-xorg-video-qxl (0.1.5-2) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/watch b/debian/watch
index 0f02696..c468721 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
 #git=git://anongit.freedesktop.org/xorg/driver/xf86-video-qxl
 version=3
 opts="pgpsigurlmangle=s/$/.sig/" \
-https://xorg.freedesktop.org/releases/individual/driver/ xf86-video-qxl-(.*)\.tar\.gz
+https://xorg.freedesktop.org/releases/individual/driver/ xf86-video-qxl-(.*)\.tar\.bz2

commit 253d7844b783e84acabb63ece89b55616c6378b2
Author: Laurent Bigonville <bigon@debian.org>
Date:   Fri Dec 23 23:17:59 2016 +0100

    Update the debian/copyright file and use dep5
    
    Update the debian/copyright file and use dep5, use MIT/Expat license for
    the files in debian/ directory as it was the license declared before the
    update

diff --git a/debian/changelog b/debian/changelog
index 59bd002..bc8c4d2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+xserver-xorg-video-qxl (0.1.5-2) unstable; urgency=medium
+
+  * Team upload.
+  * Update the debian/copyright file and use dep5
+
+ -- Laurent Bigonville <bigon@debian.org>  Sat, 24 Dec 2016 01:27:13 +0100
+
 xserver-xorg-video-qxl (0.1.5-1) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/copyright b/debian/copyright
index 5281bca..a0200c1 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,25 +1,106 @@
-This package was downloaded from
-https://xorg.freedesktop.org/releases/individual/driver/
-
-Copyright 2009 Red Hat, 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
-on the rights to use, copy, modify, merge, publish, distribute, sub
-license, 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 (including the next
-paragraph) 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 NON-INFRINGEMENT.  IN NO EVENT SHALL
-THE AUTHORS 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.
-
-src/murmurhash3.c, src/murmurhash3.h is public domain software, and 
-written by Austin Appleby.
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: xf86-video-qxl
+Upstream-Contact: http://lists.freedesktop.org/mailman/listinfo/xorg
+Source: https://xorg.freedesktop.org/releases/individual/driver/
+
+Files: *
+Copyright: 2007-2014 Red Hat, Inc.
+License: Expat
+
+Files: src/dfps.c src/dfps.h src/spiceccid/spiceccid.c
+       src/spiceqxl_audio.c src/spiceqxl_audio.h
+       src/spiceqxl_smartcard.c src/spiceqxl_smartcard.h
+Copyright: 2012, 2014 CodeWeavers, Inc.
+           2012 Andrew Eikum for CodeWeavers Inc.
+           2014 Jeremy White for CodeWeavers Inc.
+License: Expat
+
+Files: src/uxa/uxa.h
+Copyright: 2000, 2008 Keith Packard
+           2004 Eric Anholt
+           2005 Zack Rusin
+License: NTP
+
+Files: src/uxa/uxa-priv.h
+Copyright: 2000, 2008 Keith Packard
+           2005 Zack Rusin, Trolltech
+License: NTP
+
+Files: src/uxa/uxa-accel.c src/uxa/uxa.c src/uxa/uxa-damage.c
+       src/uxa/uxa-render.c src/uxa/uxa-unaccel.c
+Copyright: 1999, 2001, 2003 Keith Packard
+License: NTP
+
+Files: src/uxa/uxa-glyphs.c
+Copyright: 2010 Intel Corporation
+           Partly based on code Copyright © 2008 Red Hat, Inc.
+           Partly based on code Copyright © 2000 SuSE, Inc.
+License: NTP
+
+Files: src/murmurhash3.c src/murmurhash3.h
+Copyright: None
+License: public-domain
+ MurmurHash3 was written by Austin Appleby, and is placed in the public domain.
+ The author hereby disclaims copyright to this source code.
+
+Files: src/mspace.c src/mspace.h
+Copyright: None
+License: public-domain
+ based on dlmalloc from Doug Lea,
+ This is a version (aka dlmalloc) of malloc/free/realloc written by
+ Doug Lea and released to the public domain, as explained at
+ http://creativecommons.org/licenses/publicdomain.  Send questions,
+ comments, complaints, performance data, etc to dl@cs.oswego.edu
+
+Files: debian/*
+Copyright: Andreas Boll <andreas.boll.dev@gmail.com>
+           Branden Robinson
+           Brice Goglin <bgoglin@debian.org>
+           Cyril Brulebois <kibi@debian.org>
+           David Nusinow <dnusinow@debian.org>
+           Julien Cristau <jcristau@debian.org>
+           Laurent Bigonville <bigon@debian.org>
+           Liang Guo <guoliang@debian.org>
+           Maarten Lankhorst <maarten.lankhorst@canonical.com>
+           Michele Cane <michele.cane@gmail.com>
+           Timo Aaltonen <tjaalton@ubuntu.com>
+License: Expat
+
+License: Expat
+ 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
+ on the rights to use, copy, modify, merge, publish, distribute, sub
+ license, 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 (including the next
+ paragraph) 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 NON-INFRINGEMENT.  IN NO EVENT SHALL
+ THE AUTHORS 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.
+
+License: NTP
+ 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 name of copyright holders not be used in
+ advertising or publicity pertaining to distribution of the software without
+ specific, written prior permission. 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.


Reply to: