[ubuntu/jaunty] dmraid 1.0.0.rc15-1~exp1ubuntu1 (Accepted)

Luke Yelavich themuso at ubuntu.com
Tue Nov 18 03:20:15 GMT 2008


dmraid (1.0.0.rc15-1~exp1ubuntu1) jaunty; urgency=low

  * Fake sync from alioth svn, since 1.0.0.rc15 is not in experimental
    yet.

dmraid (1.0.0.rc15-1~exp1) experimental; urgency=low

  * New upstream release
  * debian/control:
    + Added Version Control System location
    + Create new packages, libdmraid1, libdmraid-dev and libdmraid1-udeb
      respectively.
    + Added Luke Yelavich <themuso at ubuntu.com> in Uploaders
  * Removed debian/initramfs/dmraid.initramfs-local/
  * debian/patches:
    + Removed 06_isw-metadata-fixes.dpatch, 10_jmicron-name-fix.dpatch,
      04_generate-uuids.dpatch, 07_isw-raid10-nested.dpatch,
      02_raid45_toraid456.dpatch, 11_fix_segfault_on_big_endian.dpatch
    + Added 02_raid45_to_raid4-5.dpatch
    + Updated all patches to work with 1.0.0.rc15
    + 04_do_not_use_p_for_partition.dpatch: Removed "p" from device name. A
      proper upgrade script is needed before using it.
  * debian/rules:
    + copy config.sub and config.guess in the right location
    + fix mandir location
    + added --enable-shared_lib in configure
    + Support cross-compiling
  * Install dmraid-activate also in dmraid-udeb package
  * 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.
  * debian/initramfs/dmraid.initramfs-hook/dmraid: Use force_load instead of
    manual_add_modules

dmraid (1.0.0.rc14-6) unstable; urgency=low

  * debian/rules: Added execution rights to
    /usr/share/initramfs-tools/scripts/local-top/dmraid
  * debian/patches/02_raid45_toraid456.dpatch: Remove, this not fix #411172
    and the new dm-raid45 (not yet in Debian) is using the target that the
    dmraid code originally expected.

