[kernel] r10915 - dists/etch/linux-2.6.24/debian

Bastian Blank waldi at alioth.debian.org
Mon Mar 17 11:03:35 UTC 2008


Author: waldi
Date: Mon Mar 17 11:03:34 2008
New Revision: 10915

Log:
* debian/changelog: Update.
* debian/rules: Force source name to linux-2.6.


Modified:
   dists/etch/linux-2.6.24/debian/changelog
   dists/etch/linux-2.6.24/debian/rules

Modified: dists/etch/linux-2.6.24/debian/changelog
==============================================================================
--- dists/etch/linux-2.6.24/debian/changelog	(original)
+++ dists/etch/linux-2.6.24/debian/changelog	Mon Mar 17 11:03:34 2008
@@ -11,6 +11,7 @@
 
   [ Bastian Blank ]
   * Disable Xen images.
+  * Force orig name to linux-2.6.
 
  -- Bastian Blank <waldi at debian.org>  Mon, 17 Mar 2008 11:46:39 +0100
 

Modified: dists/etch/linux-2.6.24/debian/rules
==============================================================================
--- dists/etch/linux-2.6.24/debian/rules	(original)
+++ dists/etch/linux-2.6.24/debian/rules	Mon Mar 17 11:03:34 2008
@@ -5,7 +5,7 @@
 SHELL    := sh -e
 DEB_HOST_ARCH  := $(shell dpkg-architecture -qDEB_HOST_ARCH)
 DEB_BUILD_ARCH := $(shell dpkg-architecture -qDEB_BUILD_ARCH)
-SOURCE   := $(shell dpkg-parsechangelog | sed -ne 's,^Source: *\(.*\)$$,\1,p')
+SOURCE   := linux-2.6
 VERSION_DEBIAN := $(shell dpkg-parsechangelog | sed -ne 's,^Version: *\(.*\)$$,\1,p')
 VERSION  := $(shell echo "$(VERSION_DEBIAN)" | sed -e 's,-[^-]*$$,,')
 VERSION_DEBIAN_BINNMU := $(shell echo "$(VERSION_DEBIAN)" | sed -ne 's,.*\+b\(.*\)$$,\1,p')



More information about the Kernel-svn-changes mailing list