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

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


Author: fs
Date: Tue Sep  5 20:55:01 2006
New Revision: 7348

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

Log:
Rename qlogic initramfs-tools hook


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 20:55:01 2006
@@ -78,7 +78,7 @@
 
         if 'initramfs-tools' in config_entry.get('support', []):
             hook = self.templates['hook.initramfs-tools']
-            hook_filename = "debian/firmware-%s.hook.initramfs-tools" % package
+            hook_filename = "debian/firmware_%s" % package
             file(hook_filename, 'w').write(self.substitute(hook, vars))
             install_deb.append("%s /usr/share/initramfs-tools/hooks" % hook_filename)
 

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



More information about the Kernel-svn-changes mailing list