[Pkg-lustre-svn-commit] r353 - in /trunk/debian: changelog rules

pwinnertz-guest at users.alioth.debian.org pwinnertz-guest at users.alioth.debian.org
Wed Oct 10 10:16:25 UTC 2007


Author: pwinnertz-guest
Date: Wed Oct 10 10:16:25 2007
New Revision: 353

URL: http://svn.debian.org/wsvn/pkg-lustre/?sc=1&rev=353
Log:
Added klugde again to fix the inst-dir of the modules

Modified:
    trunk/debian/changelog
    trunk/debian/rules

Modified: trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-lustre/trunk/debian/changelog?rev=353&op=diff
==============================================================================
--- trunk/debian/changelog (original)
+++ trunk/debian/changelog Wed Oct 10 10:16:25 2007
@@ -1,9 +1,10 @@
 lustre (1.6.2-4) UNRELEASED; urgency=low
 
   [ Patrick Winnertz ]
-  * 
+  * Added klugde from Niklas again, in order to install the modules into
+    the right directory.
 
- -- Noèl Köthe <noel at debian.org>  Tue, 20 Sep 2007 15:54:16 +0200
+ -- Patrick Winnertz <patrick.winnertz at skolelinux.org>  Wed, 10 Oct 2007 12:11:48 +0200
 
 lustre (1.6.2-3) unstable; urgency=low
 

Modified: trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-lustre/trunk/debian/rules?rev=353&op=diff
==============================================================================
--- trunk/debian/rules (original)
+++ trunk/debian/rules Wed Oct 10 10:16:25 2007
@@ -269,6 +269,11 @@
 	dh_clean -k
 	$(MAKE) 
 	$(MAKE)  install DESTDIR=$(CURDIR)/debian/$(PKGNAME)
+	
+	# Kludge to make modules end up in the right place, UTSNAME only
+	# contains kernel version in 2.6.18 so lustre module install puts them
+	# in the wrong place currently.
+	-mv -f $(CURDIR)/debian/$(PKGNAME)/lib/modules/2.6.?? $(CURDIR)/debian/$(PKGNAME)/lib/modules/$(KVERS)
 	# Remove stuff that doesn't belong (no module-only target)
 	# FIXME: check if this is needed
 	cd $(CURDIR)/debian/$(PKGNAME) && rm -rf usr sbin etc




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