[Modconf-commits] r195 - trunk/modconf/debian

Frank Lichtenheld djpig at debian.org
Fri Nov 10 10:05:57 CET 2006


Author: djpig
Date: 2006-11-10 10:05:57 +0100 (Fri, 10 Nov 2006)
New Revision: 195

Modified:
   trunk/modconf/debian/changelog
   trunk/modconf/debian/rules
Log:
Fix a FTBFS probably related to changes in the apply script for kernel patches.


Modified: trunk/modconf/debian/changelog
===================================================================
--- trunk/modconf/debian/changelog	2006-11-10 08:05:40 UTC (rev 194)
+++ trunk/modconf/debian/changelog	2006-11-10 09:05:57 UTC (rev 195)
@@ -2,6 +2,8 @@
 
   * Remove dependency on 2.4 kernel source and remove support for
     using pcmcia-source completly. Closes: #395229
+  * Fix a FTBFS probably related to changes in the apply script
+    for kernel patches.
 
  -- Frank Lichtenheld <djpig at debian.org>  Fri, 10 Nov 2006 09:03:09 +0100
 

Modified: trunk/modconf/debian/rules
===================================================================
--- trunk/modconf/debian/rules	2006-11-10 08:05:40 UTC (rev 194)
+++ trunk/modconf/debian/rules	2006-11-10 09:05:57 UTC (rev 195)
@@ -13,7 +13,7 @@
 	cd build && tar xjf /usr/src/linux-source-$(version26).tar.bz2
 	cd build/linux-source-$(version26) && \
 		override_version=$(version26) \
-		/usr/src/kernel-patches/all/$(version26)/apply/debian $(version26)
+		/usr/src/kernel-patches/all/$(version26)/apply/debian
 	$(MAKE) KERNELTREE26=$(CURDIR)/build/linux-source-$(version26)
 	touch build-stamp
 




More information about the Modconf-commits mailing list