[Pkg-lustre-svn-commit] updated: [b42e1af] Don't package these 4 shell scripts, they are partly broken and not very usefull.

Patrick Winnertz winnie at debian.org
Thu Mar 12 08:05:21 UTC 2009


The following commit has been merged in the master branch:
commit b42e1af3f3bb2b0eec43dfdc874ef299b97233e2
Author: Patrick Winnertz <winnie at debian.org>
Date:   Thu Mar 12 09:04:05 2009 +0100

    Don't package these 4 shell scripts, they are partly broken and not very usefull.
    
    Signed-off-by: Patrick Winnertz <winnie at debian.org>

diff --git a/debian/rules b/debian/rules
index e0393cc..ccc5b37 100755
--- a/debian/rules
+++ b/debian/rules
@@ -139,6 +139,8 @@ binary-$(UTILS_PKG): build-stamp
 	dh_installdocs -p  $(UTILS_PKG)
 	dh_installman -p $(UTILS_PKG)
 	dh_install -p $(UTILS_PKG)
+	#Removing not needed shell scripts from utils pkg.
+	rm -f debian/$(UTILS_PKG)/usr/bin/config.sh  debian/$(UTILS_PKG)/usr/bin/gather_stats_everywhere.sh debian/$(UTILS_PKG)/usr/bin/lstats.sh
 	dh_makeshlibs -p $(UTILS_PKG)
 	dh_shlibdeps -L $(LIB_PKG) -l debian/$(LIB_PKG)/usr/lib
 	dh_installexamples -p $(UTILS_PKG)
@@ -159,6 +161,8 @@ binary-$(TESTS_PKG): build-stamp
 	dh_installdocs -p  $(TESTS_PKG)
 	dh_installman -p $(TESTS_PKG)
 	dh_install -p $(TESTS_PKG)
+	#removing ncli.sh as it is not needed 
+	rm -f debian/$(TESTS_PKG)/usr/lib/lustre/tests/cfg/ncli.sh 
 	dh_makeshlibs -p $(TESTS_PKG)
 	dh_shlibdeps -L $(LIB_PKG) -l debian/$(LIB_PKG)/usr/lib
 	dh_installexamples -p $(TESTS_PKG)

-- 
Lustre Debian Packaging 



More information about the Pkg-lustre-svn-commit mailing list