aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/README.Debian2
-rw-r--r--debian/README.source2
-rw-r--r--debian/changelog1
3 files changed, 3 insertions, 2 deletions
diff --git a/debian/README.Debian b/debian/README.Debian
index c32fe8b54e39..5b769462fe4e 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 ad841facef62..9a4df4a7fb48 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -15,7 +15,7 @@ Updating the upstream source
installed)
3) Unpack linux_<version>.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 266f155fa6fa..33114808a442 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 <ben@decadent.org.uk> Tue, 04 Aug 2015 01:47:47 +0100