[kernel] r5858 - dists/sarge/kernel/alpha/kernel-latest-2.6-alpha/debian

Dann Frazier dannf at costa.debian.org
Mon Feb 13 02:06:39 UTC 2006


Author: dannf
Date: Mon Feb 13 02:06:38 2006
New Revision: 5858

Added:
   dists/sarge/kernel/alpha/kernel-latest-2.6-alpha/debian/
   dists/sarge/kernel/alpha/kernel-latest-2.6-alpha/debian/changelog
   dists/sarge/kernel/alpha/kernel-latest-2.6-alpha/debian/compat
   dists/sarge/kernel/alpha/kernel-latest-2.6-alpha/debian/control
   dists/sarge/kernel/alpha/kernel-latest-2.6-alpha/debian/copyright
   dists/sarge/kernel/alpha/kernel-latest-2.6-alpha/debian/rules   (contents, props changed)
Log:
Load kernel-latest-2.6-alpha-101/ into
dists/sarge/kernel/alpha/kernel-latest-2.6-alpha.


Added: dists/sarge/kernel/alpha/kernel-latest-2.6-alpha/debian/changelog
==============================================================================
--- (empty file)
+++ dists/sarge/kernel/alpha/kernel-latest-2.6-alpha/debian/changelog	Mon Feb 13 02:06:38 2006
@@ -0,0 +1,15 @@
+kernel-latest-2.6-alpha (101) unstable; urgency=high
+
+  * updated for 2.6.8-2
+
+ -- Norbert Tretkowski <nobse at debian.org>  Sun, 09 Jan 2005 11:36:23 +0100
+
+kernel-latest-2.6-alpha (100) unstable; urgency=high
+
+  * this is a new package containing these metapackages:
+    - kernel-image-2.6-generic
+    - kernel-image-2.6-smp
+    - kernel-headers-2.6-generic
+    - kernel-headers-2.6-smp
+
+ -- Norbert Tretkowski <nobse at debian.org>  Sat, 28 Aug 2004 22:28:32 +0200

Added: dists/sarge/kernel/alpha/kernel-latest-2.6-alpha/debian/compat
==============================================================================
--- (empty file)
+++ dists/sarge/kernel/alpha/kernel-latest-2.6-alpha/debian/compat	Mon Feb 13 02:06:38 2006
@@ -0,0 +1 @@
+4

Added: dists/sarge/kernel/alpha/kernel-latest-2.6-alpha/debian/control
==============================================================================
--- (empty file)
+++ dists/sarge/kernel/alpha/kernel-latest-2.6-alpha/debian/control	Mon Feb 13 02:06:38 2006
@@ -0,0 +1,43 @@
+Source: kernel-latest-2.6-alpha
+Section: devel
+Priority: optional
+Maintainer: Debian Kernel Team <debian-kernel at lists.debian.org>
+Uploaders: Norbert Tretkowski <nobse at debian.org>
+Standards-Version: 3.6.1
+Build-Depends: debhelper (>= 4)
+
+Package: kernel-image-2.6-generic
+Architecture: alpha
+Section: base
+Priority: optional
+Depends: kernel-image-2.6.8-2-generic
+Description: Linux kernel image for version 2.6 on Alpha.
+ This package will always depend on the latest 2.6 kernel image available for
+ the Alpha architecture.
+
+Package: kernel-image-2.6-smp
+Architecture: alpha
+Section: base
+Priority: optional
+Depends: kernel-image-2.6.8-2-smp
+Description: Linux kernel image for version 2.6 on Alpha SMP.
+ This package will always depend on the latest 2.6 kernel image available for
+ the Alpha architecture with SMP support.
+
+Package: kernel-headers-2.6-generic
+Architecture: alpha
+Section: devel
+Priority: optional
+Depends: kernel-headers-2.6.8-2-generic
+Description: Linux kernel headers 2.6 on Alpha
+ This package will always depend on the latest 2.6 kernel headers available
+ for the Alpha architecture.
+
+Package: kernel-headers-2.6-smp
+Architecture: alpha
+Section: devel
+Priority: optional
+Depends: kernel-headers-2.6.8-2-smp
+Description: Linux kernel headers 2.6 on Alpha SMP
+ This package will always depend on the latest 2.6 kernel headers available
+ for the Alpha architecture with SMP support.

Added: dists/sarge/kernel/alpha/kernel-latest-2.6-alpha/debian/copyright
==============================================================================
--- (empty file)
+++ dists/sarge/kernel/alpha/kernel-latest-2.6-alpha/debian/copyright	Mon Feb 13 02:06:38 2006
@@ -0,0 +1,23 @@
+This is the Debian GNU/Linux prepackaged version of the Linux kernel.
+Linux was written by Linus Torvalds <Linus.Torvalds at cs.Helsinki.FI>
+and others.
+
+This package was put together by Joshua Kwan <joshk at triplehelix.org>
+and provides meta packages only. As such there is no upstream.
+
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; version 2 dated June, 1991.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+02111-1307, USA.
+
+On Debian GNU/Linux systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.

Added: dists/sarge/kernel/alpha/kernel-latest-2.6-alpha/debian/rules
==============================================================================
--- (empty file)
+++ dists/sarge/kernel/alpha/kernel-latest-2.6-alpha/debian/rules	Mon Feb 13 02:06:38 2006
@@ -0,0 +1,58 @@
+#!/usr/bin/make -f
+#
+# debian/rules for kernel-latest-*-alpha
+#
+# GNU copyright 1997 to 1999 by Joey Hess.
+# Copyright (c) 1999-2002 Herbert Xu <herbert at debian.org>
+#
+# $Id: rules,v 1.24 2003/09/27 08:14:38 herbert Exp $
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+SHELL := sh -e
+
+FLAVOURS := generic smp
+BINARY_ARCH := $(FLAVOURS:=.binary-arch)
+kernel := kernel-image-2.6
+headers := kernel-headers-2.6
+
+build binary-indep:
+# Ye olde no-op.
+
+clean:
+	rm -f *-stamp
+	dh_testdir
+	dh_clean
+
+install: 
+	dh_testdir
+	dh_clean -k
+	dh_installdirs
+
+# Build architecture-independent files here.
+binary-indep:
+
+%.binary-arch: kernel-image-2.6-%.binary-arch-pkg kernel-headers-2.6-%.binary-arch-pkg
+	@true
+
+%.binary-arch-pkg:
+	dh_testroot
+	dh_testdir
+	dh_clean -k -p$*
+	dh_installdirs -p$*
+	dh_installdocs -p$*
+	dh_installchangelogs -p$*
+	dh_compress -p$*
+	dh_fixperms -p$*
+	dh_installdeb -p$*
+	dh_gencontrol -p$*
+	dh_md5sums -p$*
+	dh_builddeb -p$*
+
+# Build architecture-dependent files here.
+binary-arch: install $(BINARY_ARCH)
+	@true
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install unpack



More information about the Kernel-svn-changes mailing list