r1431 - in trunk/kernel-2.4/alpha: . kernel-latest-2.4-alpha kernel-latest-2.4-alpha/debian

nobse@haydn.debian.org nobse@haydn.debian.org
Sat, 28 Aug 2004 20:49:59 -0600


Author: nobse
Date: 2004-08-28 14:23:11 -0600 (Sat, 28 Aug 2004)
New Revision: 1431

Added:
   trunk/kernel-2.4/alpha/kernel-latest-2.4-alpha/
   trunk/kernel-2.4/alpha/kernel-latest-2.4-alpha/debian/
   trunk/kernel-2.4/alpha/kernel-latest-2.4-alpha/debian/changelog
   trunk/kernel-2.4/alpha/kernel-latest-2.4-alpha/debian/compat
   trunk/kernel-2.4/alpha/kernel-latest-2.4-alpha/debian/control
   trunk/kernel-2.4/alpha/kernel-latest-2.4-alpha/debian/copyright
   trunk/kernel-2.4/alpha/kernel-latest-2.4-alpha/debian/rules
Log:
added kernel-latest-2.4-alpha


Added: trunk/kernel-2.4/alpha/kernel-latest-2.4-alpha/debian/changelog
===================================================================
--- trunk/kernel-2.4/alpha/kernel-latest-2.4-alpha/debian/changelog	2004-08-28 16:57:33 UTC (rev 1430)
+++ trunk/kernel-2.4/alpha/kernel-latest-2.4-alpha/debian/changelog	2004-08-28 20:23:11 UTC (rev 1431)
@@ -0,0 +1,7 @@
+kernel-latest-2.4-alpha (3) UNRELEASED; urgency=low
+
+  * This is a new package containing these metapackages:
+    - kernel-image-2.4-generic
+    - kernel-image-2.4-smp
+
+ -- Norbert Tretkowski <nobse@debian.org>  Sat, 28 Aug 2004 22:16:53 +0200

Added: trunk/kernel-2.4/alpha/kernel-latest-2.4-alpha/debian/compat
===================================================================
--- trunk/kernel-2.4/alpha/kernel-latest-2.4-alpha/debian/compat	2004-08-28 16:57:33 UTC (rev 1430)
+++ trunk/kernel-2.4/alpha/kernel-latest-2.4-alpha/debian/compat	2004-08-28 20:23:11 UTC (rev 1431)
@@ -0,0 +1 @@
+4

Added: trunk/kernel-2.4/alpha/kernel-latest-2.4-alpha/debian/control
===================================================================
--- trunk/kernel-2.4/alpha/kernel-latest-2.4-alpha/debian/control	2004-08-28 16:57:33 UTC (rev 1430)
+++ trunk/kernel-2.4/alpha/kernel-latest-2.4-alpha/debian/control	2004-08-28 20:23:11 UTC (rev 1431)
@@ -0,0 +1,25 @@
+Source: kernel-latest-2.4-alpha
+Section: devel
+Priority: optional
+Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
+Uploaders: Norbert Tretkowski <nobse@debian.org>
+Standards-Version: 3.6.1
+Build-Depends: debhelper (>= 4)
+
+Package: kernel-image-2.4-generic
+Architecture: alpha
+Section: base
+Priority: optional
+Depends: kernel-image-2.4.27-1-generic
+Description: Linux kernel image for version 2.4 on Alpha.
+ This package will always depend on the latest 2.4 kernel image available for
+ the Alpha architecture.
+
+Package: kernel-image-2.4-smp
+Architecture: alpha
+Section: base
+Priority: optional
+Depends: kernel-image-2.4.27-1-smp
+Description: Linux kernel image for version 2.4 on Alpha SMP.
+ This package will always depend on the latest 2.4 kernel image available for
+ the Alpha architecture with SMP support.

Added: trunk/kernel-2.4/alpha/kernel-latest-2.4-alpha/debian/copyright
===================================================================
--- trunk/kernel-2.4/alpha/kernel-latest-2.4-alpha/debian/copyright	2004-08-28 16:57:33 UTC (rev 1430)
+++ trunk/kernel-2.4/alpha/kernel-latest-2.4-alpha/debian/copyright	2004-08-28 20:23:11 UTC (rev 1431)
@@ -0,0 +1,23 @@
+This is the Debian GNU/Linux prepackaged version of the Linux kernel.
+Linux was written by Linus Torvalds <Linus.Torvalds@cs.Helsinki.FI>
+and others.
+
+This package was put together by Joshua Kwan <joshk@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: trunk/kernel-2.4/alpha/kernel-latest-2.4-alpha/debian/rules
===================================================================
--- trunk/kernel-2.4/alpha/kernel-latest-2.4-alpha/debian/rules	2004-08-28 16:57:33 UTC (rev 1430)
+++ trunk/kernel-2.4/alpha/kernel-latest-2.4-alpha/debian/rules	2004-08-28 20:23:11 UTC (rev 1431)
@@ -0,0 +1,54 @@
+#!/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@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)
+base := kernel-image-2.4
+
+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:
+	dh_testroot
+	dh_testdir
+	dh_clean -k --package=$(base)-$*
+	dh_installdirs --package=$(base)-$*
+	dh_installdocs --package=$(base)-$*
+	dh_installchangelogs --package=$(base)-$*
+	dh_compress --package=$(base)-$*
+	dh_fixperms --package=$(base)-$*
+	dh_installdeb --package=$(base)-$*
+	dh_gencontrol --package=$(base)-$*
+	dh_md5sums --package=$(base)-$*
+	dh_builddeb --package=$(base)-$*
+
+# 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


Property changes on: trunk/kernel-2.4/alpha/kernel-latest-2.4-alpha/debian/rules
___________________________________________________________________
Name: svn:executable
   + *