[kernel] r10010 - in dists/trunk/redhat-cluster/redhat-cluster/debian: . patches

Frederik Schüler fs at alioth.debian.org
Wed Dec 26 01:57:52 UTC 2007


Author: fs
Date: Wed Dec 26 01:57:52 2007
New Revision: 10010

Log:
New upstream tarball taken from ubuntu.
Add lgpl-2.1 pointer to copyright file.
Remove csnap/doc/csnap.ps from orig tarball: missing source


Modified:
   dists/trunk/redhat-cluster/redhat-cluster/debian/changelog
   dists/trunk/redhat-cluster/redhat-cluster/debian/copyright
   dists/trunk/redhat-cluster/redhat-cluster/debian/gfs2-tools.install
   dists/trunk/redhat-cluster/redhat-cluster/debian/patches/00list
   dists/trunk/redhat-cluster/redhat-cluster/debian/rules

Modified: dists/trunk/redhat-cluster/redhat-cluster/debian/changelog
==============================================================================
--- dists/trunk/redhat-cluster/redhat-cluster/debian/changelog	(original)
+++ dists/trunk/redhat-cluster/redhat-cluster/debian/changelog	Wed Dec 26 01:57:52 2007
@@ -1,3 +1,11 @@
+redhat-cluster (2.20071214-1) unstable; urgency=low
+
+  * New upstream CVS snapshot, taken from Ubuntu.
+  * Fix copyright file.
+  * Remove csnap/doc/csnap.ps from orig tarball: missing source.
+
+ -- Frederik Schüler <fs at debian.org>  Wed, 26 Dec 2007 02:53:46 +0100
+
 redhat-cluster (2.20071022-1) unstable; urgency=low
 
   * New upstream release. Closes: #426276

Modified: dists/trunk/redhat-cluster/redhat-cluster/debian/copyright
==============================================================================
--- dists/trunk/redhat-cluster/redhat-cluster/debian/copyright	(original)
+++ dists/trunk/redhat-cluster/redhat-cluster/debian/copyright	Wed Dec 26 01:57:52 2007
@@ -18,6 +18,8 @@
 
 Based on a CVS snapshot from the Ubuntu packages archive.
 
+Most parts are licensed under the GNU GPL version 2:
+
    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
    the Free Software Foundation; version 2 dated June, 1991.
@@ -29,8 +31,31 @@
 
    You should have received a copy of the GNU General Public License
    along with this package; if not, write to the Free Software
-   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA.
+   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+
+On Debian systems, the complete text of the GNU General Public License 
+version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+
+Some parts of the fencing agents, of libgroup, libcman, qdisk and libdlm 
+are licensed under the GNU LGPL version 2.1:
+
+  The Red Hat Cluster Manager API Library is free software; you can
+  redistribute it and/or modify it under the terms of the GNU Lesser
+  General Public License as published by the Free Software Foundation;
+  either version 2.1 of the License, or (at your option) any later
+  version.
+
+  The Red Hat Cluster Manager API Library 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 Lesser General Public License for more details.
+
+  You should have received a copy of the GNU Lesser General Public
+  License along with this library; 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'.
+On Debian systems, the complete text of the GNU Lesser Public License 
+version 2.1 can be found in `/usr/share/common-licenses/LGPL-2.1'.
 

Modified: dists/trunk/redhat-cluster/redhat-cluster/debian/gfs2-tools.install
==============================================================================
--- dists/trunk/redhat-cluster/redhat-cluster/debian/gfs2-tools.install	(original)
+++ dists/trunk/redhat-cluster/redhat-cluster/debian/gfs2-tools.install	Wed Dec 26 01:57:52 2007
@@ -5,8 +5,8 @@
 usr/sbin/gfs2_quota
 usr/sbin/gfs2_tool
 usr/sbin/mkfs.gfs2
-usr/sbin/mount.gfs2
-usr/sbin/umount.gfs2
+sbin/mount.gfs2
+sbin/umount.gfs2
 usr/share/man/man8/gfs2.8
 usr/share/man/man8/gfs2_convert.8
 usr/share/man/man8/gfs2_fsck.8

Modified: dists/trunk/redhat-cluster/redhat-cluster/debian/patches/00list
==============================================================================
--- dists/trunk/redhat-cluster/redhat-cluster/debian/patches/00list	(original)
+++ dists/trunk/redhat-cluster/redhat-cluster/debian/patches/00list	Wed Dec 26 01:57:52 2007
@@ -2,5 +2,5 @@
 01_fix_gfs-kernel-makefile.dpatch
 02_fix_gnbd-kernel-makefile.dpatch
 03_manpages-whatis.dpatch
-04_fix-lcrso-file-permissions.dpatch
+#04_fix-lcrso-file-permissions.dpatch
 05_fix-ocf-shellfuncs.dpatch

Modified: dists/trunk/redhat-cluster/redhat-cluster/debian/rules
==============================================================================
--- dists/trunk/redhat-cluster/redhat-cluster/debian/rules	(original)
+++ dists/trunk/redhat-cluster/redhat-cluster/debian/rules	Wed Dec 26 01:57:52 2007
@@ -29,7 +29,8 @@
 		    --nsprincdir=/usr/include/nspr \
 		    --libexecdir=/usr/lib/openais \
 		    --release_major=$(SOMAJOR) \
-		    --release_minor=$(SOMINOR)
+		    --release_minor=$(SOMINOR) \
+			--disable_kernel_check
 	
 	# disable kernel modules
 	sed -i -e 's/-kernel.* \?=/& 1/g' make/defines.mk



More information about the Kernel-svn-changes mailing list