r1477 - in trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian: . patches patches/series
hch-guest@haydn.debian.org
hch-guest@haydn.debian.org
Sun, 29 Aug 2004 15:08:01 -0600
Author: hch-guest
Date: 2004-08-29 15:07:23 -0600 (Sun, 29 Aug 2004)
New Revision: 1477
Added:
trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/pcxx-is-broken.dpatch
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/patches/series/2.6.8-6
Log:
* Mark CONFIG_DIGI broken (closes: #258676) (Christoph Hellwig).
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-08-29 20:09:09 UTC (rev 1476)
+++ trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/changelog 2004-08-29 21:07:23 UTC (rev 1477)
@@ -14,6 +14,8 @@
* Fix bad URL in BSD acct help entry (closes: #268871) (Max Attems).
+ * Mark CONFIG_DIGI broken (closes: #258676) (Christoph Hellwig).
+
--
kernel-source-2.6.8 (2.6.8-5) unstable; urgency=high
Added: trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/pcxx-is-broken.dpatch
===================================================================
--- trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/pcxx-is-broken.dpatch 2004-08-29 20:09:09 UTC (rev 1476)
+++ trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/pcxx-is-broken.dpatch 2004-08-29 21:07:23 UTC (rev 1477)
@@ -0,0 +1,22 @@
+#! /bin/sh -e
+## <PATCHNAME>.dpatch by <PATCH_AUTHOR@EMAI>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Description: Mark CONFIG_DIGI broken, it doesn't compile
+## DP: Patch author: Christoph HEllwig
+## DP: Upstream status: submitted
+
+. $(dirname $0)/DPATCH
+
+@DPATCH@
+--- 1.49/drivers/char/Kconfig 2004-08-28 19:04:06 +02:00
++++ edited/drivers/char/Kconfig 2004-08-29 22:39:10 +02:00
+@@ -138,7 +138,7 @@
+
+ config DIGIEPCA
+ tristate "Digiboard Intelligent Async Support"
+- depends on SERIAL_NONSTANDARD && BROKEN_ON_SMP
++ depends on SERIAL_NONSTANDARD && BROKEN
+ ---help---
+ This is a driver for Digi International's Xx, Xeve, and Xem series
+ of cards which provide multiple serial ports. You would need
Modified: trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/series/2.6.8-6
===================================================================
--- trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/series/2.6.8-6 2004-08-29 20:09:09 UTC (rev 1476)
+++ trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/series/2.6.8-6 2004-08-29 21:07:23 UTC (rev 1477)
@@ -5,3 +5,4 @@
+ jfs-memory-leak.dpatch
+ sis900-add-phy.dpatch
+ fix-url-bsd-acct.dpatch
++ pcxx-is-broken.dpatch