diff --git a/debian/README.Debian b/debian/README.Debian index c32fe8b54..5b769462f 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -6,7 +6,7 @@ Patches Debian applies small changes to the kernel source. These are split up into separated patches addressing individual problems. Each of the patch files contains a description and mentions the author. The patches can be found -at http://svn.debian.org/wsvn/kernel/dists/trunk/linux/debian/patches/. +at https://anonscm.debian.org/cgit/kernel/linux.git/tree/debian/patches. Config Files ------------ diff --git a/debian/README.source b/debian/README.source index ad841face..9a4df4a7f 100644 --- a/debian/README.source +++ b/debian/README.source @@ -15,7 +15,7 @@ Updating the upstream source installed) 3) Unpack linux_.orig.tar.gz, cd into the new directory, - and do a 'svn export' to get the debian/ subdirectory. + and do a 'git archive' to get the debian/ subdirectory. Alternatively unpack using "make -f debian/rules orig". (the orig target of the Makefiles requires rsync) diff --git a/debian/changelog b/debian/changelog index 266f155fa..33114808a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ linux (4.2~rc5-1~exp1) UNRELEASED; urgency=medium * Adjust for migration to git: - Update .gitignore files - debian/control: Update Vcs-* fields + - README.Debian, README.source: Update references to svn -- Ben Hutchings Tue, 04 Aug 2015 01:47:47 +0100