[kernel] r19449 - dists/trunk/linux/debian/patches/features/all/rt

Uwe Kleine-König ukleinek-guest at alioth.debian.org
Mon Oct 22 07:32:23 UTC 2012


Author: ukleinek-guest
Date: Mon Oct 22 07:32:19 2012
New Revision: 19449

Log:
[rt] handle localversion patch in convert-series

Modified:
   dists/trunk/linux/debian/patches/features/all/rt/convert-series

Modified: dists/trunk/linux/debian/patches/features/all/rt/convert-series
==============================================================================
--- dists/trunk/linux/debian/patches/features/all/rt/convert-series	Mon Oct 22 05:26:14 2012	(r19448)
+++ dists/trunk/linux/debian/patches/features/all/rt/convert-series	Mon Oct 22 07:32:19 2012	(r19449)
@@ -1,5 +1,5 @@
 #!/bin/sh
 
 # Add directory prefix to all filenames, but leave comments and
-# empty lines unchanged.
-sed -r -e 's,^[^# \t],features/all/rt/&,' "debian/patches/features/all/rt/series" > debian/patches/series-rt
+# empty lines unchanged. Also comment out localversion.patch.
+sed -r -e 's,^localversion.patch,#&,' -e 's,^[^# \t],features/all/rt/&,' "debian/patches/features/all/rt/series" > debian/patches/series-rt



More information about the Kernel-svn-changes mailing list