dmraid (1.0.0.rc14-2ubuntu12) intrepid; urgency=low * debian/patches/02_raid45_to_raid4-5.dpatch: Remove, seems the kernel module is using the target that the dmraid code originally expected. (LP: #287751) -- Luke Yelavich Fri, 24 Oct 2008 10:42:49 +1100 dmraid (1.0.0.rc14-2ubuntu11) intrepid; urgency=low * debian/patches/12_support_virtio_devices.dpatch: Check virtio devices for dmraid metadata, patch thanks to Colin Watson . (LP: #286538) -- Luke Yelavich Tue, 21 Oct 2008 10:05:02 +1100 dmraid (1.0.0.rc14-2ubuntu10) intrepid; urgency=low * Place a script in the local-top directory of the initramfs, to catch any arrays that have not been activated by udev and vol_id. This is because vol_id does not yet have knowledge of newer array metadata. -- Luke Yelavich Thu, 16 Oct 2008 10:05:57 +1100 dmraid (1.0.0.rc14-2ubuntu9) intrepid; urgency=low * debian/control: dmraid and dmraid-udeb should depend on dmsetup and dmsetup-udeb respecitvely, to ensure UUID symlinks are correctly created. * debian/patches/07_isw-raid10-nested.dpatch: Re-add this patch as a user is not able to make use of his RAID array without it. Yes its known to break other RAID configurations, however there have been no Ubuntu bugs filed about this issue. (LP: #276095) -- Luke Yelavich Wed, 08 Oct 2008 11:46:19 +1100 dmraid (1.0.0.rc14-2ubuntu8) intrepid; urgency=low * debian/dmraid-activate: Patch thanks to Giuseppe Iuculano . (LP: #272403) - Do not use basename, as its not available if /usr is not mounted. - Don't make a lock, needed for read-only mounted filesystems. * debian/patches/07_isw-raid10-nested.dpatch: Removed, as it causes problems with some Intel Software RAID configurations, Debian bug #494278. * debian/control: Replace lsb-base with udev in dmraid's dependencies. -- Luke Yelavich Wed, 24 Sep 2008 11:21:39 +1000 dmraid (1.0.0.rc14-2ubuntu7) intrepid; urgency=low * debian/dmraid.postrm: Added, thanks to Giuseppe Iuculano . (LP: #269290) * debian/patches/09_promise-add-offsets.dpatch: Add another offset for promise metadata. Thanks to Giuseppe Iuculano (LP: #269293) -- Luke Yelavich Fri, 12 Sep 2008 18:26:52 +1000 dmraid (1.0.0.rc14-2ubuntu6) intrepid; urgency=low * debian/dmraid.postinst: Activate existing arrays once the package is installed. (LP: #262236) -- Luke Yelavich Fri, 12 Sep 2008 14:44:19 +1000 dmraid (1.0.0.rc14-2ubuntu5) intrepid; urgency=low * debian/initramfs/dmraid.initramfs-hook/dmraid: dmraid-check -> dmraid-activate. (LP: #247027) -- Luke Yelavich Thu, 28 Aug 2008 08:33:07 +1000 dmraid (1.0.0.rc14-2ubuntu4) intrepid; urgency=low * debian/dmraid-check: Script to bring up dmraid arrays, checking whether all raid disks for the array are present before doing so. Dmraid itself has no option to not bring up degraded arrays. * debian/dmraid.udev: Udev rule to allow dmraid arrays to be brought up in the event that the member disks of an array are present. * debian/dmraid.init: Drop, udev helps us start dmraid arrays now. -- Luke Yelavich Tue, 26 Aug 2008 15:06:25 +1000 dmraid (1.0.0.rc14-2ubuntu3) intrepid; urgency=low * Revert the config.{guess,sub} changes in the diff.gz file. Looks like they were remnants from a previous package cleanup. (LP: #253553) -- Luke Yelavich Thu, 31 Jul 2008 18:22:58 +1000 dmraid (1.0.0.rc14-2ubuntu2) intrepid; urgency=low * debian/patches/01_statically_link_against_libz.dpatch: Dropped, as the upstream changelog mentions that the CRC functionality from zlib has now been implemented internally. * debian/control: - Dropped zlib1g-dev build dependency. - Dropped libselinux1-dev build dependency, no symbols are used. * debian/patches/01_fix_broken_linking.dpatch: - Create correct symbolic links when building a shared library. - libdmraid should be linked against libdevmapper when building the shared library, not the dmraid executable. * Build dmraid shared library for both standard and udeb packages. It will likely be used in the future by udev. * Create new packages, libdmraid1, libdmraid-dev and libdmraid1-udeb respectively. * Alter packaging to place shared libraries, header files etc into their respective packages. -- Luke Yelavich Mon, 14 Jul 2008 20:34:08 +1000 dmraid (1.0.0.rc14-2ubuntu1) intrepid; urgency=low * Merge from debian unstable, remaining changes: - Change raid45 target to raid4-5. - Use -Q with modprobe in initramfs. - Start after udev. - debian/control: Add Vcs-Bzr field for Ubuntu. - Update maintainer as per spec. -- Luke Yelavich Mon, 14 Jul 2008 18:44:25 +1000 dmraid (1.0.0.rc14-2) unstable; urgency=low * Merge the following patch from Ubuntu (thanks to Luke Yelavich): + 04_generate-uuids.dpatch, Generate UUIDs with DMRAID prefix. (Closes: #489967) + 05_kernel-event-handling.dpatch, Add support for kernel driver event handling support. (Closes: #489968) + 06_isw-metadata-fixes.dpatch, Intel Software RAID metadata fixes. (Closes: #489969) + 07_isw-raid10-nested.dpatch, Add RAID10(0+1) nested RAID level support for Intel Software RAID. (Closes: #489970) + 08_promise-metadata-fixes.dpatch, Promise metadata fixes. (Closes: #489971) + 09_promise-add-offsets.dpatch, Add extra offsets where promise metadata can be found. (Closes: #489972) + 10_jmicron-name-fix.dpatch, Fix segfault when attempting to generate name for jmicron controllers. (Closes: #489973) * Added 11_fix_segfault_on_big_endian.dpatch (via upstream), it fixes a segfault on big-endian platforms (ppc) -- Giuseppe Iuculano Wed, 09 Jul 2008 09:26:32 +0200 dmraid (1.0.0.rc14-1ubuntu1) intrepid; urgency=low * Merge from debian unstable, remaining changes: - Change raid45 target to raid4-5. - Patches from Mandriva: + Generate UUIDs with "DMRAID-" as the prefix. + Append the flag/feature required for dmraid1 event handling in the kernel driver. + Metadata fixes for Intel Software RAID. + Add RAID10(0+1) nested RAID level support for Intel Software RAID. + Metadata search fixes for Promis software RAID. - Jmicron name generation fixes. - Use -Q with modprobe in initramfs. - Start after udev. - Add some extra offsets for promise controllers. * debian/control: Add Vcs-Bzr field for Ubuntu. * Change maintainer to Ubuntu Core Developers, as promotion to main will be happening shortly. -- Luke Yelavich Tue, 08 Jul 2008 14:58:40 +1000 dmraid (1.0.0.rc14-1) unstable; urgency=low * New upstream release (Closes: #450809) * New maintainer, thanks to Utnubu Team for the prior work on dmraid (Closes: #459593) * Switch to dpatch - 01_statically_link_against_libz.dpatch (merged) - 02_raid45_toraid456.dpatch Change raid45 target to raid456 (Closes: #411172) - 03_fix_hyphen-used-as-minus-sign.dpatch * lintian cleaned: - Calling dh_installdeb after dh_shlibdeps - Added autotools-dev to Build-Depends, and fix outdated-autotools-helper-file - Added watch file - Fix old-fsf-address-in-copyright-file - Fix init.d-script-missing-lsb-short-description - Updated to standards version 3.8.0 * debian/dmraid.init: Check if /etc/default/rcS exists before sourcing it * debian/rules: Using dh_install instead of cp for installing initrams -- Giuseppe Iuculano Tue, 24 Jun 2008 10:17:33 +0200 dmraid (1.0.0.rc14-0ubuntu6) intrepid; urgency=low * Change raid45 target to raid4-5 LP: #220493 -- Ben Collins Wed, 18 Jun 2008 16:23:42 -0400 dmraid (1.0.0.rc14-0ubuntu5) intrepid; urgency=low * Add LSB dependency header to init.d scripts, pulled from Debian. * Patches from Mandriva: - Generate UUIDs with "DMRAID-" as the prefix. - Append the flag/feature required for dmraid1 event handling in the kernel driver. - Metadata fixes for Intel Software RAID. - Add RAID10(0+1) nested RAID level support for Intel Software RAID. - Metadata search fixes for Promis software RAID. -- Luke Yelavich Thu, 22 May 2008 23:37:49 +0200 dmraid (1.0.0.rc14-0ubuntu4) intrepid; urgency=low * Properly fix crash when attempting to use dmraid with jmicron controllers with a patch from LP #152818. -- Luke Yelavich Sat, 03 May 2008 11:38:22 +1000 dmraid (1.0.0.rc14-0ubuntu3) hardy; urgency=low * Use improved patch from upstream to fix jmicron name issue. Fixes a core dump. Patch taken from the dmraid fedora package. (LP: #205307, LP: #152818) -- Luke Yelavich Fri, 18 Apr 2008 09:38:18 +1000 dmraid (1.0.0.rc14-0ubuntu2) hardy; urgency=low * Patch from upstream to fix some jmicron raid string issues. -- Luke Yelavich Fri, 15 Feb 2008 11:00:40 +1100 dmraid (1.0.0.rc14-0ubuntu1) hardy; urgency=low * New upstream release. * debian/dmraid.init: Check if /etc/default/rcS exists before sourcing it. -- Luke Yelavich Thu, 14 Feb 2008 00:16:44 +1100 dmraid (1.0.0.rc13-2.1) unstable; urgency=low * Non-maintainer upload to solve release goal. * Add LSB dependency header to init.d scripts (Closes: #458626) -- Petter Reinholdtsen Tue, 18 Mar 2008 17:57:38 +0100 dmraid (1.0.0.rc13-2ubuntu6) hardy; urgency=low * debian/dmraid.initramfs-local: call udevadm instead of udevsettle -- Scott James Remnant Fri, 14 Dec 2007 16:13:57 +0000 dmraid (1.0.0.rc13-2ubuntu5) gutsy; urgency=low * No-change upload to link against libdevmapper1.02.1. -- Martin Pitt Thu, 14 Jun 2007 14:27:43 +0200 dmraid (1.0.0.rc13-2ubuntu4) gutsy; urgency=low * Added some new metadata offsets to pdc.h: Ubuntu #112402 -- Phillip Susi Thu, 10 May 2007 10:32:31 -0400 dmraid (1.0.0.rc13-2ubuntu3) feisty; urgency=high * Call udevsettle during initrd before continuing. Patch submitted by Tormod Volden. (LP: #93810) -- Richard Bailey (3-Oct-2006) Fri, 13 Apr 2007 16:02:00 -0400 dmraid (1.0.0.rc13-2ubuntu2) feisty; urgency=low * Moved dmraid to initialize after udev (LP: #98846) * Changed Maintainer field as per the Maintainer Field policy -- Richard Bailey (3-Oct-2006) Mon, 26 Mar 2007 17:25:01 -0400 dmraid (1.0.0.rc13-2ubuntu1) feisty; urgency=low * Merge from debian unstable; closes Malone #54246 * Retained the -Q flag for modprobe -- Richard Bailey (3-Oct-2006) Sat, 06 Dec 2006 12:09:00 -0400 dmraid (1.0.0.rc13-2) unstable; urgency=high * Apply patch to link libz statically, but only that; works only with GNU linker, and might break full static linking in the future; thanks Steve Langasek; catched by Frederic Briere; closes: #396762. -- Loic Minier Sun, 5 Nov 2006 17:08:55 +0100 dmraid (1.0.0.rc13-1) unstable; urgency=low * New upstream release; closes: #391499. - Update copyright years and copyright holders. - Update version in debian/rules. - Supports some new NVIDIA RAID arrays; closes: #391125. - Add a zlib1g-dev build-dep. - Configure the standard flavour with --enable-libselinux --enable-libsepol. * Merge diff from 0.9.9+1.0.0.rc9-3.1 NMU; acknowledge NMU; thanks Jonathan McDowell; closes: #367796, #367661. * Add myself as Uploaders. * Compute upstream version with dpkg-parsechangelog instead of hardcoding it. * Use $(CURDIR) instead of $(shell pwd). * Fix bashisms; thanks Julien Danjou; closes: #374480. * Pass --mandir to configure relative to ${prefix}; pass an absolute DESTDIR to make install. * Bump up Debhelper compatibility level to 5; partially addresses #375413. * Bump up Standards-Version to 3.7.2. * Build a new udeb flavour, configured without selinux and sepol; closes: #375413. * Add a .PHONY definition; create the list of configure-$flavour targets dynamically; misc cleanups. -- Loic Minier Sun, 29 Oct 2006 12:01:36 +0100 dmraid (0.9.9+1.0.0.rc9-3.1) unstable; urgency=low * NMU with permission. * Move init script from 03 to 04 to ensure we run after udev. (Closes: #367796) * Include the initramfs hook and script contributed by Tormod Volden, so dmraid can integrate effortlessly (closes: launchpad.net/22107) (Closes: #367661) -- Jonathan McDowell Mon, 24 Jul 2006 18:49:11 +0100 dmraid (0.9.9+1.0.0.rc9-3) unstable; urgency=low * add dmraid-udeb by popular request, looking forward for d-i integration (Closes: #350250) -- Filippo Giunchedi Sat, 11 Feb 2006 13:25:55 +0100 dmraid (0.9.9+1.0.0.rc9-2ubuntu1) dapper; urgency=low * Include the initramfs hook and script contributed by Tormod Volden, so dmraid can integrate effortlessly (closes: launchpad.net/22107) * Call update-initramfs in our postinst, if we have it on the system. -- Adam Conrad Wed, 17 May 2006 19:16:59 +1000 dmraid (0.9.9+1.0.0.rc9-2build1) dapper; urgency=low * Rebuild for libdevmapper1.01 -> libdevmapper1.02 ABI change. -- Scott James Remnant Thu, 11 May 2006 09:31:36 +0100 dmraid (0.9.9+1.0.0.rc9-2) unstable; urgency=low * fix Description: to a more accurate one this closes: #334805 and correctly indent the item list (closes: #334855) * fix copyright file with additional informations as per policy 12.5 (closes: #334856) * add CHANGELOG to dh_installchangelogs -- Filippo Giunchedi Thu, 20 Oct 2005 22:12:42 +0200 dmraid (0.9.9+1.0.0.rc9-1) unstable; urgency=low * upload to debian on behalf of the utnubu team (closes: #306257) -- Filippo Giunchedi Sun, 16 Oct 2005 13:22:24 +0200 dmraid (0.9.9+1.0.0.rc9-0ubuntu1) breezy; urgency=low * New upstream releasse with tons of fixes. * Drop all our local patches (merged by upstream). -- Fabio M. Di Nitto Mon, 26 Sep 2005 06:57:21 +0200 dmraid (0.9.9+1.0.0.rc8-0ubuntu1) breezy; urgency=low * First release. * Fix aclocal.m4 to cope properly with --enable-klibc/--disable-klibc. * Fix make.tmpl.in to be very loud when building with klibc. * Fix make.tmpl.in to understand $(DESTDIR) for mandir and infodir. * Fix missing ] in lib/format/ataraid/pdc.c to compile on bigendian machines. * Run init script before mdadm-raid and lvm and stop after. -- Fabio M. Di Nitto Thu, 22 Sep 2005 06:56:24 +0200