[kernel] r9079 - in dists/trunk/linux-modules-extra-2.6: . debian kqemu
Daniel Baumann
daniel at alioth.debian.org
Fri Jul 6 16:33:56 UTC 2007
Author: daniel
Date: Fri Jul 6 16:33:56 2007
New Revision: 9079
Log:
Moving kqemu from non-free to main.
Added:
dists/trunk/linux-modules-extra-2.6/kqemu/
dists/trunk/linux-modules-extra-2.6/kqemu/copyright
dists/trunk/linux-modules-extra-2.6/kqemu/defines
Modified:
dists/trunk/linux-modules-extra-2.6/debian/changelog
dists/trunk/linux-modules-extra-2.6/defines
Modified: dists/trunk/linux-modules-extra-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-modules-extra-2.6/debian/changelog (original)
+++ dists/trunk/linux-modules-extra-2.6/debian/changelog Fri Jul 6 16:33:56 2007
@@ -1,6 +1,7 @@
linux-modules-extra-2.6 (2.6.21-5) UNRELEASED; urgency=low
* Added aufs modules.
+ * Moving kqemu from linux-modules-non-free-2.6 to here.
-- Daniel Baumann <daniel at debian.org> Fri, 6 Jul 2007 18:08:00 +0200
Modified: dists/trunk/linux-modules-extra-2.6/defines
==============================================================================
--- dists/trunk/linux-modules-extra-2.6/defines (original)
+++ dists/trunk/linux-modules-extra-2.6/defines Fri Jul 6 16:33:56 2007
@@ -2,5 +2,6 @@
modules:
aufs
gspca
+ kqemu
squashfs
unionfs
Added: dists/trunk/linux-modules-extra-2.6/kqemu/copyright
==============================================================================
--- (empty file)
+++ dists/trunk/linux-modules-extra-2.6/kqemu/copyright Fri Jul 6 16:33:56 2007
@@ -0,0 +1,99 @@
+This package was debianized by Daniel Baumann <daniel at debian.org> on
+Fri, 17 Nov 2006 08:29:00 +0100.
+
+It was downloaded from <http://www.qemu.org/>.
+
+Upstream Author: Fabrice Bellard <fabrice at bellard.org>
+
+License (everything except kqemu-win32.c, kqemu.h, kqemu.inf):
+
+ Copyright (C) 2004-2007 Fabrice Bellard <fabrice at bellard.org>
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; version 2 of the License.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+On Debian systems, the complete text of the GNU General Public License
+can be found in /usr/share/common-licenses/GPL file.
+
+License (kqemu-win32.c):
+
+ Copyright (C) 2005 Filip Navara
+
+ 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.
+
+License (kqemu.h):
+
+ Copyright (C) 2004-2005 Fabrice Bellard <fabrice at bellard.org>
+
+ 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.
+
+License (kqemu.inf):
+
+ Copyright (C) 2005 Filip Navara
+ Copyright (C) 2005 Damien Mascord
+
+ 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.
+
+The Debian packaging is (C) 2006-2007, Daniel Baumann <daniel at debian.org> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
Added: dists/trunk/linux-modules-extra-2.6/kqemu/defines
==============================================================================
--- (empty file)
+++ dists/trunk/linux-modules-extra-2.6/kqemu/defines Fri Jul 6 16:33:56 2007
@@ -0,0 +1,5 @@
+[base]
+arches:
+ i386
+not-subarches: xen xen-vserver
+desc: QEMU Accelerator
More information about the Kernel-svn-changes
mailing list