[Demudi-commits] r450 - linux-source-2.6.11/trunk/debian

Free Ekanayaka free-guest@costa.debian.org
Thu, 10 Mar 2005 16:17:30 +0100


Author: free-guest
Date: 2005-03-10 16:17:29 +0100 (Thu, 10 Mar 2005)
New Revision: 450

Modified:
   linux-source-2.6.11/trunk/debian/control
   linux-source-2.6.11/trunk/debian/control.stub
   linux-source-2.6.11/trunk/debian/rules
Log:
Don't build kernel doc

Modified: linux-source-2.6.11/trunk/debian/control
===================================================================
--- linux-source-2.6.11/trunk/debian/control	2005-03-10 15:12:38 UTC (rev 449)
+++ linux-source-2.6.11/trunk/debian/control	2005-03-10 15:17:29 UTC (rev 450)
@@ -29,21 +29,6 @@
  which has been designed to ease the task of creating kernel image
  packages. 
 
-Package: linux-doc-2.6.11
-Architecture: all
-Section: doc
-Priority: optional
-Provides: linux-doc-2.6
-Depends: coreutils | fileutils (>= 4.0)
-Description: Linux kernel specific documentation for version 2.6.10
- This package provides the various readme's in the 2.6.10 kernel
- Documentation/ subdirectory: these typically contain kernel-specific
- installation notes for some drivers for example. See
- /usr/share/doc/linux-doc-X.X.XX/Documentation/00-INDEX for a list of what
- is contained in each file.  Please read the Changes file, as it
- contains information about the problems, which may result by
- upgrading your kernel.
-
 Package: linux-patch-ubuntu-2.6.11
 Architecture: all
 Section: devel

Modified: linux-source-2.6.11/trunk/debian/control.stub
===================================================================
--- linux-source-2.6.11/trunk/debian/control.stub	2005-03-10 15:12:38 UTC (rev 449)
+++ linux-source-2.6.11/trunk/debian/control.stub	2005-03-10 15:17:29 UTC (rev 450)
@@ -29,21 +29,6 @@
  which has been designed to ease the task of creating kernel image
  packages. 
 
-Package: linux-doc-2.6.11
-Architecture: all
-Section: doc
-Priority: optional
-Provides: linux-doc-2.6
-Depends: coreutils | fileutils (>= 4.0)
-Description: Linux kernel specific documentation for version 2.6.10
- This package provides the various readme's in the 2.6.10 kernel
- Documentation/ subdirectory: these typically contain kernel-specific
- installation notes for some drivers for example. See
- /usr/share/doc/linux-doc-X.X.XX/Documentation/00-INDEX for a list of what
- is contained in each file.  Please read the Changes file, as it
- contains information about the problems, which may result by
- upgrading your kernel.
-
 Package: linux-patch-ubuntu-2.6.11
 Architecture: all
 Section: devel

Modified: linux-source-2.6.11/trunk/debian/rules
===================================================================
--- linux-source-2.6.11/trunk/debian/rules	2005-03-10 15:12:38 UTC (rev 449)
+++ linux-source-2.6.11/trunk/debian/rules	2005-03-10 15:17:29 UTC (rev 450)
@@ -227,8 +227,7 @@
 	chmod u+x debian/make-kernel-patch-pkgs
 	debian/make-kernel-patch-pkgs $(stem)
 	cd $(srcdir); \
-		$(MAKE_KPKG) kernel-source; \
-		$(MAKE_KPKG) kernel-doc
+		$(MAKE_KPKG) kernel-source
 
 	mv $(builddir)/*.deb ..
 	cat $(srcdir)/debian/files >> debian/files