[kernel] r19084 - dists/sid/linux/debian/patches/features/all/rt

Ben Hutchings benh at alioth.debian.org
Mon Jun 4 21:03:52 UTC 2012


Author: benh
Date: Mon Jun  4 21:03:50 2012
New Revision: 19084

Log:
Update rt check-series for conversion to quilt

Modified:
   dists/sid/linux/debian/patches/features/all/rt/check-series

Modified: dists/sid/linux/debian/patches/features/all/rt/check-series
==============================================================================
--- dists/sid/linux/debian/patches/features/all/rt/check-series	Mon Jun  4 20:55:13 2012	(r19083)
+++ dists/sid/linux/debian/patches/features/all/rt/check-series	Mon Jun  4 21:03:50 2012	(r19084)
@@ -1,16 +1,13 @@
 #! /bin/sh
 
-debian_series="$(mktemp)"
+debian_series=debian/patches/series-rt
 rt_series="$(mktemp)"
 
-trap 'rm "$debian_series" "$rt_series"' INT QUIT EXIT
-
-# Pick all featureset=rt patches
-grep "featureset=rt$" debian/patches/series/base-extra > "$debian_series"
+trap 'rm "$rt_series"' INT QUIT EXIT
 
 # Remove comments and empty lines. Drop localversion patch as uname version
 # shouldn't be touched. Reformat to match series format.
-sed -r -e 's/ *#.*//; /^$/d; /^....-(localversion\.patch|Linux-.*-REBASE)\.patch$/d; s,.*,+ features/all/rt/& featureset=rt,' "debian/patches/features/all/rt/series" > "$rt_series"
+sed -r -e 's/ *#.*//; /^$/d; /^....-(localversion\.patch|Linux-.*-REBASE)\.patch$/d; s,.*,features/all/rt/&,' "debian/patches/features/all/rt/series" > "$rt_series"
 
 # removed lines are OK if the rt patch contains fixes that are applied on
 # featureset=none kernels, too.



More information about the Kernel-svn-changes mailing list