dmraid (1.0.0.rc14-5) unstable; urgency=low

  * debian/control: dmraid and dmraid-udeb should depend on dmsetup and
    dmsetup-udeb respecitvely, to ensure UUID symlinks are correctly created.
  * 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. Thanks to Luke
    Yelavich <themuso at ubuntu.com> (Workaround for #500883)
  * Removed pointless debian/initramfs/dmraid.initramfs-local directory
  * debian/patches/12_support_virtio_devices.dpatch: Check virtio devices for
    dmraid metadata, patch thanks to Colin Watson <cjwatson at ubuntu.com>.
  * Fixed a typo in the previous changelog entry

dmraid (1.0.0.rc14-4) unstable; urgency=high

  * debian/dmraid.postinst: Activate existing arrays once the package is
    installed. (Closes: #498674). Thanks to Luke Yelavich <themuso at ubuntu.com>
  * debian/patches/00list: Removed 07_isw-raid10-nested.dpatch, it breaks some
    Intel raid1 system (Closes: #494278)
  * debian/dmraid.udev: watershed isn't in udev package, removed from RUN
    command
  * Do not install useless usr/share/initramfs-tools/scripts/local-top
  * debian/dmraid-activate: Don't take out any locks, added -i
    (--ignorelocking) option in every dmraid command executed by
    dmraid-activate, and do not use /usr/bin/basename, it is pointless and
    breaks fakeraid detection if /usr isn't mounted (Closes: 499060)
  * debian/control: Removed lsb-base and added udev in dmraid Depends

dmraid (1.0.0.rc14-3) unstable; urgency=low

  * debian/patches/09_promise-add-offsets.dpatch: Added 974 disk offset
    locations for Promise RAID metadata. (Closes: #489972)
  * Run update-initramfs in postrm
  * debian/control: Dropped zlib1g-dev build dependency.
  * Merge from Ubuntu 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.
    (Closes: #394399)
  * Merge from Ubuntu debian/dmraid-activate: Script to reformat the output of
    dmraid to be useful with udev (Do not install in udeb)
  * debian/initramfs/dmraid.initramfs-hook/dmraid: Added dmraid-activate, new
    udev rule needs it

Date: Tue, 18 Nov 2008 14:09:46 +1100
Changed-By: Luke Yelavich <themuso at ubuntu.com>
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Luke Yelavich <luke.yelavich at canonical.com>
https://launchpad.net/ubuntu/jaunty/+source/dmraid/1.0.0.rc15-1~exp1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 18 Nov 2008 14:09:46 +1100
Source: dmraid
Binary: dmraid dmraid-udeb libdmraid1.0.0.rc15-udeb libdmraid1.0.0.rc15 libdmraid-dev
Architecture: source
Version: 1.0.0.rc15-1~exp1ubuntu1
Distribution: jaunty
Urgency: high
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Luke Yelavich <themuso at ubuntu.com>
Description: 
 dmraid     - Device-Mapper Software RAID support tool
 dmraid-udeb - Device-Mapper Software RAID support tool (udeb)
 libdmraid-dev - Device-Mapper Software RAID support tool - header files
 libdmraid1.0.0.rc15 - Device-Mapper Software RAID support tool - shared library
 libdmraid1.0.0.rc15-udeb - Device-Mapper Software RAID support tool - shared library (udeb)
Closes: 394399 489972 494278 498674 499060
Changes: 
 dmraid (1.0.0.rc15-1~exp1ubuntu1) jaunty; urgency=low
 .
   * Fake sync from alioth svn, since 1.0.0.rc15 is not in experimental
     yet.
 .
 dmraid (1.0.0.rc15-1~exp1) experimental; urgency=low
 .
   * New upstream release
   * debian/control:
     + Added Version Control System location
     + Create new packages, libdmraid1, libdmraid-dev and libdmraid1-udeb
       respectively.
     + Added Luke Yelavich <themuso at ubuntu.com> in Uploaders
   * Removed debian/initramfs/dmraid.initramfs-local/
   * debian/patches:
     + Removed 06_isw-metadata-fixes.dpatch, 10_jmicron-name-fix.dpatch,
       04_generate-uuids.dpatch, 07_isw-raid10-nested.dpatch,
       02_raid45_toraid456.dpatch, 11_fix_segfault_on_big_endian.dpatch
     + Added 02_raid45_to_raid4-5.dpatch
     + Updated all patches to work with 1.0.0.rc15
     + 04_do_not_use_p_for_partition.dpatch: Removed "p" from device name. A
       proper upgrade script is needed before using it.
   * debian/rules:
     + copy config.sub and config.guess in the right location
     + fix mandir location
     + added --enable-shared_lib in configure
     + Support cross-compiling
   * Install dmraid-activate also in dmraid-udeb package
   * 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.
   * debian/initramfs/dmraid.initramfs-hook/dmraid: Use force_load instead of
     manual_add_modules
 .
 dmraid (1.0.0.rc14-6) unstable; urgency=low
 .
   * debian/rules: Added execution rights to
     /usr/share/initramfs-tools/scripts/local-top/dmraid
   * debian/patches/02_raid45_toraid456.dpatch: Remove, this not fix #411172
     and the new dm-raid45 (not yet in Debian) is using the target that the
     dmraid code originally expected.
 .
 dmraid (1.0.0.rc14-5) unstable; urgency=low
 .
   * debian/control: dmraid and dmraid-udeb should depend on dmsetup and
     dmsetup-udeb respecitvely, to ensure UUID symlinks are correctly created.
   * 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. Thanks to Luke
     Yelavich <themuso at ubuntu.com> (Workaround for #500883)
   * Removed pointless debian/initramfs/dmraid.initramfs-local directory
   * debian/patches/12_support_virtio_devices.dpatch: Check virtio devices for
     dmraid metadata, patch thanks to Colin Watson <cjwatson at ubuntu.com>.
   * Fixed a typo in the previous changelog entry
 .
 dmraid (1.0.0.rc14-4) unstable; urgency=high
 .
   * debian/dmraid.postinst: Activate existing arrays once the package is
     installed. (Closes: #498674). Thanks to Luke Yelavich <themuso at ubuntu.com>
   * debian/patches/00list: Removed 07_isw-raid10-nested.dpatch, it breaks some
     Intel raid1 system (Closes: #494278)
   * debian/dmraid.udev: watershed isn't in udev package, removed from RUN
     command
   * Do not install useless usr/share/initramfs-tools/scripts/local-top
   * debian/dmraid-activate: Don't take out any locks, added -i
     (--ignorelocking) option in every dmraid command executed by
     dmraid-activate, and do not use /usr/bin/basename, it is pointless and
     breaks fakeraid detection if /usr isn't mounted (Closes: 499060)
   * debian/control: Removed lsb-base and added udev in dmraid Depends
 .
 dmraid (1.0.0.rc14-3) unstable; urgency=low
 .
   * debian/patches/09_promise-add-offsets.dpatch: Added 974 disk offset
     locations for Promise RAID metadata. (Closes: #489972)
   * Run update-initramfs in postrm
   * debian/control: Dropped zlib1g-dev build dependency.
   * Merge from Ubuntu 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.
     (Closes: #394399)
   * Merge from Ubuntu debian/dmraid-activate: Script to reformat the output of
     dmraid to be useful with udev (Do not install in udeb)
   * debian/initramfs/dmraid.initramfs-hook/dmraid: Added dmraid-activate, new
     udev rule needs it
Checksums-Sha1: 
 617fbd28f689c2cf156f4bd64d3660bf9baf7ff8 1455 dmraid_1.0.0.rc15-1~exp1ubuntu1.dsc
 49734868cb758566bd30ee0992eff2dd85fef5ee 235936 dmraid_1.0.0.rc15.orig.tar.gz
 40604726a8154db94cdc14ee371f420afecc18f2 15716 dmraid_1.0.0.rc15-1~exp1ubuntu1.diff.gz
Checksums-Sha256: 
 4f709f6c3004101501f99618c3645099f94de5a99b651df027e11b88acc4b681 1455 dmraid_1.0.0.rc15-1~exp1ubuntu1.dsc
 3e4dd1382697bbf94d0e56d9a53f112055b2fe627f4b50ffe1d7cc1bbaf4b170 235936 dmraid_1.0.0.rc15.orig.tar.gz
 e6f3650fc0527aa06d9b50e741d20513e949bde5a881c3a82e898a17e7ea8919 15716 dmraid_1.0.0.rc15-1~exp1ubuntu1.diff.gz
Files: 
 1ae27c0cd6c2a6b485b63f73052b3fcc 1455 admin optional dmraid_1.0.0.rc15-1~exp1ubuntu1.dsc
 de91db4b042ae6cb0e27cb5d1b66a3c7 235936 admin optional dmraid_1.0.0.rc15.orig.tar.gz
 09640551990634915ce4bc743ada8767 15716 admin optional dmraid_1.0.0.rc15-1~exp1ubuntu1.diff.gz
Original-Maintainer: Giuseppe Iuculano <giuseppe at iuculano.it>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkkiMkIACgkQjVefwtBjIM44sQCg2pFVdNcfx6O/pBBMF3T1w76O
EkQAn3XRuqv9bIqgzdpkIXgVbKK58Nsy
=HMe3
-----END PGP SIGNATURE-----


More information about the Jaunty-changes mailing list