[Debian-ha-svn-commits] [SCM] cluster suite Debian packaging branch, master, updated. debian/3.0.2-4

Guido Günther agx at sigxcpu.org
Tue Oct 6 13:32:00 UTC 2009


The following commit has been merged in the master branch:
commit 74deb4bfbb8a1d6d0827093cfffb661d96cff3d7
Author: Guido Günther <agx at sigxcpu.org>
Date:   Tue Oct 6 14:56:17 2009 +0200

    gnbd is no more

diff --git a/debian/redhat-cluster-source.Makefile b/debian/redhat-cluster-source.Makefile
index 76e504a..d899cad 100644
--- a/debian/redhat-cluster-source.Makefile
+++ b/debian/redhat-cluster-source.Makefile
@@ -2,4 +2,4 @@
 
 export USING_KBUILD=1
 
-obj-m = gfs/ gnbd/
+obj-m = gfs/
diff --git a/debian/redhat-cluster-source.rules b/debian/redhat-cluster-source.rules
index 58f8717..d4ae36b 100644
--- a/debian/redhat-cluster-source.rules
+++ b/debian/redhat-cluster-source.rules
@@ -22,7 +22,6 @@ binary-modules: kdist_config
 	make -C $(KSRC) M=$(CURDIR)/ modules USING_KBUILD=1
 	mkdir -p $(CURDIR)/debian/$(PKGNAME)/lib/modules/$(KVERS)/kernel/extra/
 	install -m644 -b gfs/gfs.ko $(CURDIR)/debian/$(PKGNAME)/lib/modules/$(KVERS)/kernel/extra/gfs.ko 
-	install -m644 -b gnbd/gnbd.ko $(CURDIR)/debian/$(PKGNAME)/lib/modules/$(KVERS)/kernel/extra/gnbd.ko 
 	# this is broken, dunno why:
 	#     #make -C $(KSRC) M=$(CURDIR)/ modules_install INSTALL_MOD_PATH=$(CURDIR)/debian/$(PKGNAME) INSTALL_MOD_DIR=extra/
 	dh_installdocs

-- 
cluster suite Debian packaging



More information about the Debian-ha-svn-commits mailing list