aboutsummaryrefslogtreecommitdiffstats
path: root/debian/README.source
diff options
context:
space:
mode:
authorBen Hutchings <benh@debian.org>2009-12-12 00:59:10 +0000
committerBen Hutchings <benh@debian.org>2009-12-12 00:59:10 +0000
commitf2029df804d606f1b76108ffa233e264669fd606 (patch)
tree1f75756df64d82dc42ab67d07bce815dea7cd8b5 /debian/README.source
parentdd74fc766608d616c9b49b13d446048e883d2d1b (diff)
downloadkernel_replicant_linux-f2029df804d606f1b76108ffa233e264669fd606.tar.gz
kernel_replicant_linux-f2029df804d606f1b76108ffa233e264669fd606.tar.bz2
kernel_replicant_linux-f2029df804d606f1b76108ffa233e264669fd606.zip
Move contents of README.build to README.source, except the redundant steps
svn path=/dists/trunk/linux-2.6/; revision=14774
Diffstat (limited to 'debian/README.source')
-rw-r--r--debian/README.source16
1 files changed, 15 insertions, 1 deletions
diff --git a/debian/README.source b/debian/README.source
index 404d3b2d496a..bdb7a20ff1a2 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -1,3 +1,17 @@
+Updating the upstream source
+============================
+
+1) Start by downloading a kernel tarball from kernel.org
+ (ie, linux-2.6.25.tar.bz2) and, optionally, a patch
+ (i.e. patch-2.6.26-rc3.bz2).
+
+2) Run ./debian/bin/genorig.py <tarball> [patch]. This will produce
+ ../orig/linux-2.6_<version>.orig.tar.gz
+ (i.e. linux-2.6_2.6.26~rc3.orig.tar.gz).
+
+3) Unpack linux-2.6-<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".
Applying patches to the Debian kernel tree
==========================================
@@ -75,7 +89,7 @@ Normally, the arch-specific contents should be controlled by
adjusting the corresponding defines file.
TODO:
-- Generating DFSG tarballs
+- Patches applied to the upstream source
- How to define a flavour
- More detail on generation of debian/control and configs