[Dmraid-debian-commits] r24 - in /trunk/debian: changelog control dmraid.postinst
derevko-guest at users.alioth.debian.org
derevko-guest at users.alioth.debian.org
Fri Dec 5 09:27:56 UTC 2008
Author: derevko-guest
Date: Fri Dec 5 09:27:56 2008
New Revision: 24
URL: http://svn.debian.org/wsvn/dmraid-debian/?sc=1&rev=24
Log:
Added initramfs-tools to dmraid Depends
debian/dmraid.postinst: initramfs-tools is in Depends, do not check for
update-initramfs (fixed command-with-path-in-maintainer-script lintian
warning)
Modified:
trunk/debian/changelog
trunk/debian/control
trunk/debian/dmraid.postinst
Modified: trunk/debian/changelog
URL: http://svn.debian.org/wsvn/dmraid-debian/trunk/debian/changelog?rev=24&op=diff
==============================================================================
--- trunk/debian/changelog (original)
+++ trunk/debian/changelog Fri Dec 5 09:27:56 2008
@@ -1,12 +1,17 @@
dmraid (1.0.0.rc15-1~exp2) UNRELEASED; urgency=low
* NOT RELEASED YET
- * debian/control: Made the long description for the udeb shorter
+ * debian/control:
+ + Made the long description for the udeb shorter
+ + Added initramfs-tools to dmraid Depends
* debian/initramfs/dmraid.initramfs-hook/dmraid: Removed blank line added
before the 'fi' in the dmraid initramfs-hook.
* debian/patches/02_raid45_to_raid4-5.dpatch: Removed
-
- -- Giuseppe Iuculano <giuseppe at iuculano.it> Fri, 05 Dec 2008 10:13:16 +0100
+ * debian/dmraid.postinst: initramfs-tools is in Depends, do not check for
+ update-initramfs (fixed command-with-path-in-maintainer-script lintian
+ warning)
+
+ -- Giuseppe Iuculano <giuseppe at iuculano.it> Fri, 05 Dec 2008 10:26:21 +0100
dmraid (1.0.0.rc15-1~exp1) experimental; urgency=low
Modified: trunk/debian/control
URL: http://svn.debian.org/wsvn/dmraid-debian/trunk/debian/control?rev=24&op=diff
==============================================================================
--- trunk/debian/control (original)
+++ trunk/debian/control Fri Dec 5 09:27:56 2008
@@ -14,7 +14,7 @@
Section: admin
Priority: optional
Architecture: any
-Depends: ${shlibs:Depends}, udev, dmsetup
+Depends: ${shlibs:Depends}, udev, dmsetup, initramfs-tools
Description: Device-Mapper Software RAID support tool
dmraid discovers, activates, deactivates and displays properties
of software RAID sets (eg, ATARAID) and contained DOS partitions.
Modified: trunk/debian/dmraid.postinst
URL: http://svn.debian.org/wsvn/dmraid-debian/trunk/debian/dmraid.postinst?rev=24&op=diff
==============================================================================
--- trunk/debian/dmraid.postinst (original)
+++ trunk/debian/dmraid.postinst Fri Dec 5 09:27:56 2008
@@ -5,10 +5,7 @@
case "$1" in
configure)
- if [ -x /usr/sbin/update-initramfs ]; then
- /usr/sbin/update-initramfs -u
- fi
-
+ update-initramfs -u
# Activate existing arrays now.
udevadm trigger --subsystem-match=block --action=add
More information about the Dmraid-debian-commits
mailing list