[Demudi-commits] r618 - in kernel-patch-realtime-preempt/trunk: . debian

Free Ekanayaka free-guest at costa.debian.org
Wed Jan 25 21:20:07 UTC 2006


Author: free-guest
Date: 2006-01-25 21:20:06 +0000 (Wed, 25 Jan 2006)
New Revision: 618

Added:
   kernel-patch-realtime-preempt/trunk/debian/
   kernel-patch-realtime-preempt/trunk/debian/changelog
   kernel-patch-realtime-preempt/trunk/debian/compat
   kernel-patch-realtime-preempt/trunk/debian/control
   kernel-patch-realtime-preempt/trunk/debian/copyright
   kernel-patch-realtime-preempt/trunk/debian/kpatches
   kernel-patch-realtime-preempt/trunk/debian/rules
Log:
Load kernel-patch-realtime-preempt-2.6.15 into
kernel-patch-realtime-preempt/trunk.


Added: kernel-patch-realtime-preempt/trunk/debian/changelog
===================================================================
--- kernel-patch-realtime-preempt/trunk/debian/changelog	2006-01-25 21:19:00 UTC (rev 617)
+++ kernel-patch-realtime-preempt/trunk/debian/changelog	2006-01-25 21:20:06 UTC (rev 618)
@@ -0,0 +1,18 @@
+kernel-patch-realtime-preempt (2.6.15-0) unstable; urgency=low
+
+  * Patch patch-2.6.14-rt12
+  * Changed package name and versioning scheme
+
+ -- Free Ekanayaka <free at agnula.org>  Wed, 25 Jan 2006 21:16:01 +0100
+
+kernel-patch-2.6-realtime-preempt (20060113) unstable; urgency=low
+
+  * Patch 2.6.14-rt22
+
+ -- Free Ekanayaka <free at agnula.org>  Thu,  8 Sep 2005 08:13:03 +0100
+
+kernel-patch-2.6-realtime-preempt (20040908) unstable; urgency=low
+
+  * Patch 2.6.13-rt4
+
+ -- Free Ekanayaka <free at agnula.org>  Thu,  8 Sep 2005 08:13:03 +0100

Added: kernel-patch-realtime-preempt/trunk/debian/compat
===================================================================
--- kernel-patch-realtime-preempt/trunk/debian/compat	2006-01-25 21:19:00 UTC (rev 617)
+++ kernel-patch-realtime-preempt/trunk/debian/compat	2006-01-25 21:20:06 UTC (rev 618)
@@ -0,0 +1 @@
+4

Added: kernel-patch-realtime-preempt/trunk/debian/control
===================================================================
--- kernel-patch-realtime-preempt/trunk/debian/control	2006-01-25 21:19:00 UTC (rev 617)
+++ kernel-patch-realtime-preempt/trunk/debian/control	2006-01-25 21:20:06 UTC (rev 618)
@@ -0,0 +1,13 @@
+Source: kernel-patch-realtime-preempt
+Section: devel
+Priority: extra
+Maintainer: Free Ekanayaka <free at agnula.org>
+Standards-Version: 3.6.2
+Build-Depends-Indep: debhelper (>> 4.0.0), dh-kpatches, dpatch
+
+Package: kernel-patch-realtime-preempt
+Architecture: all
+Depends: ${kpatch:Depends}, ${misc:Depends}
+Suggests: kernel-package, kernel-source-2.6
+Description: Realtime Preemption
+ This package provides a kernel patch for the realtime kernel scheduler.

Added: kernel-patch-realtime-preempt/trunk/debian/copyright
===================================================================
--- kernel-patch-realtime-preempt/trunk/debian/copyright	2006-01-25 21:19:00 UTC (rev 617)
+++ kernel-patch-realtime-preempt/trunk/debian/copyright	2006-01-25 21:20:06 UTC (rev 618)
@@ -0,0 +1,11 @@
+This package was debianized by Free Ekanayaka <free at agnula.org>
+Fri,  3 Sep 2004 11:49:36 +0200
+
+The patch was copied from http://people.redhat.com/mingo/realtime-preempt/
+
+Upstream Authors: Arjan van de Ven and Ingo Molnar
+
+Copyright:
+This patch hardly qualifies has an independent work.  The copyright is not
+clear, since it's difficult to track down who initially wrote it (looks
+like this is a body of "common knowledge")

Added: kernel-patch-realtime-preempt/trunk/debian/kpatches
===================================================================
--- kernel-patch-realtime-preempt/trunk/debian/kpatches	2006-01-25 21:19:00 UTC (rev 617)
+++ kernel-patch-realtime-preempt/trunk/debian/kpatches	2006-01-25 21:20:06 UTC (rev 618)
@@ -0,0 +1,10 @@
+Patch-name: Realtime Preempt
+Patch-id: realtime-preempt
+Architecture: all
+Path-strip-level: 1
+
+Patch-file: patch-2.6.14-rt22
+Kernel-version: 2.6.14
+
+Patch-file: patch-2.6.15-rt12
+Kernel-version: 2.6.15

Added: kernel-patch-realtime-preempt/trunk/debian/rules
===================================================================
--- kernel-patch-realtime-preempt/trunk/debian/rules	2006-01-25 21:19:00 UTC (rev 617)
+++ kernel-patch-realtime-preempt/trunk/debian/rules	2006-01-25 21:20:06 UTC (rev 618)
@@ -0,0 +1,50 @@
+#!/usr/bin/make -f
+# Sample debian/rules that uses debhelper.
+# GNU copyright 1997 to 1999 by Joey Hess.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+include /usr/share/dpatch/dpatch.make
+
+build: build-stamp patch-stamp 
+build-stamp:
+	dh_testdir
+	touch build-stamp
+
+clean: unpatch
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp
+	dh_clean
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+	dh_installkpatches
+
+# Build architecture-dependent files here.
+binary-arch: build install
+# We have nothing to do by default.
+
+# Build architecture-independent files here.
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs
+	dh_installinfo
+	dh_installchangelogs
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install


Property changes on: kernel-patch-realtime-preempt/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *




More information about the Demudi-commits mailing list