[Fai-commit] r3140 - people/h01ger/fai-kernels/debian

fai-repository at svn.debian.org fai-repository at svn.debian.org
Sun Dec 4 14:39:28 UTC 2005


Author: h01ger-guest
Date: 2005-12-04 14:39:27 +0000 (Sun, 04 Dec 2005)
New Revision: 3140

Modified:
   people/h01ger/fai-kernels/debian/changelog
   people/h01ger/fai-kernels/debian/rules
Log:
- fixed while testing with the upcoming kernel-source-2.4.27-12


Modified: people/h01ger/fai-kernels/debian/changelog
===================================================================
--- people/h01ger/fai-kernels/debian/changelog	2005-12-04 12:49:05 UTC (rev 3139)
+++ people/h01ger/fai-kernels/debian/changelog	2005-12-04 14:39:27 UTC (rev 3140)
@@ -1,3 +1,9 @@
+fai-kernels (1.10.2) unstable; urgency=low
+
+  * the test, if the patch for #328707 applies, now works as intended. 
+
+ -- Holger Levsen <debian at layer-acht.org>  Sun,  4 Dec 2005 15:03:20 +0100
+
 fai-kernels (1.10.1) unstable; urgency=low
 
   * added build-depends on gcc-3.3 (closes: #340884)

Modified: people/h01ger/fai-kernels/debian/rules
===================================================================
--- people/h01ger/fai-kernels/debian/rules	2005-12-04 12:49:05 UTC (rev 3139)
+++ people/h01ger/fai-kernels/debian/rules	2005-12-04 14:39:27 UTC (rev 3140)
@@ -32,7 +32,7 @@
 unpack-stamp24:
 	bzcat /usr/src/$(kname24).tar.bz2 | tar -xf -
 	## apply the patch for #328707, if it has not been applied to kernel-source-2.4.27 yet (which will hopefully happen in 2.4.27-12)
-	cd $(kname24) ; patch --dry-run -N -p1 < ../328707.patch && patch -p1 < ../328707.patch 
+	cd $(kname24) ; ! patch --dry-run -N -p1 < ../328707.patch || patch -p1 < ../328707.patch 
 	touch unpack-stamp24
 
 # kernel 2.6




More information about the Fai-commit mailing list