Author: daniel Date: Thu Oct 11 04:41:10 2007 New Revision: 9630 Log: Adding btrfs.
Added: dists/trunk/linux-modules-extra-2.6/btrfs/ dists/trunk/linux-modules-extra-2.6/btrfs/copyright dists/trunk/linux-modules-extra-2.6/btrfs/defines Modified: dists/trunk/linux-modules-extra-2.6/debian/changelog dists/trunk/linux-modules-extra-2.6/defines Added: dists/trunk/linux-modules-extra-2.6/btrfs/copyright ============================================================================== --- (empty file) +++ dists/trunk/linux-modules-extra-2.6/btrfs/copyright Thu Oct 11 04:41:10 2007 @@ -0,0 +1,52 @@ +This package was debianized by Daniel Baumann <[EMAIL PROTECTED]> on +Sun, 29 Jul 2007 12:19:00 +0200. + +It was downloaded from <http://oss.oracle.com/projects/btrfs/>. + +Upstream Author: + + Chris Mason <[EMAIL PROTECTED]> + +License (everything except hash.c): + + Copyright (C) 2007 Oracle <http://www.oracle.com/> + + 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; either 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-2 file. + +License (hash.c): + + Copyright (C) 2007 Oracle <http://www.oracle.com/> + Copyright (C) 2002 Theodore Ts'o + + 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; either 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-2 file. + +The Debian packaging is (C) 2007, Daniel Baumann <[EMAIL PROTECTED]> and +is licensed under the GPL, see `/usr/share/common-licenses/GPL-2'. Added: dists/trunk/linux-modules-extra-2.6/btrfs/defines ============================================================================== --- (empty file) +++ dists/trunk/linux-modules-extra-2.6/btrfs/defines Thu Oct 11 04:41:10 2007 @@ -0,0 +1,2 @@ +[base] +desc: Snapshotting filesystem 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 Thu Oct 11 04:41:10 2007 @@ -1,5 +1,6 @@ linux-modules-extra-2.6 (2.6.22-4) UNRELEASED; urgency=low + * Adding btrfs. * Adding virtualbox-ose. * Re-enabling kqemu (on i386 only). 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 Thu Oct 11 04:41:10 2007 @@ -1,6 +1,7 @@ [base] modules: aufs + btrfs gspca kqemu mol _______________________________________________ Kernel-svn-changes mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/kernel-svn-changes

