r1593 - in trunk/utils: . kernel-kbuild-2.6-3 kernel-kbuild-2.6-3/debian

Simon Horman horms@haydn.debian.org
Wed, 15 Sep 2004 20:53:17 -0600


Author: horms
Date: 2004-09-15 20:53:07 -0600 (Wed, 15 Sep 2004)
New Revision: 1593

Added:
   trunk/utils/kernel-kbuild-2.6-3/
   trunk/utils/kernel-kbuild-2.6-3/debian/
   trunk/utils/kernel-kbuild-2.6-3/debian/changelog
   trunk/utils/kernel-kbuild-2.6-3/debian/control
   trunk/utils/kernel-kbuild-2.6-3/debian/copyright
   trunk/utils/kernel-kbuild-2.6-3/debian/rules
Log:
added kernel-kbuild-2.6-3 to svn as it is under the auspices of the kernel-team

Added: trunk/utils/kernel-kbuild-2.6-3/debian/changelog
===================================================================
--- trunk/utils/kernel-kbuild-2.6-3/debian/changelog	2004-09-15 14:53:48 UTC (rev 1592)
+++ trunk/utils/kernel-kbuild-2.6-3/debian/changelog	2004-09-16 02:53:07 UTC (rev 1593)
@@ -0,0 +1,50 @@
+kernel-kbuild-2.6-3 (2.6.6-1) unstable; urgency=low
+
+  * New upstream release.
+  * Updated revision.
+  * Removed bogus postinst.
+
+ -- Herbert Xu <herbert@debian.org>  Mon, 10 May 2004 21:39:19 +1000
+
+kernel-kbuild-2.6-2 (2.6.5-2) unstable; urgency=low
+
+  * Updated revision.
+
+ -- Herbert Xu <herbert@debian.org>  Mon, 19 Apr 2004 19:58:56 +1000
+
+kernel-kbuild-2.6-1 (2.6.5-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Herbert Xu <herbert@debian.org>  Tue,  6 Apr 2004 20:59:58 +1000
+
+kernel-kbuild-2.6-1 (2.6.4-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Herbert Xu <herbert@debian.org>  Sat, 13 Mar 2004 17:40:26 +1100
+
+kernel-kbuild-2.6-1 (2.6.3-2) unstable; urgency=low
+
+  * Zap scripts/Makefile and make files old (closes: #236134, #237240).
+
+ -- Herbert Xu <herbert@debian.org>  Fri,  5 Mar 2004 08:05:46 +1100
+
+kernel-kbuild-2.6-1 (2.6.3-1) unstable; urgency=low
+
+  * New upstream release (closes: #235893).
+
+ -- Herbert Xu <herbert@debian.org>  Wed,  3 Mar 2004 19:24:40 +1100
+
+kernel-kbuild-2.6-1 (2.6.2-1) unstable; urgency=low
+
+  * New upstream release (closes: #229389).
+
+ -- Herbert Xu <herbert@debian.org>  Sat,  7 Feb 2004 11:43:19 +1100
+
+kernel-kbuild-2.6-1 (2.6.0-test11-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Herbert Xu <herbert@debian.org>  Sun,  7 Dec 2003 11:00:05 +1100
+

Added: trunk/utils/kernel-kbuild-2.6-3/debian/control
===================================================================
--- trunk/utils/kernel-kbuild-2.6-3/debian/control	2004-09-15 14:53:48 UTC (rev 1592)
+++ trunk/utils/kernel-kbuild-2.6-3/debian/control	2004-09-16 02:53:07 UTC (rev 1593)
@@ -0,0 +1,16 @@
+Source: kernel-kbuild-2.6-3
+Section: devel
+Priority: optional
+Maintainer: Herbert Xu <herbert@debian.org>
+Standards-Version: 3.6.1
+Build-Depends: debhelper (>= 2), kernel-source-2.6.6
+
+Package: kernel-kbuild-2.6-3
+Architecture: any
+Section: devel
+Priority: optional
+Depends: ${shlibs:Depends}
+Description: Linux kernel 2.6 kbuild tools
+ This package provides kbuild tools for Linux kernel 2.6.  It is used together
+ with the kernel-headers packages to build out-of-tree kernel modules.
+

Added: trunk/utils/kernel-kbuild-2.6-3/debian/copyright
===================================================================
--- trunk/utils/kernel-kbuild-2.6-3/debian/copyright	2004-09-15 14:53:48 UTC (rev 1592)
+++ trunk/utils/kernel-kbuild-2.6-3/debian/copyright	2004-09-16 02:53:07 UTC (rev 1593)
@@ -0,0 +1,26 @@
+This is the Debian GNU/Linux prepackaged version of the Linux kernel kbuild
+tools.  Linux was written by Linus Torvalds <Linus.Torvalds@cs.Helsinki.FI>
+and others.
+
+This package was put together by Herbert Xu <herbert@debian.org> in
+December 2003.  The sources may be found at most Linux ftp sites, including
+ftp://ftp.kernel.org/pub/linux/kernel/
+
+Linux is copyrighted by Linus Torvalds and others.
+
+   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/utils/kernel-kbuild-2.6-3/debian/rules
===================================================================
--- trunk/utils/kernel-kbuild-2.6-3/debian/rules	2004-09-15 14:53:48 UTC (rev 1592)
+++ trunk/utils/kernel-kbuild-2.6-3/debian/rules	2004-09-16 02:53:07 UTC (rev 1593)
@@ -0,0 +1,79 @@
+#!/usr/bin/make -f
+#
+# debian/rules for kernel-kbuild-*
+#
+# GNU copyright 1997 to 1999 by Joey Hess.
+# Copyright (c) 1999-2003 Herbert Xu <herbert@debian.org>
+#
+# $Id: rules,v 1.6 2004/03/11 08:20:33 herbert Exp $
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE := 1
+
+# This is the debhelper compatability version to use.
+export DH_COMPAT := 2
+
+SHELL := sh -e
+
+sedexp := s/^kernel-kbuild-\([^ ]*\) (\([^)]*:\)\?\([^)]*\)-.*).*/\1 \3/
+sedout := $(shell sed '$(sedexp); q' debian/changelog)
+kbver := $(firstword $(sedout))
+version := $(word 2,$(sedout))
+
+kbpkg := kernel-kbuild-$(kbver)
+kbtarget := $(CURDIR)/debian/$(kbpkg)/usr/src/$(kbpkg)
+
+unpack: unpack-stamp
+unpack-stamp:
+	dh_testdir
+	tar jxf /usr/src/kernel-source-$(version).tar.bz2
+	touch unpack-stamp
+
+build: unpack-stamp
+	dh_testdir
+
+	cd kernel-source-$(version); \
+		make defconfig; \
+		mv .config .config.old; \
+		sed 's/^# \(CONFIG_MODVERSIONS\) is not set$$/\1=y/' \
+			.config.old > .config; \
+		make prepare
+
+clean:
+	dh_testdir
+	rm -f unpack-stamp
+	rm -rf kernel-source-$(version)
+	dh_clean
+
+install: build
+	dh_testdir
+	dh_clean -k
+	dh_installdirs
+
+	cd kernel-source-$(version); \
+		find . -type f -path './scripts/*' ! -name '*.o' | \
+			cpio -pd $(kbtarget)
+	> $(kbtarget)/scripts/Makefile
+
+# Build architecture-independent files here.
+binary-indep:
+
+# Build architecture-dependent files here.
+binary-arch: install
+	dh_testdir
+	dh_testroot
+
+	dh_installdocs -a
+	dh_installchangelogs -a
+	dh_strip -a
+	find $(kbtarget) -type f | xargs touch -t 9511212200
+	dh_compress -a
+	dh_fixperms -a
+	dh_installdeb -a
+	dh_shlibdeps -a
+	dh_gencontrol -a
+	dh_md5sums -a
+	dh_builddeb -a
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install unpack


Property changes on: trunk/utils/kernel-kbuild-2.6-3/debian/rules
___________________________________________________________________
Name: svn:executable
   + *