r2599 - trunk/kernel/source/kernel-source-2.6.11-2.6.11/debian

Sven Luther luther@costa.debian.org
Fri, 04 Mar 2005 17:45:09 +0100


Author: luther
Date: 2005-03-04 17:45:09 +0100 (Fri, 04 Mar 2005)
New Revision: 2599

Modified:
   trunk/kernel/source/kernel-source-2.6.11-2.6.11/debian/apply
Log:
Let's add # commenting in series.


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-04 16:37:41 UTC (rev 2598)
+++ trunk/kernel/source/kernel-source-2.6.11-2.6.11/debian/apply	2005-03-04 16:45:09 UTC (rev 2599)
@@ -65,6 +65,7 @@
 
 	tac $series | while read action patch; do
 		case "$action" in
+			"#") printf "%-${length}s\tIGNORED (#)\n" "$patch"
 			+) deapply_patch $patch ;;
 			-) apply_patch $patch ;;
 			X)
@@ -87,6 +88,7 @@
 
 	while read action patch; do
 		case "$action" in
+			"#") printf "%-${length}s\tIGNORED (#)\n" "$patch"
 			+) apply_patch $patch ;;
 			-) deapply_patch $patch ;;
 			X)