r2181 - trunk/kernel/source/kernel-source-2.6.10-2.6.10/debian

Simon Horman horms@costa.debian.org
Sat, 08 Jan 2005 03:54:23 +0100


Author: horms
Date: 2005-01-08 03:54:22 +0100 (Sat, 08 Jan 2005)
New Revision: 2181

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

Modified: trunk/kernel/source/kernel-source-2.6.10-2.6.10/debian/changelog
===================================================================
--- trunk/kernel/source/kernel-source-2.6.10-2.6.10/debian/changelog	2005-01-08 02:49:22 UTC (rev 2180)
+++ trunk/kernel/source/kernel-source-2.6.10-2.6.10/debian/changelog	2005-01-08 02:54:22 UTC (rev 2181)
@@ -1,3 +1,11 @@
+kernel-source-2.6.10 (2.6.10-3) UNRELEASED; urgency=low
+
+  * add dh_fixperms to the build targets to kernel-patch-debian-2.6.10
+    to ensure that the permissions of the files in this package are
+    sensible. (See: Bug#288279) (Simon Horman)
+
+ -- Simon Horman <horms@debian.org>  Sat,  8 Jan 2005 11:58:20 +0900
+
 kernel-source-2.6.10 (2.6.10-2) unstable; urgency=low
 
   * [SECURITY] 028-do_brk_security_fixes.dpatch

Modified: trunk/kernel/source/kernel-source-2.6.10-2.6.10/debian/rules
===================================================================
--- trunk/kernel/source/kernel-source-2.6.10-2.6.10/debian/rules	2005-01-08 02:49:22 UTC (rev 2180)
+++ trunk/kernel/source/kernel-source-2.6.10-2.6.10/debian/rules	2005-01-08 02:54:22 UTC (rev 2181)
@@ -76,6 +76,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)
@@ -93,6 +94,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)