martin f. krafft: record snapshotting upstream in changelog

Martin F. Krafft madduck at alioth.debian.org
Mon Feb 16 10:52:47 UTC 2009


Module: mdadm
Branch: master
Commit: d6fdeb6c2b0d5adf9e50ebfec87add4254479347
URL:    http://git.debian.org/?p=pkg-mdadm/mdadm.git;a=commit;h=d6fdeb6c2b0d5adf9e50ebfec87add4254479347

Author: martin f. krafft <madduck at debian.org>
Date:   Mon Feb 16 11:29:02 2009 +0100

record snapshotting upstream in changelog

Signed-off-by: martin f. krafft <madduck at debian.org>

---

 debian/changelog                  |    9 ++++++---
 debian/initramfs/script.local-top |    2 +-
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7b845b6..d852b52 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,11 @@
-mdadm (2.6.8-1) unstable; urgency=low
+mdadm (2.6.8-12-gb47dff6-1) unstable; urgency=low
 
-  * New upstream release
+  * New upstream release.
+    - better checks asprintf() return codes, thanks to patch from Dustin
+      Kirkland (closes: #509167).
   * Fix start/stop runlevels in header of mdadm monitor init.d script
-    (closes: #514923)
+    (closes: #514923).
+  * Use modprobe -q instead of --syslog from initramfs (closes: #502988).
 
  -- martin f. krafft <madduck at debian.org>  Mon, 16 Feb 2009 11:07:18 +0100
 
diff --git a/debian/initramfs/script.local-top b/debian/initramfs/script.local-top
index 7ae44cb..14c2f5a 100644
--- a/debian/initramfs/script.local-top
+++ b/debian/initramfs/script.local-top
@@ -37,7 +37,7 @@ MD_MODULES='linear multipath raid0 raid1 raid456 raid5 raid6 raid10'
 
 verbose && log_begin_msg Loading MD modules
 for module in ${MD_MODULES:-}; do
-  if modprobe --syslog "$module"; then
+  if modprobe -q "$module"; then
     verbose && log_success_msg "loaded module ${module}."
   else
     log_failure_msg "failed to load module ${module}."




More information about the pkg-mdadm-commits mailing list