r1090 - in trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian: . patches

Christoph Hellwig hch-guest@haydn.debian.org
Sat, 14 Aug 2004 05:12:09 -0600


Author: hch-guest
Date: 2004-08-14 05:11:57 -0600 (Sat, 14 Aug 2004)
New Revision: 1090

Added:
   trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/alpha-termbits.dpatch
Removed:
   trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/alpha-tembits.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/00list-1
Log:

 * Fix typo in alpha-termbits patch naming



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-14 09:28:11 UTC (rev 1089)
+++ trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/changelog	2004-08-14 11:11:57 UTC (rev 1090)
@@ -42,6 +42,8 @@
   * Stop the kernel distclean from nuking the debian directory by
     having the clean rule check for debian/official (Andres Salomon).
 
+  * Fix typo in alpha-termbits patch naming (Christoph Hellwig)
+
  -- Andres Salomon <dilinger@voxel.net>  Sat, 14 Aug 2004 02:40:50 -0400
 
 kernel-source-2.6.7 (2.6.7-4) unstable; urgency=high

Modified: trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/00list-1
===================================================================
--- trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/00list-1	2004-08-14 09:28:11 UTC (rev 1089)
+++ trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/00list-1	2004-08-14 11:11:57 UTC (rev 1090)
@@ -1,5 +1,5 @@
 alpha-epoch-comment
-alpha-tembits
+alpha-termbits
 doc-post_halloween
 drivers-ftape
 drivers-ide-dma-blacklist-toshiba

Deleted: trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/alpha-tembits.dpatch
===================================================================
--- trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/alpha-tembits.dpatch	2004-08-14 09:28:11 UTC (rev 1089)
+++ trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/alpha-tembits.dpatch	2004-08-14 11:11:57 UTC (rev 1090)
@@ -1,22 +0,0 @@
-#! /bin/sh -e 
-## <PATCHNAME>.dpatch by <PATCH_AUTHOR@EMAI>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Description: add CIBAUD/CMSPAR in include/asm-alpha/termbits.h
-## DP: Patch author: unknown
-## DP: Upstream status: not submitted
-
-. $(dirname $0)/DPATCH
-
-@DPATCH@
---- kernel-source-2.6.6/include/asm-alpha/termbits.h	2004-03-11 13:55:35.000000000 +1100
-+++ kernel-source-2.6.6-1/include/asm-alpha/termbits.h	2004-03-12 22:03:04.000000000 +1100
-@@ -134,6 +134,8 @@
- #define B3000000  00034
- #define B3500000  00035
- #define B4000000  00036
-+#define CIBAUD	  002003600000	/* input baud rate (not used) */
-+#define CMSPAR	  010000000000		/* mark or space (stick) parity */
- 
- #define CSIZE	00001400
- #define   CS5	00000000

Copied: trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/alpha-termbits.dpatch (from rev 1089, trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/alpha-tembits.dpatch)