r4693 - in dists/trunk/linux-2.6/debian: . bin

Simon Horman horms at costa.debian.org
Mon Oct 31 06:01:19 UTC 2005


Author: horms
Date: 2005-10-31 06:01:18 +0000 (Mon, 31 Oct 2005)
New Revision: 4693

Modified:
   dists/trunk/linux-2.6/debian/bin/install-image
   dists/trunk/linux-2.6/debian/changelog
Log:
Fix genearation of .extraversion, again (closes: #333842)

Modified: dists/trunk/linux-2.6/debian/bin/install-image
===================================================================
--- dists/trunk/linux-2.6/debian/bin/install-image	2005-10-31 05:58:53 UTC (rev 4692)
+++ dists/trunk/linux-2.6/debian/bin/install-image	2005-10-31 06:01:18 UTC (rev 4693)
@@ -58,7 +58,7 @@
 mkdir -p "$dir/arch/$arch/kernel"
 mkdir -p "$dir/include/linux"
 cp -a .config "$dir"
-echo "$DEBIAN_VERSION-$DEBIAN_ABINAME-$DEBIAN_FLAVOUR" > "$dir/.extraversion"
+echo "-$DEBIAN_ABINAME-$DEBIAN_FLAVOUR" > "$dir/.extraversion"
 
 cp -a Module.symvers "$dir"
 

Modified: dists/trunk/linux-2.6/debian/changelog
===================================================================
--- dists/trunk/linux-2.6/debian/changelog	2005-10-31 05:58:53 UTC (rev 4692)
+++ dists/trunk/linux-2.6/debian/changelog	2005-10-31 06:01:18 UTC (rev 4693)
@@ -4,6 +4,7 @@
   * [SECURITY] Avoid 'names_cache' memory leak with CONFIG_AUDITSYSCALL
     This fix, included as part of the 2.6.13.4 patch in
     2.6.13+2.6.14-rc4-0experimental.1 is CVE-2005-3181
+  * Fix genearation of .extraversion, again (closes: #333842)
 
   [ dann frazier ]
   * Update hppa.diff to 2.6.14-pa0




More information about the Kernel-svn-changes mailing list