[Kernel-handbook-general] [PATCH 1/8] Remove custom version from 'make deb-pkg' example (Closes: #627838)

Ben Hutchings ben at decadent.org.uk
Sat Jul 21 21:29:12 UTC 2012


---
 chapter-common-tasks.sgml |   15 ++++++---------
 debian/changelog          |    6 ++++++
 2 files changed, 12 insertions(+), 9 deletions(-)

diff --git a/chapter-common-tasks.sgml b/chapter-common-tasks.sgml
index f323384..487b0b1 100644
--- a/chapter-common-tasks.sgml
+++ b/chapter-common-tasks.sgml
@@ -313,19 +313,16 @@ $ make menuconfig
 	  is started using the commands
 	  <example>
 $ make clean
-$ make KDEB_PKGVERSION=custom.1.0 deb-pkg
+$ make deb-pkg
           </example>
-	  The <tt>custom.1.0</tt> part in this command is the version
-	  identifier, which will get appended to the kernel package
-	  name. Feel free to adjust it to your liking.
           As a result of the build, a custom kernel package
-	  <tt>linux-image-3.2.19_custom.1.0_i386.deb</tt> (name will
-	  reflect the version of the kernel and the revision chosen in
-	  the command line above) will be created in the directory one
-	  level above the top of the tree. It may be installed using
+	  <tt>linux-image-3.2.19_3.2.19-1_i386.deb</tt> (name will
+	  reflect the version of the kernel and build number) will be
+	  created in the directory one level above the top of the
+	  tree. It may be installed using
           <tt>dpkg</tt> just as any other package:
 	  <example> 
-# dpkg -i ../linux-image-3.2.19_custom.1.0_i386.deb
+# dpkg -i ../linux-image-3.2.19_3.2.19-1_i386.deb
 	  </example>
 	  This command will unpack the kernel, generate the initrd if
 	  necessary (see <ref id="initramfs"> for details), and configure
diff --git a/debian/changelog b/debian/changelog
index b4b4358..3ebd70a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+kernel-handbook (1.0.14) UNRELEASED; urgency=low
+
+  * Remove custom version from 'make deb-pkg' example (Closes: #627838)
+
+ -- Ben Hutchings <ben at decadent.org.uk>  Sat, 21 Jul 2012 20:02:21 +0100
+
 kernel-handbook (1.0.13) unstable; urgency=low
 
   * Note that removed firmware is still packaged; suggested by Karl Goetz


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 828 bytes
Desc: This is a digitally signed message part
URL: <http://lists.alioth.debian.org/pipermail/kernel-handbook-general/attachments/20120721/8c3f7cca/attachment.pgp>


More information about the Kernel-handbook-general mailing list