[kernel] r9925 - dists/trunk/redhat-cluster/redhat-cluster/debian
Frederik Schüler
fs at alioth.debian.org
Sat Dec 8 15:08:45 UTC 2007
Author: fs
Date: Sat Dec 8 15:08:45 2007
New Revision: 9925
Log:
Fix gfs-source build dependency
deactivate broken cman debconf query
Modified:
dists/trunk/redhat-cluster/redhat-cluster/debian/cman.postinst
dists/trunk/redhat-cluster/redhat-cluster/debian/control
Modified: dists/trunk/redhat-cluster/redhat-cluster/debian/cman.postinst
==============================================================================
--- dists/trunk/redhat-cluster/redhat-cluster/debian/cman.postinst (original)
+++ dists/trunk/redhat-cluster/redhat-cluster/debian/cman.postinst Sat Dec 8 15:08:45 2007
@@ -5,10 +5,10 @@
case $1 in
configure)
. /usr/share/debconf/confmodule
- db_get cman/upgrade-from-old
- if [ "$RET" != "true" ] ; then
- exit 1
- fi
+ # FIXME db_get cman/upgrade-from-old
+ # FIXME if [ "$RET" != "true" ] ; then
+ # FIXME exit 1
+ # FIXME fi
;;
*)
echo "postinst called with unknown argument \`$1'" 1>&2
Modified: dists/trunk/redhat-cluster/redhat-cluster/debian/control
==============================================================================
--- dists/trunk/redhat-cluster/redhat-cluster/debian/control (original)
+++ dists/trunk/redhat-cluster/redhat-cluster/debian/control Sat Dec 8 15:08:45 2007
@@ -139,7 +139,7 @@
Package: gfs-source
Architecture: any
-Depends: bzip2
+Depends: bzip2 dpatch
Description: Global File System v1 - kernel module source
This package contains the source necessary for compiling the
Global File System version 1 kernel modules against the linux tree.
More information about the Kernel-svn-changes
mailing list