[Fai-commit] r3574 - people/h01ger/fai-kernels/debian

fai-commit at lists.alioth.debian.org fai-commit at lists.alioth.debian.org
Thu Jul 20 11:51:56 UTC 2006


Author: h01ger-guest
Date: 2006-07-20 11:51:56 +0000 (Thu, 20 Jul 2006)
New Revision: 3574

Modified:
   people/h01ger/fai-kernels/debian/changelog
   people/h01ger/fai-kernels/debian/control
   people/h01ger/fai-kernels/debian/rules
Log:
  * removed PATCH_THE_KERNEL=yes as suggested by Dann Frazier in 1.9.1sarge1,
    removed build-conflicts linux-patch-bootsplash (Closes: #378008, #378018)
  * added build-dep module-init-tools also suggested by him in that
    security-upload
  * removed veryclean target and moved its contents to clean



Modified: people/h01ger/fai-kernels/debian/changelog
===================================================================
--- people/h01ger/fai-kernels/debian/changelog	2006-07-20 11:32:29 UTC (rev 3573)
+++ people/h01ger/fai-kernels/debian/changelog	2006-07-20 11:51:56 UTC (rev 3574)
@@ -1,8 +1,13 @@
 fai-kernels (1.11.1) unstable; urgency=low
 
   * build SATA_SIS as a module on i386 (Closes: #378021)
+  * removed PATCH_THE_KERNEL=yes as suggested by Dann Frazier in 1.9.1sarge1,
+    removed build-conflicts linux-patch-bootsplash (Closes: #378008, #378018)
+  * added build-dep module-init-tools also suggested by him in that
+    security-upload
+  * removed veryclean target and moved its contents to clean
 
- -- Holger Levsen <debian at layer-acht.org>  Wed, 12 Jul 2006 18:39:15 +0000
+ -- Holger Levsen <debian at layer-acht.org>  Fri, 14 Jul 2006 16:28:19 +0000
 
 fai-kernels (1.11) unstable; urgency=low
 

Modified: people/h01ger/fai-kernels/debian/control
===================================================================
--- people/h01ger/fai-kernels/debian/control	2006-07-20 11:32:29 UTC (rev 3573)
+++ people/h01ger/fai-kernels/debian/control	2006-07-20 11:51:56 UTC (rev 3574)
@@ -4,8 +4,7 @@
 Maintainer: Holger Levsen <debian at layer-acht.org>
 Uploaders: Thomas Lange <lange at debian.org>
 Standards-Version: 3.7.2
-Build-Depends: linux-tree-2.6.16 [!alpha], modutils, kernel-package, debhelper (>= 4), bin86, fakeroot
-Build-Conflicts: linux-patch-bootsplash
+Build-Depends: linux-tree-2.6.16, modutils, kernel-package, debhelper (>= 4), bin86, fakeroot, module-init-tools
 
 Package: fai-kernels
 Architecture: i386 powerpc amd64

Modified: people/h01ger/fai-kernels/debian/rules
===================================================================
--- people/h01ger/fai-kernels/debian/rules	2006-07-20 11:32:29 UTC (rev 3573)
+++ people/h01ger/fai-kernels/debian/rules	2006-07-20 11:51:56 UTC (rev 3574)
@@ -13,8 +13,6 @@
 
 DEB_HOST_ARCH=$(shell dpkg-architecture -qDEB_HOST_ARCH)
 
-export PATCH_THE_KERNEL=YES
-
 createconfig26=cp kernel-config-2.6.$(DEB_HOST_ARCH) $(kname)/.config
 
 include versions




More information about the Fai-commit mailing list