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

Andres Salomon dilinger-guest@haydn.debian.org
Sun, 08 Aug 2004 11:21:09 -0600


Author: dilinger-guest
Date: 2004-08-08 11:21:06 -0600 (Sun, 08 Aug 2004)
New Revision: 984

Added:
   trunk/kernel/source/kernel-source-2.6.8-2.6.8/
Removed:
   trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/00list-1
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/official
Log:
Create 2.6.8 stuff


Copied: trunk/kernel/source/kernel-source-2.6.8-2.6.8 (from rev 983, trunk/kernel/source/kernel-source-2.6.7-2.6.7)

Modified: trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/changelog
===================================================================
--- trunk/kernel/source/kernel-source-2.6.7-2.6.7/debian/changelog	2004-08-08 14:35:10 UTC (rev 983)
+++ trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/changelog	2004-08-08 17:21:06 UTC (rev 984)
@@ -1,3 +1,9 @@
+kernel-source-2.6.8 (2.6.8-1) unstable; urgency=high
+
+  * New upstream release.
+
+ -- Andres Salomon <dilinger@voxel.net>  Sun, 08 Aug 2004 13:09:15 -0400
+
 kernel-source-2.6.7 (2.6.7-4) unstable; urgency=high
 
   * Migrated pegasos patch from the powerpc package, as it will be accepted

Modified: trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/control
===================================================================
--- trunk/kernel/source/kernel-source-2.6.7-2.6.7/debian/control	2004-08-08 14:35:10 UTC (rev 983)
+++ trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/control	2004-08-08 17:21:06 UTC (rev 984)
@@ -1,4 +1,4 @@
-Source: kernel-source-2.6.7
+Source: kernel-source-2.6.8
 Section: devel
 Priority: optional
 Maintainer: Debian kernel team <debian-kernel@lists.debian.org>
@@ -6,7 +6,7 @@
 Standards-Version: 3.6.1
 Build-Depends: bzip2, debhelper, docbook-utils, gs, kernel-package (>= 7.48), transfig, dpatch
 
-Package: kernel-source-2.6.7
+Package: kernel-source-2.6.8
 Architecture: all
 Section: devel
 Priority: optional
@@ -14,8 +14,8 @@
 Depends: binutils, bzip2, coreutils | fileutils (>= 4.0)
 Recommends: libc-dev, gcc, make
 Suggests: libncurses-dev | ncurses-dev, kernel-package
-Description: Linux kernel source for version 2.6.7 with Debian patches
- This package provides the source code for the Linux kernel version 2.6.7.
+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.
  .
  You may configure the kernel to your setup by typing "make config"
  and following instructions, but you could get ncursesX.X-dev and try
@@ -23,21 +23,21 @@
  are options to use QT or GNOME based configuration interfaces, but they
  need additional packages to be installed. Also, please read the detailed 
  documentation in the file
- /usr/share/doc/kernel-source-2.6.7/README.headers.gz.
+ /usr/share/doc/kernel-source-2.6.8/README.headers.gz.
  .
  If you wish to use this package to create a custom Linux kernel, then
  it is suggested that you investigate the package kernel-package,
  which has been designed to ease the task of creating kernel image
  packages. 
 
-Package: kernel-doc-2.6.7
+Package: kernel-doc-2.6.8
 Architecture: all
 Section: doc
 Priority: optional
 Provides: kernel-doc-2.6
 Depends: coreutils | fileutils (>= 4.0)
-Description: Linux kernel specific documentation for version 2.6.7
- This package provides the various readme's in the 2.6.7 kernel
+Description: Linux kernel specific documentation for version 2.6.8
+ This package provides the various readme's in the 2.6.8 kernel
  Documentation/ subdirectory: these typically contain kernel-specific
  installation notes for some drivers for example. See
  /usr/share/doc/kernel-doc-X.X.XX/Documentation/00-INDEX for a list of what
@@ -45,22 +45,22 @@
  contains information about the problems, which may result by
  upgrading your kernel.
 
-Package: kernel-patch-debian-2.6.7
+Package: kernel-patch-debian-2.6.8
 Architecture: all
 Section: devel
 Priority: optional
 Depends: bzip2
-Suggests: kernel-source-2.6.7
-Description: Debian patches to Linux 2.6.7
+Suggests: kernel-source-2.6.8
+Description: Debian patches to Linux 2.6.8
  This package includes the patches used to produce the prepackaged
- kernel-source-2.6.7 package.  They should be applied to a pristine
- Linux 2.6.7 kernel.
+ kernel-source-2.6.8 package.  They should be applied to a pristine
+ Linux 2.6.8 kernel.
 
-Package: kernel-tree-2.6.7
+Package: kernel-tree-2.6.8
 Architecture: all
 Section: devel
 Priority: optional
-Depends: kernel-patch-debian-2.6.7 (= ${Source-Version}), ${kt-depends}
+Depends: kernel-patch-debian-2.6.8 (= ${Source-Version}), ${kt-depends}
 Provides: ${kt-provides}
 Description: Linux kernel tree for building prepackaged Debian kernel images
  This meta package is used as a build-time dependency of prepackaged
@@ -71,5 +71,5 @@
  For those intending to use this package as a build-time dependency, this
  package provides a list of virtual packages that guarantees the availability
  of a particular Debian revision of the kernel tree.  The
- kernel-image-2.6.7-i386 package is an example of this.
+ kernel-image-2.6.8-i386 package is an example of this.
 

Modified: trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/official
===================================================================
--- trunk/kernel/source/kernel-source-2.6.7-2.6.7/debian/official	2004-08-08 14:35:10 UTC (rev 983)
+++ trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/official	2004-08-08 17:21:06 UTC (rev 984)
@@ -1 +1 @@
-This is the Debian version of Linux 2.6.7.
+This is the Debian version of Linux 2.6.8.

Deleted: trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/00list-1
===================================================================
--- trunk/kernel/source/kernel-source-2.6.7-2.6.7/debian/patches/00list-1	2004-08-08 14:35:10 UTC (rev 983)
+++ trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/00list-1	2004-08-08 17:21:06 UTC (rev 984)
@@ -1,39 +0,0 @@
-acpi-typo
-alpha-epoch-comment
-alpha-tembits
-doc-post_halloween
-dont-dereference-netdev.name-before-register_netdev
-drivers-atkbd-quiten
-drivers-dpt_i2o-fixup
-drivers-ftape
-drivers-ide-dma-blacklist-toshiba
-drivers-input-hiddev-HIDIOCGUCODE
-drivers-input-psaux-hacks
-drivers-isdn-io_funcs-fixup
-drivers-net-8139too-locking
-drivers-net-irda-dma_api
-drivers-net-tg3-readd
-drivers-net-via_rhine-avoid_bitfield
-drivers-sb-pnp_unregister
-drivers-scsi-advansys-dma_api
-drivers-scsi_changer
-drivers-scsi-generic_proc_info
-drivers-scsi-sd-NO_SENSE
-drivers-usb-net-pegasus-startstop_queue
-envp
-extraversion
-fs-cramfs-constify
-fs-isofs-acorn
-fs-isofs-dont-check-period
-include-linux-mca.h-fixups
-include-missing-includes
-include-thread_info-ifdefs
-ipsec-missing_wakeup
-modular-ide
-modular-ide-pnp
-modular-swsusp
-modular-vesafb
-netlink-macro-fixups
-remove-references-to-removed-drivers
-x86-i486_emu
-fs-jfs-compile