aboutsummaryrefslogtreecommitdiffstats
path: root/debian/README.source
diff options
context:
space:
mode:
authorBen Hutchings <benh@debian.org>2012-06-03 15:55:11 +0000
committerBen Hutchings <benh@debian.org>2012-06-03 15:55:11 +0000
commitd9e88d6a698386cbc5f07ce187dd5977d5d13300 (patch)
treef669f81a4aaa1832e754fed8c5fcc0387736563a /debian/README.source
parent6e5f09aa3d3933afb28978d56695efb035138596 (diff)
downloadkernel_replicant_linux-d9e88d6a698386cbc5f07ce187dd5977d5d13300.tar.gz
kernel_replicant_linux-d9e88d6a698386cbc5f07ce187dd5977d5d13300.tar.bz2
kernel_replicant_linux-d9e88d6a698386cbc5f07ce187dd5977d5d13300.zip
Rename linux-2.6 to linux
svn path=/dists/sid/linux/; revision=19065
Diffstat (limited to 'debian/README.source')
-rw-r--r--debian/README.source10
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/README.source b/debian/README.source
index d7246ed37a8a..896a91e49f5a 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -3,18 +3,18 @@ Updating the upstream source
1) You can use either:
a) a git repository of the kernel source
- b) a kernel tarball from kernel.org (e.g. linux-2.6.25.tar.bz2)
- and, optionally, a patch (e.g. patch-2.6.26-rc3.bz2).
+ b) a kernel tarball from kernel.org (e.g. linux-3.4.tar.bz2)
+ and, optionally, a patch (e.g. patch-3.5-rc1.bz2).
2) Run ./debian/bin/genorig.py <repository>
or ./debian/bin/genorig.py <tarball> [patch]
- This will produce ../orig/linux-2.6_<version>.orig.tar.gz
- (e.g. linux-2.6_2.6.26~rc3.orig.tar.gz).
+ This will produce ../orig/linux_<version>.orig.tar.gz
+ (e.g. linux_3.5~rc1.orig.tar.gz).
(genorig.py requires the python and unifdef packages to be
installed)
-3) Unpack linux-2.6-<version>.orig.tar.gz, cd into the new directory,
+3) Unpack linux_<version>.orig.tar.gz, cd into the new directory,
and do a 'svn export' to get the debian/ subdirectory.
Alternatively unpack using "make -f debian/rules orig".