From a069766be5994517c0faf446a731fcb089f86e60 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Wed, 14 Dec 2016 16:30:12 -0800 Subject: [PATCH] docs: add back 'Documentation/Changes' file (as symlink) Jaegeuk Kim reports that the debian kernel package build gets confused by the lack of Documentation/Changes file. We also refer to that path name in ver_linux and various how-to files and Kconfig files. The file got renamed away in commit b2d001e3e0f8 ("docs-rst: add documents to development-process"), and as Jaegeuk Kim points out, the commit message for that change says "use symlinks instead of renames", but then the commit itself actually does renames after all. Maybe we should do the other files too, but for now this just adds the minimal symlink back to the historical name, so that people looking for Documentation/Changes will actually find what they are looking for, and the debian scripts continue to work. Reported-by: Jaegeuk Kim Cc: Greg Kroah-Hartman Cc: Mauro Carvalho Chehab Signed-off-by: Linus Torvalds --- Documentation/Changes | 1 + 1 file changed, 1 insertion(+) create mode 120000 Documentation/Changes diff --git a/Documentation/Changes b/Documentation/Changes new file mode 120000 index 0000000000000..7564ae1682bae --- /dev/null +++ b/Documentation/Changes @@ -0,0 +1 @@ +process/changes.rst \ No newline at end of file -- 2.39.5