Change logs for devmapper source package in Intrepid

  • devmapper (2:1.02.27-3ubuntu2) intrepid; urgency=low
    
      * Actually install udev rules in dmsetup-udeb, as was the case in hardy.
    
     -- Colin Watson <email address hidden>   Mon, 20 Oct 2008 21:10:45 +0100
  • devmapper (2:1.02.27-3ubuntu1) intrepid; urgency=low
    
      * Merge from Debian unstable. Remaining Ubuntu changes (LP: #244584):
        - Support udev-controlled devmapper in initramfs, for consistent device
          discovery/naming during boot and hotplug:
          + Add debian/dmsetup.initramfs: Hook for copying dmsetup and udev rules
            to the initramfs.
          + debian/rules: Copy hook to build directory.
          + debian/dmsetup.install: Install above file from build directory.
          + debian/dmsetup.postinst: Call update-initramfs.
        - debian/rules: Copy po/device-mapper.po to device-mapper.pot so Rosetta
          has a POT file to import.
        - Empty DH_OPTIONS while running dh_makeshlibs so that the -p option works
          properly, so that we get proper udeb shlibs again.
        - Create two new packages, libdevmapper-event1.02.1 and dmeventd. These
          packages will be used to help monitor dmraid events and log them to
          syslog.
        - debian/libdevmapper-dev.install: Add libdevmapper-event.h and
          libdevmapper-event.a to the dev package.
        - debian/dmsetup.udev: Set link priority to 100 for devmapper devices
          that have an UUID starting with DMRAID- for dmraid devmapper devices,
          to prevent UUIDs being used to mount hard disk partitions rather than
          the array itself.
    
    devmapper (2:1.02.27-3) unstable; urgency=low
    
      * Fix junp to undefined label in udev rules. (closes: #491107)
    
    devmapper (2:1.02.27-2) unstable; urgency=low
    
      * Update dmsetup export patch to export target types. (closes: #486780)
      * Add udev rules to dmsetup. (closes: #455746)
    
    devmapper (2:1.02.27-1) unstable; urgency=low
    
      * New upstream version. (closes: #488981)
      * Update dm_report symbols.
      * Only ignore known VCS dirs. (closes: #482744)
    
    devmapper (2:1.02.26-1) unstable; urgency=low
    
      * New upstream version.
      * Update symbols files.
      * Update dmsetup export patch.
    
     -- James Westby <email address hidden>   Wed, 27 Aug 2008 02:46:35 +0100
  • devmapper (2:1.02.25-1ubuntu5) intrepid; urgency=low
    
      * Empty DH_OPTIONS while running dh_makeshlibs so that the -p option works
        properly, so that we get proper udeb shlibs again.
    
     -- Colin Watson <email address hidden>   Wed, 20 Aug 2008 11:36:00 +0100
  • devmapper (2:1.02.25-1ubuntu4) intrepid; urgency=low
    
      * Create two new packages, libdevmapper-event1.02.1 and dmeventd. These
        packages will be used to help monitor dmraid events and log them to
        syslog.
      * debian/libdevmapper-dev.install: Add libdevmapper-event.h and
        libdevmapper-event.a to the dev package.
    
     -- Luke Yelavich <email address hidden>   Mon, 18 Aug 2008 13:42:46 +1000
  • devmapper (2:1.02.25-1ubuntu3) intrepid; urgency=low
    
      * debian/dmsetup.udev: Set link priority to 100 for devmapper devices
        that have an UUID starting with DMRAID- for dmraid devmapper devices,
        to prevent UUIDs being used to mount hard disk partitions rather than
        the array itself.
    
     -- Luke Yelavich <email address hidden>   Mon, 11 Aug 2008 10:04:06 +1000
  • devmapper (2:1.02.25-1ubuntu2) intrepid; urgency=low
    
      * debian/patches/dmsetup-export.patch: re-add DM_TARGET_TYPE exports,
        required for detecting state of dm devices during udev rule execution
        and sane creation of by-uuid symlinks (forwarded to Debian #486780).
    
     -- Kees Cook <email address hidden>   Tue, 17 Jun 2008 21:49:39 -0700
  • devmapper (2:1.02.25-1ubuntu1) intrepid; urgency=low
    
      * Merge from Debian unstable. Remaining Ubuntu changes:
        - Call dmsetup from udev rules to name the device, so udev creates them
          if they do not already exist, and fill in information about the
          filesystem on the device afterwards.
          (forwarded to Debian #455746):
          + Add debian/dmsetup.udev: Naming udev rules.
          + debian/rules: Call dh_installudev to install above file.
          + debian/control: Add Recommends: dmsetup to the library and the udeb.
        - Support udev-controlled devmapper in initramfs, for consistent device
          discovery/naming during boot and hotplug:
          + Add debian/dmsetup.initramfs: Hook for copying dmsetup and udev rules
            to the initramfs.
          + debian/rules: Copy hook to build directory.
          + debian/dmsetup.install: Install above file from build directory.
          + debian/dmsetup.postinst: Call update-initramfs.
        - debian/rules: Copy po/device-mapper.po to device-mapper.pot so Rosetta
          has a POT file to import.
    
    devmapper (2:1.02.25-1) unstable; urgency=low
    
      * New upstream version.
    
    devmapper (2:1.02.24-4) unstable; urgency=low
    
      * Add symbols file for libdevmapper1.02.
      * Add modified version of atomic device creation patch. (closes: #455745)
      * Add modified version of dmsetup export patch. (closes: #434241)
    
    devmapper (2:1.02.24-3) unstable; urgency=low
    
      * Always export selinux function.
    
    devmapper (2:1.02.24-2) unstable; urgency=low
    
      * Build depend against automake.
    
    devmapper (2:1.02.24-1) unstable; urgency=low
    
      * New upstream version. (closes: #457972)
      * Use linux-2.6 style orig handling.
      * Reduce linked libs to minimum.
      * Remove init script. (closes: #361358, #375340, #384900, #419958)
      * Cleanup udeb relations. (closes: #419604)
      * Fix pkgconfig file for static linking. (closes: #390243)
      * Supply proper --host and --build args to configure. (closes: #451136)
      * Fix copyright file.
      * Update standards version to 3.7.3, no changes.
    
     -- Martin Pitt <email address hidden>   Mon, 02 Jun 2008 17:22:40 +0200
  • devmapper (2:1.02.20-2ubuntu2) hardy; urgency=low
    
      * Upload simply to add a Debian bug number to the previous changelog
        entry.
    
     -- Scott James Remnant <email address hidden>   Wed, 12 Dec 2007 18:41:38 +0000