r1579 - trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian

Joshua Kwan joshk@haydn.debian.org
Mon, 13 Sep 2004 13:38:19 -0600


Author: joshk
Date: 2004-09-13 13:38:14 -0600 (Mon, 13 Sep 2004)
New Revision: 1579

Modified:
   trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/changelog
   trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/control
   trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/rules
Log:
final buncha fixes

Modified: trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/changelog
===================================================================
--- trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/changelog	2004-09-13 13:54:53 UTC (rev 1578)
+++ trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/changelog	2004-09-13 19:38:14 UTC (rev 1579)
@@ -1,4 +1,4 @@
-kernel-source-2.6.8 (2.6.8-6) UNRELEASED; urgency=low
+kernel-source-2.6.8 (2.6.8-6) unstable; urgency=medium
 
   * reiserfs xattr/acl fix if root fs (Max Attems).
 
@@ -37,6 +37,8 @@
 
   * Add a patch by davem which suppresses a loop when reading from openpromfs.
     (Joshua Kwan)
+  
+  * Set all files in the patch dir non-executable.
 
  -- Joshua Kwan <joshk@triplehelix.org>  Mon,  6 Sep 2004 21:28:18 -0700
 

Modified: trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/control
===================================================================
--- trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/control	2004-09-13 13:54:53 UTC (rev 1578)
+++ trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/control	2004-09-13 19:38:14 UTC (rev 1579)
@@ -4,7 +4,7 @@
 Maintainer: Debian kernel team <debian-kernel@lists.debian.org>
 Uploaders: William Lee Irwin III <wli@debian.org>, Jens Schmalzing <jensen@debian.org>, Sven Luther <luther@debian.org>, Andres Salomon <dilinger@voxel.net>, Joshua Kwan <joshk@triplehelix.org>
 Standards-Version: 3.6.1
-Build-Depends: bzip2, debhelper, docbook-utils, gs, kernel-package (>= 7.48), transfig
+Build-Depends-Indep: bzip2, debhelper (>= 4), docbook-utils, gs, kernel-package (>= 7.48), transfig
 
 Package: kernel-source-2.6.8
 Architecture: all
@@ -12,7 +12,7 @@
 Priority: optional
 Provides: kernel-source, kernel-source-2.6
 Depends: binutils, bzip2, coreutils | fileutils (>= 4.0)
-Recommends: libc-dev, gcc, make
+Recommends: libc6-dev | libc-dev, gcc, make
 Suggests: libncurses-dev | ncurses-dev, kernel-package, libqt3-dev
 Description: Linux kernel source for version 2.6.8 with Debian patches
  This package provides the source code for the Linux kernel version 2.6.8.

Modified: trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/rules
===================================================================
--- trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/rules	2004-09-13 13:54:53 UTC (rev 1578)
+++ trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/rules	2004-09-13 19:38:14 UTC (rev 1579)
@@ -53,6 +53,7 @@
 binary-kernel-patch:
 	mkdir -p $(patch_home) $(patch_home)/apply $(patch_home)/debian $(patch_home)/unpatch
 	cp debian/patches/*.dpatch $(patch_home)/debian
+	chmod -x $(patch_home)/debian/*.dpatch
 	mkdir -p $(patch_home)/debian/series
 	cp debian/patches/series/* $(patch_home)/debian/series/