Looks like all pieces are in places.

Testing, testing, testing!

svn path=/branches/kernel-image-2.6.11/; revision=3281
This commit is contained in:
Jurij Smakov 2005-05-31 03:05:58 +00:00
parent 97127f61d8
commit 4995e1c70d
4 changed files with 17 additions and 18 deletions

5
debian/Makefile vendored
View File

@ -210,8 +210,9 @@ build-stamp-$(subarch)-%: build-$(subarch)-%
src="arch/$${arch}/kernel/asm-offsets.s"; \ src="arch/$${arch}/kernel/asm-offsets.s"; \
dst="../$(kdir)/$${src}"; \ dst="../$(kdir)/$${src}"; \
if [ -f "$${src}" ] && [ ! -e "$${dst}" ]; then \ if [ -f "$${src}" ] && [ ! -e "$${dst}" ]; then \
ln -s "$$(pwd)/$${src}" "$${dst}"; \ ln -s "$$(pwd)/$${src}" "$${dst}"; \
fi fi
cat $</debian/files >> files
touch build-stamp-$(subarch)-$* touch build-stamp-$(subarch)-$*
# #
# Creates a build directory for a particular flavour # Creates a build directory for a particular flavour

7
debian/TODO vendored
View File

@ -1,7 +0,0 @@
Some things to think about:
* Looks like it would be optimal to have a common kernel-headers package
which would contain common headers for all arches without unmerged patches.
* Generate the control file for individual files dynamically, so that we
do not have that ridiculous master control file.

View File

@ -21,11 +21,14 @@ Priority: optional
Provides: linux-doc-@major@ Provides: linux-doc-@major@
Depends: coreutils | fileutils (>= 4.0) Depends: coreutils | fileutils (>= 4.0)
Description: Linux kernel specific documentation for version @version@ Description: Linux kernel specific documentation for version @version@
This package provides the various README files in the @version@ kernel This package provides the various README files and HTML documentation for
Documentation/ subdirectory: these typically contain kernel-specific the Linux kernel version @version@. Plenty of information, including the
installation notes for some drivers for example. See descriptions of varios kernel subsystems, filesystems, driver-specific
/usr/share/doc/linux-doc-@version@/Documentation/00-INDEX for a list of what notes and the like. Consult the file
is contained in each file. .
/usr/share/doc/linux-doc-@version@/Documentation/00-INDEX
.
for the detailed description of the contents.
Package: linux-patch-debian-@version@ Package: linux-patch-debian-@version@
Architecture: all Architecture: all
@ -35,10 +38,11 @@ Depends: bzip2, ${kpatch:Depends}
Suggests: linux-source-@version@ Suggests: linux-source-@version@
Description: Debian patches to version @version@ of the Linux kernel Description: Debian patches to version @version@ of the Linux kernel
This package includes the patches used to produce the prepackaged This package includes the patches used to produce the prepackaged
linux-source-@version@ package. Note that these patches do NOT apply linux-source-@version@ package, as well as architecture-specific
against a pristine Linux @version@ kernel but only against patches. Note that these patches do NOT apply against a pristine
Linux @version@ kernel but only against the kernel tarball
linux-source-@version@_@version@.orig.tar.gz from the Debian archive. linux-source-@version@_@version@.orig.tar.gz from the Debian archive.
Package: linux-tree-@version@ Package: linux-tree-@version@
Architecture: all Architecture: all
Section: devel Section: devel

View File

@ -3,4 +3,5 @@ Section: devel
Priority: optional Priority: optional
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org> Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Standards-Version: 3.6.1.0 Standards-Version: 3.6.1.0
Build-Depends: Build-Depends: gcc (>= 4:3.3), debhelper (>= 4), kernel-package, module-init-tools, sparc-utils [sparc] Build-Depends: gcc (>= 4:3.3), debhelper (>= 4), kernel-package (>= 8.135), module-init-tools, dpkg-dev (>= 1.10.23), debian-utils (>= 1.6), bzip2, console-tools, sparc-utils [sparc]
Build-Depends-Indep: bzip2, debhelper (>= 4), docbook-utils, gs, kernel-package (>= 8.135), transfig