[kernel] r7349 - in dists/trunk/firmware-nonfree/debian: . bin

Frederik Schüler fs at costa.debian.org
Tue Sep 5 21:20:09 UTC 2006


Author: fs
Date: Tue Sep  5 21:20:05 2006
New Revision: 7349

Modified:
   dists/trunk/firmware-nonfree/debian/bin/gencontrol.py
   dists/trunk/firmware-nonfree/debian/changelog

Log:
Make initramfs-tools hooks executable


Modified: dists/trunk/firmware-nonfree/debian/bin/gencontrol.py
==============================================================================
--- dists/trunk/firmware-nonfree/debian/bin/gencontrol.py	(original)
+++ dists/trunk/firmware-nonfree/debian/bin/gencontrol.py	Tue Sep  5 21:20:05 2006
@@ -80,6 +80,7 @@
             hook = self.templates['hook.initramfs-tools']
             hook_filename = "debian/firmware_%s" % package
             file(hook_filename, 'w').write(self.substitute(hook, vars))
+            os.chmod(hook_filename, 0755)
             install_deb.append("%s /usr/share/initramfs-tools/hooks" % hook_filename)
 
             postinst = self.templates['postinst.initramfs-tools']

Modified: dists/trunk/firmware-nonfree/debian/changelog
==============================================================================
--- dists/trunk/firmware-nonfree/debian/changelog	(original)
+++ dists/trunk/firmware-nonfree/debian/changelog	Tue Sep  5 21:20:05 2006
@@ -1,8 +1,9 @@
 firmware-nonfree (0.3) UNRELEASED; urgency=low
 
   * Rename qlogic initramfs-tools hook, closes: #386175
+  * Make initramfs-tools hooks executable, closes: #386172
 
- -- Frederik Schüler <fs at debian.org>  Tue,  5 Sep 2006 22:32:05 +0200
+ -- Frederik Schüler <fs at debian.org>  Tue,  5 Sep 2006 23:19:23 +0200
 
 firmware-nonfree (0.2) unstable; urgency=low
 



More information about the Kernel-svn-changes mailing list