On Fri, 2013-12-06 at 02:06 +0000, Ben Hutchings wrote:
> > > See
> > > <http://kernel-handbook.alioth.debian.org/ch-common-tasks.html#s-gen-orig>
> > [...]
> So you'll need to install unifdef to continue...
How about the following:
From 11ae7397757035e0a777d0b306ec7a8f328c2cb9 Mon Sep 17 00:00:00 2001
From: Ian Campbell <ijc@hellion.org.uk>
Date: Fri, 6 Dec 2013 08:37:51 +0000
Subject: [PATCH] Mention unifdef as a dependency for genorig
---
chapter-common-tasks.sgml | 2 ++
debian/changelog | 3 +++
2 files changed, 5 insertions(+)
diff --git a/chapter-common-tasks.sgml b/chapter-common-tasks.sgml
index 18ab1ac..0d79d05 100644
--- a/chapter-common-tasks.sgml
+++ b/chapter-common-tasks.sgml
@@ -263,6 +263,7 @@ $ fakeroot make -f debian/rules.gen binary-arch_i386_none_real
kernel.org, or a git repository. If you have a tarball, run
a command such as:
<example>
+# apt-get install unifdef
$ python debian/bin/genorig.py ../linux-3.4.tar.bz2 ../patch-3.5-rc1.bz2
</example>
</p>
@@ -270,6 +271,7 @@ $ python debian/bin/genorig.py ../linux-3.4.tar.bz2 ../patch-3.5-rc1.bz2
If you have a git repository, pass the name of its
directory:
<example>
+# apt-get install unifdef
$ python debian/bin/genorig.py ~/src/linux
</example>
</p>
diff --git a/debian/changelog b/debian/changelog
index 0fb4480..431f738 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,9 @@ kernel-handbook (1.0.16) UNRELEASED; urgency=low
[ Ben Hutchings ]
* Correct order of preparation for rebuilding official Debian kernel packages
+ [ Ian Campbell ]
+ * Mention unifdef as a dependency for genorig
+
-- Uwe Kleine-König <uwe@kleine-koenig.org> Thu, 08 Nov 2012 09:16:12 +0100
kernel-handbook (1.0.15) unstable; urgency=low
--
1.8.4.rc3
Ian.
Attachment:
signature.asc
Description: This is a digitally signed message part