r2144 - in trunk/kernel/source: kernel-source-2.6.8-2.6.8/debian kernel-source-2.6.9-2.6.9/debian

Simon Horman horms@costa.debian.org
Fri, 07 Jan 2005 07:14:46 +0100


Author: horms
Date: 2005-01-07 07:14:44 +0100 (Fri, 07 Jan 2005)
New Revision: 2144

Modified:
   trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/changelog
   trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/rules
   trunk/kernel/source/kernel-source-2.6.9-2.6.9/debian/changelog
   trunk/kernel/source/kernel-source-2.6.9-2.6.9/debian/rules
Log:

add dh_fixperms to the build targets to kernel-patch-debian-* to ensure that the permissions of the files in this package are sensible.

Modified: trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/changelog
===================================================================
--- trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/changelog	2005-01-07 06:06:40 UTC (rev 2143)
+++ trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/changelog	2005-01-07 06:14:44 UTC (rev 2144)
@@ -2,8 +2,11 @@
 
   * [powerpc - prep] Fix bad irq assignement for pci devices on motorola
     powerstack boxes. (Sven Luther)
+  * add dh_fixperms to the build targets to kernel-patch-debian-2.6.8
+    to ensure that the permissions of the files in this package are
+    sensible. (See: Bug#288279) (Simon Horman)
 
- -- Sven Luther <luther@debian.org>  Thu,  6 Jan 2005 09:32:11 +0100
+ -- Simon Horman <horms@debian.org>  Fri,  7 Jan 2005 15:05:28 +0900
 
 kernel-source-2.6.8 (2.6.8-11) unstable; urgency=high
 

Modified: trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/rules
===================================================================
--- trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/rules	2005-01-07 06:06:40 UTC (rev 2143)
+++ trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/rules	2005-01-07 06:14:44 UTC (rev 2144)
@@ -75,6 +75,7 @@
 	chmod a+x $(patch_home)/apply/debian $(patch_home)/unpatch/debian
 	bzip2 -9 $(patch_home)/debian/*.dpatch
 
+	dh_fixperms -pkernel-patch-debian-$(upstream)
 	dh_installdocs -pkernel-patch-debian-$(upstream)
 	dh_installchangelogs -pkernel-patch-debian-$(upstream)
 	dh_compress -pkernel-patch-debian-$(upstream)
@@ -92,6 +93,7 @@
 	make-kpkg kernel-source
 
 # kernel-doc takes a LONG time, so build kernel-tree first for immediate use
+	dh_fixperms -pkernel-patch-debian-$(upstream)
 	dh_installdocs -pkernel-tree-$(upstream)
 	dh_installchangelogs -pkernel-tree-$(upstream)
 	dh_compress -pkernel-tree-$(upstream)

Modified: trunk/kernel/source/kernel-source-2.6.9-2.6.9/debian/changelog
===================================================================
--- trunk/kernel/source/kernel-source-2.6.9-2.6.9/debian/changelog	2005-01-07 06:06:40 UTC (rev 2143)
+++ trunk/kernel/source/kernel-source-2.6.9-2.6.9/debian/changelog	2005-01-07 06:14:44 UTC (rev 2144)
@@ -16,8 +16,12 @@
   * [powerpc - prep] Fix bad irq assignement for pci devices on motorola
     powerstack boxes. (Sven Luther)
 
- -- Sven Luther <luther@debian.org>  Sun, 26 Dec 2004 14:03:42 +0100
+  * add dh_fixperms to the build targets to kernel-patch-debian-2.6.9
+    to ensure that the permissions of the files in this package are
+     sensible. (See: Bug#288279) (Simon Horman)
 
+ -- Simon Horman <horms@debian.org>  Fri,  7 Jan 2005 15:07:39 +0900
+
 kernel-source-2.6.9 (2.6.9-4) unstable; urgency=low
 
   * Add bw2/cyber2000fb fixes from BK to fix compilation problems.

Modified: trunk/kernel/source/kernel-source-2.6.9-2.6.9/debian/rules
===================================================================
--- trunk/kernel/source/kernel-source-2.6.9-2.6.9/debian/rules	2005-01-07 06:06:40 UTC (rev 2143)
+++ trunk/kernel/source/kernel-source-2.6.9-2.6.9/debian/rules	2005-01-07 06:14:44 UTC (rev 2144)
@@ -75,6 +75,7 @@
 	chmod a+x $(patch_home)/apply/debian $(patch_home)/unpatch/debian
 	bzip2 -9 $(patch_home)/debian/*.dpatch
 
+	dh_fixperms -pkernel-patch-debian-$(upstream)
 	dh_installdocs -pkernel-patch-debian-$(upstream)
 	dh_installchangelogs -pkernel-patch-debian-$(upstream)
 	dh_compress -pkernel-patch-debian-$(upstream)
@@ -92,6 +93,7 @@
 	make-kpkg kernel-source
 
 # kernel-doc takes a LONG time, so build kernel-tree first for immediate use
+	dh_fixperms -pkernel-patch-debian-$(upstream)
 	dh_installdocs -pkernel-tree-$(upstream)
 	dh_installchangelogs -pkernel-tree-$(upstream)
 	dh_compress -pkernel-tree-$(upstream)