r2614 - trunk/kernel/source/kernel-source-2.6.11-2.6.11/debian

Sven Luther luther@costa.debian.org
Sat, 05 Mar 2005 11:41:41 +0100


Author: luther
Date: 2005-03-05 11:41:41 +0100 (Sat, 05 Mar 2005)
New Revision: 2614

Modified:
   trunk/kernel/source/kernel-source-2.6.11-2.6.11/debian/apply
Log:
Dropped # commenting of series entries, as i don't seem to have shell skills enough to make it happen.


Modified: trunk/kernel/source/kernel-source-2.6.11-2.6.11/debian/apply
===================================================================
--- trunk/kernel/source/kernel-source-2.6.11-2.6.11/debian/apply	2005-03-05 10:07:31 UTC (rev 2613)
+++ trunk/kernel/source/kernel-source-2.6.11-2.6.11/debian/apply	2005-03-05 10:41:41 UTC (rev 2614)
@@ -65,7 +65,6 @@
 
 	tac $series | while read action patch; do
 		case "$action" in
-			"#") printf "%-${length}s\tIGNORED (#)\n" "$patch"
 			+) deapply_patch $patch ;;
 			-) apply_patch $patch ;;
 			X)
@@ -88,7 +87,6 @@
 
 	while read action patch; do
 		case "$action" in
-			"#") printf "%-${length}s\tIGNORED (#)\n" "$patch"
 			+) apply_patch $patch ;;
 			-) deapply_patch $patch ;;
 			X)