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

Ben Hutchings benh at alioth.debian.org
Sat Dec 12 01:03:46 UTC 2009


Author: benh
Date: Sat Dec 12 01:03:44 2009
New Revision: 14775

Log:
Document support for git repositories in genorig.py

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:59:10 2009	(r14774)
+++ dists/trunk/linux-2.6/debian/README.source	Sat Dec 12 01:03:44 2009	(r14775)
@@ -1,12 +1,14 @@
 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
+1) You can use either:
+   a) a git repository of the kernel source
+   b) 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 <repository>
+   or  ./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,



More information about the Kernel-svn-changes mailing list