r4517 - in dists/trunk/linux-2.6/debian: . templates

Simon Horman horms at costa.debian.org
Tue Oct 18 11:08:37 UTC 2005


Author: horms
Date: 2005-10-18 11:08:37 +0000 (Tue, 18 Oct 2005)
New Revision: 4517

Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/templates/post-install.in
Log:
Fix genearation of .extraversion (closes: #333842)

Modified: dists/trunk/linux-2.6/debian/changelog
===================================================================
--- dists/trunk/linux-2.6/debian/changelog	2005-10-18 10:43:50 UTC (rev 4516)
+++ dists/trunk/linux-2.6/debian/changelog	2005-10-18 11:08:37 UTC (rev 4517)
@@ -4,8 +4,11 @@
   * Temporary branch to sort stuff out locally, until we either upload this
     one instead of 2.6.13-[23], or 2.6.14 is released.
 
- -- Sven Luther <luther at debian.org>  Sun, 16 Oct 2005 10:17:04 +0200
+  [ Simon Horman ]
+  * Fix genearation of .extraversion (closes: #333842)
 
+ -- Simon Horman <horms at debian.org>  Tue, 18 Oct 2005 15:30:46 +0900
+
 linux-2.6 (2.6.13-2) UNRELEASED; urgency=low
 
   [ Jurij Smakov ]

Modified: dists/trunk/linux-2.6/debian/templates/post-install.in
===================================================================
--- dists/trunk/linux-2.6/debian/templates/post-install.in	2005-10-18 10:43:50 UTC (rev 4516)
+++ dists/trunk/linux-2.6/debian/templates/post-install.in	2005-10-18 11:08:37 UTC (rev 4517)
@@ -59,7 +59,8 @@
 mkdir -p $dir/include/asm-$arch
 mkdir -p $dir/include/linux
 cp -a .config $dir
-echo $debnum-$suffix > $dir/.extraversion
+echo $DEBIAN_VERSION-$DEBIAN_ABINAME-$DEBIAN_FLAVOUR > $dir/.extraversion
+
 cp -a Module.symvers $dir
 
 find . -mindepth 1 -maxdepth 1 \




More information about the Kernel-svn-changes mailing list