[kernel] r19281 - in dists/sid/linux/debian: . patches/features/all/rt

Ben Hutchings benh at alioth.debian.org
Sun Jul 22 22:13:13 UTC 2012


Author: benh
Date: Sun Jul 22 22:13:12 2012
New Revision: 19281

Log:
[rt] linux-source: Include -rt version suffix

There is no good reason to drop the patches adding the -rt version
suffix; we will override them in official packages but the suffix
is likely to be desirable in custom packages.

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

Modified: dists/sid/linux/debian/changelog
==============================================================================
--- dists/sid/linux/debian/changelog	Sun Jul 22 22:04:57 2012	(r19280)
+++ dists/sid/linux/debian/changelog	Sun Jul 22 22:13:12 2012	(r19281)
@@ -47,6 +47,7 @@
   * fs: Remove easily user-triggerable BUG from generic_setlease
   * tcp: drop SYN+FIN messages
   * fifo: Do not restart open() if it already found a partner (Closes: #678852)
+  * [rt] linux-source: Include -rt version suffix
 
   [ Arnaud Patard ]
   * [mipsel] add r8169 to d-i udeb.

Modified: dists/sid/linux/debian/patches/features/all/rt/check-series
==============================================================================
--- dists/sid/linux/debian/patches/features/all/rt/check-series	Sun Jul 22 22:04:57 2012	(r19280)
+++ dists/sid/linux/debian/patches/features/all/rt/check-series	Sun Jul 22 22:13:12 2012	(r19281)
@@ -5,9 +5,8 @@
 
 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/&,' "debian/patches/features/all/rt/series" > "$rt_series"
+# Remove comments and empty lines. Reformat to match series format.
+sed -r -e 's/ *#.*//; /^$/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