[kernel] r19283 - dists/sid/linux/debian/patches/features/all/rt
Ben Hutchings
benh at alioth.debian.org
Sun Jul 22 22:25:22 UTC 2012
Author: benh
Date: Sun Jul 22 22:25:20 2012
New Revision: 19283
Log:
[rt] Replace check-series with convert-series, which JFDI
There is no point in generating a diff when we can just do the
conversion and let the VCS show the diff afterwards.
Also, don't strip comments and blanks; there's no harm in copying
them into series-rt.
Added:
dists/sid/linux/debian/patches/features/all/rt/convert-series (contents, props changed)
Deleted:
dists/sid/linux/debian/patches/features/all/rt/check-series
Added: dists/sid/linux/debian/patches/features/all/rt/convert-series
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ dists/sid/linux/debian/patches/features/all/rt/convert-series Sun Jul 22 22:25:20 2012 (r19283)
@@ -0,0 +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
More information about the Kernel-svn-changes
mailing list