[kernel] r14774 - dists/trunk/linux-2.6/debian

Ben Hutchings benh at alioth.debian.org
Sat Dec 12 00:59:12 UTC 2009


Author: benh
Date: Sat Dec 12 00:59:10 2009
New Revision: 14774

Log:
Move contents of README.build to README.source, except the redundant steps

Deleted:
   dists/trunk/linux-2.6/debian/README.build
Modified:
   dists/trunk/linux-2.6/debian/README.source

Modified: dists/trunk/linux-2.6/debian/README.source
==============================================================================
--- dists/trunk/linux-2.6/debian/README.source	Sat Dec 12 00:53:57 2009	(r14773)
+++ dists/trunk/linux-2.6/debian/README.source	Sat Dec 12 00:59:10 2009	(r14774)
@@ -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 @@
 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
 



More information about the Kernel-svn-changes mailing list