r2143 - in trunk/kernel-2.4/source: kernel-source-2.4.27-2.4.27/debian kernel-source-2.4.28-2.4.28/debian

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


Author: horms
Date: 2005-01-07 07:06:40 +0100 (Fri, 07 Jan 2005)
New Revision: 2143

Modified:
   trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/changelog
   trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/rules
   trunk/kernel-2.4/source/kernel-source-2.4.28-2.4.28/debian/changelog
   trunk/kernel-2.4/source/kernel-source-2.4.28-2.4.28/debian/rules
Log:
add dh_fixperms to the build targets to kernel-patch-debian-2.4.27
+    to ensure that the permissions of the files in this package are
+    sensible. (Closes: Bug#288279)

Modified: trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/changelog
===================================================================
--- trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/changelog	2005-01-06 21:29:31 UTC (rev 2142)
+++ trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/changelog	2005-01-07 06:06:40 UTC (rev 2143)
@@ -1,3 +1,11 @@
+kernel-source-2.4.27 (2.4.27-8) unstable; urgency=low
+
+  * add dh_fixperms to the build targets to kernel-patch-debian-2.4.27
+    to ensure that the permissions of the files in this package are
+    sensible. (Closes: Bug#288279) (Simon Horman)
+
+ -- Simon Horman <horms@debian.org>  Fri,  7 Jan 2005 14:59:03 +0900
+
 kernel-source-2.4.27 (2.4.27-7) unstable; urgency=low
 
   * 113-unix-serialization.diff:

Modified: trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/rules
===================================================================
--- trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/rules	2005-01-06 21:29:31 UTC (rev 2142)
+++ trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/rules	2005-01-07 06:06:40 UTC (rev 2143)
@@ -73,6 +73,7 @@
 	chmod a+x $(patch_home)/apply/debian $(patch_home)/unpatch/debian
 	bzip2 -9 $(patch_home)/debian/*.diff
 	
+	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 @@
 # Clean up after yourself
 	home=$(patch_home)/debian sh $(patch_home)/apply/debian $(upstream)
 
+	dh_fixperms -pkernel-patch-debian-$(upstream)
 	dh_installdocs -pkernel-tree-$(upstream)
 	dh_installchangelogs -pkernel-tree-$(upstream)
 	dh_compress -pkernel-tree-$(upstream)

Modified: trunk/kernel-2.4/source/kernel-source-2.4.28-2.4.28/debian/changelog
===================================================================
--- trunk/kernel-2.4/source/kernel-source-2.4.28-2.4.28/debian/changelog	2005-01-06 21:29:31 UTC (rev 2142)
+++ trunk/kernel-2.4/source/kernel-source-2.4.28-2.4.28/debian/changelog	2005-01-07 06:06:40 UTC (rev 2143)
@@ -27,8 +27,11 @@
       megaraid2, so the right module is inserted into the ramdisk
     - 114-binfmt_aout-CAN-2004-1074.diff: [SECURITY] Fix potential oops in
       the a.out binfmt code (CAN-2004-1074) (dann frazier)
+  * add dh_fixperms to the build targets to kernel-patch-debian-2.4.28
+    to ensure that the permissions of the files in this package are
+    sensible. (See: Bug#288279) (Simon Horman)
 
- -- dann frazier <dannf@debian.org>  Mon, 13 Dec 2004 21:29:43 -0700
+ -- Simon Horman <horms@debian.org>  Fri,  7 Jan 2005 15:00:40 +0900
 
 kernel-source-2.4.27 (2.4.27-6) unstable; urgency=low
 

Modified: trunk/kernel-2.4/source/kernel-source-2.4.28-2.4.28/debian/rules
===================================================================
--- trunk/kernel-2.4/source/kernel-source-2.4.28-2.4.28/debian/rules	2005-01-06 21:29:31 UTC (rev 2142)
+++ trunk/kernel-2.4/source/kernel-source-2.4.28-2.4.28/debian/rules	2005-01-07 06:06:40 UTC (rev 2143)
@@ -73,6 +73,7 @@
 	chmod a+x $(patch_home)/apply/debian $(patch_home)/unpatch/debian
 	bzip2 -9 $(patch_home)/debian/*.diff
 	
+	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 @@
 # Clean up after yourself
 	home=$(patch_home)/debian sh $(patch_home)/apply/debian $(upstream)
 
+	dh_fixperms -pkernel-patch-debian-$(upstream)
 	dh_installdocs -pkernel-tree-$(upstream)
 	dh_installchangelogs -pkernel-tree-$(upstream)
 	dh_compress -pkernel-tree-$(upstream)