[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.

svn path=/dists/sid/linux/; revision=19281
This commit is contained in:
Ben Hutchings 2012-07-22 22:13:12 +00:00
parent cd86181839
commit 2d5f13701e
2 changed files with 3 additions and 3 deletions

1
debian/changelog vendored
View File

@ -47,6 +47,7 @@ linux (3.2.23-1) UNRELEASED; urgency=low
* 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.

View File

@ -5,9 +5,8 @@ rt_series="$(mktemp)"
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.