r288 - in mdadm/trunk/debian: . patches

madduck at users.alioth.debian.org madduck at users.alioth.debian.org
Wed Dec 13 15:35:18 CET 2006


Author: madduck
Date: 2006-12-13 15:35:17 +0100 (Wed, 13 Dec 2006)
New Revision: 288

Added:
   mdadm/trunk/debian/patches/99-syslog-option-FIX.dpatch
Modified:
   mdadm/trunk/debian/changelog
Log:
* Incorporate patch by upstream to fix handling of --syslog long option
  (closes: #402457).

Modified: mdadm/trunk/debian/changelog
===================================================================
--- mdadm/trunk/debian/changelog	2006-12-12 10:50:47 UTC (rev 287)
+++ mdadm/trunk/debian/changelog	2006-12-13 14:35:17 UTC (rev 288)
@@ -1,4 +1,4 @@
-mdadm (2.5.6-7~unreleased.1) unstable; urgency=low
+mdadm (2.5.6-7) unstable; urgency=low
 
   * Only parse ARRAY lines from configuration file when collecting the array
     pairs. Thanks to Daniel Dehennin for the bug report and suggested fix
@@ -9,6 +9,8 @@
     mdadm daemon on startup from the init.d script. The value is set to
     -y/--syslog by default, and will get incorporated into debconf in a future
     version; thanks for the idea by Alex Owen (closes: #401696).
+  * Incorporate patch by upstream to fix handling of --syslog long option
+    (closes: #402457).
   * Added logcheck filters for new syslog entries by mdadm monitoring daemon.
   * Added Spanish debconf translation by Javier Fernández-Sanguino
     (closes: #402681).

Added: mdadm/trunk/debian/patches/99-syslog-option-FIX.dpatch
===================================================================
--- mdadm/trunk/debian/patches/99-syslog-option-FIX.dpatch	2006-12-12 10:50:47 UTC (rev 287)
+++ mdadm/trunk/debian/patches/99-syslog-option-FIX.dpatch	2006-12-13 14:35:17 UTC (rev 288)
@@ -0,0 +1,18 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 99-syslog-option-FIX.dpatch by martin f. krafft <madduck at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad mdadm-2.5.6.obsolete.0.685678300987096~/ReadMe.c mdadm-2.5.6.obsolete.0.685678300987096/ReadMe.c
+--- mdadm-2.5.6.obsolete.0.685678300987096~/ReadMe.c	2006-11-08 23:57:49.000000000 +0100
++++ mdadm-2.5.6.obsolete.0.685678300987096/ReadMe.c	2006-12-13 15:33:31.000000000 +0100
+@@ -175,6 +175,7 @@
+     {"daemonize", 0, 0, 'f'},
+     {"oneshot",   0, 0, '1'},
+     {"pid-file",  1, 0, 'i'},
++    {"syslog",    0, 0, 'y'},
+     /* For Grow */
+     {"backup-file", 1,0, BackupFile},
+     


Property changes on: mdadm/trunk/debian/patches/99-syslog-option-FIX.dpatch
___________________________________________________________________
Name: svn:executable
   + *




More information about the pkg-mdadm-commits mailing list