From aceeb331a4047ecbe598937c3fb13521760847e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uwe=20Kleine-K=C3=B6nig?= Date: Mon, 22 Oct 2012 07:32:19 +0000 Subject: [PATCH] [rt] handle localversion patch in convert-series svn path=/dists/trunk/linux/; revision=19449 --- debian/patches/features/all/rt/convert-series | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/patches/features/all/rt/convert-series b/debian/patches/features/all/rt/convert-series index a1cff6081..0c99ff4bd 100755 --- a/debian/patches/features/all/rt/convert-series +++ b/debian/patches/features/all/rt/convert-series @@ -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