udisks (1.0.5-1) unstable; urgency=high

  * New upstream security/bug fix release. Fixes buffer overflow in mount path
    parsing. (CVE-2014-0004, LP: #1288226)
  * Drop 00git_fix_smart_test.patch, 00git_rts_bpp_sdcard.patch: contained in
    this upstream release.
  * Replace Debian specific systemd integration with upstream's:
    - Drop 11-systemd-service.patch and udisks.service.
    - debian/rules: Configure with --with-systemdsystemunitdir.
    - debian/udisks.install: Adjust .service path.
  * Use dh-autoreconf to update config.{sub,guess} for new ports.
    Thanks Dann Frazier. (LP: #1235051)
  * Add 15-dont-watch-lvm.patch: Stop udev-watching devmapper devices. It is
    not necessary any more with current kernels/LVM and breaks removal of
    snapshots. (Closes: #721303)

 -- Martin Pitt <mpitt@debian.org>  Mon, 10 Mar 2014 11:09:46 +0100

udisks (1.0.4-8) unstable; urgency=low

  * debian/patches/14-test-for-pci-db.patch: In newer versions of udev, pci-db
    has been replaced by the hwdb builtin. Instead of removing the pci-db
    import, we test if the helper exists before running it to be compatible
    with both old and new udev.

 -- Michael Biebl <biebl@debian.org>  Sun, 21 Jul 2013 17:20:28 +0200

udisks (1.0.4-7) unstable; urgency=low

  * debian/patches/13-dosfslabel.patch: The original reasons why mlabel was
    preferred over dosfslabel are no longer true. So switch back to dosfslabel
    which is part of dosfstools which we already require for mkfs.vfat and
    drop the Recommends on mtools. Fix the maximum length for FAT labels while
    at it. (Closes: #680683)

 -- Michael Biebl <biebl@debian.org>  Fri, 20 Jul 2012 11:39:01 +0200

udisks (1.0.4-6) unstable; urgency=low

  * debian/tests/control: Add mtools dependency for VFAT test. (LP: #976269)
  * debian/tests/control: Add policykit-1 dependency. (LP: #976266)
  * Add 00git_rts_bpp_sdcard.patch: Mark rts_bpp devices as SD card readers.
    Patch also committed upstream. (LP: #971876)
  * debian/local/apport-hook.py: Fix syntax to also work with Python 3.
  * debian/control: Change the "cryptsetup" suggests to a "cryptsetup-bin"
    recommends, so that LUKS functionality works by default.

 -- Martin Pitt <mpitt@debian.org>  Thu, 14 Jun 2012 17:07:57 +0200

udisks (1.0.4-5) unstable; urgency=low

  * debian/control: Drop ntfsprogs recommendation, it's now a transitional
    package. ntfs-3g provides the programs now.
  * Add debian/patches/00git_media_card_device_tags.patch: Mark MemStick and
    MMC devices as such, so that they get automounted. Backported from
    udisks2. (LP: #942777)
  * Add 12-bogus-uevent-paths.patch: Ignore add/change events for a
    nonexisting native path. (LP: #899757)
  * debian/copyright: Update to copyright 1.0 format.
  * debian/control: Bump Standards-Version to 3.9.3.

 -- Martin Pitt <mpitt@debian.org>  Mon, 02 Apr 2012 12:18:57 +0200

udisks (1.0.4-4) unstable; urgency=low

  * Install systemd service file for udisks-daemon.

 -- Michael Biebl <biebl@debian.org>  Sat, 11 Feb 2012 16:50:44 +0100

udisks (1.0.4-3) unstable; urgency=low

  * Add debian/patches/00git_fix_smart_test.patch: Fix test suite crash if
    first hard disk is not SMART capable. Also pushed to upstream git head.
  * Add debian/tests/control and debian/tests/upstream-system:
    DEP-8/autopkgtest control file for running the upstream tests.

 -- Martin Pitt <mpitt@debian.org>  Wed, 04 Jan 2012 12:05:33 +0100

udisks (1.0.4-2) unstable; urgency=low

  [ Martin Pitt ]
  * debian/control: Mark udisks Multi-Arch: foreign. Thanks Steve Langasek.
    (Closes: #646078)

  [ Michael Biebl ]
  * debian/patches/06-test-for-mdadm.patch: Update 80-udisks.rules to test for
    mdadm before using it. (Closes: #640322)
  * debian/patches/07-fix-typos-udisks-man-page.patch: Fix a few typos in the
    udisks man page spotted by A. Costa. (Closes: #631420)
  * debian/patches/10-po-pt_BR.patch: Add Brazilian Portuguese translation by
    Sérgio Cipolla. (Closes: #628502)

 -- Michael Biebl <biebl@debian.org>  Fri, 21 Oct 2011 08:54:35 +0200

udisks (1.0.4-1) unstable; urgency=low

  * New upstream release.
  * Drop debian/patches/01-mkfs-tempdir.patch: udisks-daemon now creates
    /var/run/udisks on demand, so this patch is obsolete.
  * Refresh debian/patches/02-defer_smart_probing.patch.
  * Bump debhelper compatibility level to 8.

 -- Michael Biebl <biebl@debian.org>  Tue, 30 Aug 2011 00:51:54 +0200

udisks (1.0.3-1) unstable; urgency=low

  * New upstream release.
    - Recognize Realtek PCI card reader. (LP: #759963)
    - Stop polling CD drives with udev >= 172 (soon to be released), which
      will enable in-kernel polling. With older udevs, this bug is "wontfix".
      (Closes: #576954)
  * Drop 00git-sd-card-id.patch, 00git-udf-permissions.patch,
    11-remove-unused-probers.patch: Applied upstream.
  * Drop 10-ide-cd-support.patch. ide-cd is dead; squeeze already uses libata.
  * debian/copyright: Add missing "Format:" header.
  * debian/control: Drop libpolkit-backend-1-dev build dependency, not
    required by this upstream version any more.
  * debian/udisks.install: Drop polkit extension, not built by this version
    any more.
  * debian/control: Recommend "eject". (Closes: #626592)
  * debian/control: Bump Standards-Version to 3.9.2 (no changes necessary).

 -- Martin Pitt <mpitt@debian.org>  Wed, 29 Jun 2011 16:56:49 +0100

udisks (1.0.2-4) unstable; urgency=low

  * 02-defer_smart_probing.patch: Try SMART probing again repeatedly while the
    daemon is inhibited. (LP: #580112)
  * Add 00git-udf-permissions.patch: Ignore broken directory permissions on
    UDF when they are on readonly CD media. (LP: #635499)
  * debian/control: Improve package description. Thanks Justin B Rye!
    (Closes: #614146)
  * debian/control: Explain in the package description why udisks
    recommends/suggests file system creation/admin tools. (Closes: #595114)
  * Activate support for udisks-tcp-bridge. Note that this is purely
    convenience and does not enable extra privileges (can do the same with ssh
    and dbus-send). This unbreaks the "Connect to server.." functionality in
    gnome-disk-utility. (LP: #568926)
    - debian/rules: Drop --disable-remote-access.
    - debian/udisks.install: Install Avahi service description file.
  * Add debian/patches/00git-sd-card-id.patch: Add missing rule for
    identifying SD card readers as such. (LP: #460713)

 -- Martin Pitt <mpitt@debian.org>  Fri, 11 Mar 2011 18:08:40 +0100

udisks (1.0.2-3) unstable; urgency=low

  * Upload to unstable.

 -- Michael Biebl <biebl@debian.org>  Sun, 06 Feb 2011 15:15:39 +0100

udisks (1.0.2-2) experimental; urgency=low

  * Enable LVM2 support. (Closes: #563845)
    - Add Build-Depends on liblvm2-dev (>= 2.02.64) for liblvm2app.
    - Update debian/patches/11-remove-unused-probers.patch to run
      udisks-lvm-pv-export udev prober for LVM2 physical volumes.

 -- Michael Biebl <biebl@debian.org>  Sun, 05 Dec 2010 23:08:04 +0100

udisks (1.0.2-1) experimental; urgency=low

  [ Michael Biebl ]
  * Move from cdbs to dh
    - Drop Build-Depends on cdbs.
    - Bump Build-Depends on debhelper to (>= 7.0.50~) for override targets.
    - Convert debian/rules to use dh.
    - Add debian/udisks.docs.

  [ Martin Pitt ]
  * New upstream release.
  * Drop 00git-fix-luks-forced-removal.patch, upstream now.
  * Update 02-defer_smart_probing.patch for new upstream version.
  * debian/control: Bump libpolkit dependencies, as per new upstream
    configure.
  * 10-ide-cd-support.patch: Add explicit linking to libudev, as this patch
    introduces udev_* calls. Fixes linking with gcc 4.5.
  * debian/rules: Use dpkg-vendor instead of lsb_release. Drop lsb-release
    build dependency.

 -- Martin Pitt <mpitt@debian.org>  Thu, 02 Dec 2010 14:25:46 +0100

udisks (1.0.1+git20100614-3) unstable; urgency=low

  * Add 00git-fix-luks-forced-removal.patch: In the event of the forced
    removal of a crypto device, use the luks_holder property since it is still
    available to figure out which underlying cleartext LUKS device to
    teardown, instead of scanning through all available devices (because the
    cleartext device already has had its properties cleaned up). Many thanks
    to Mathieu Trudel for the patch! Patch cherrypicked from upstream git
    trunk. (LP: #484429)

 -- Martin Pitt <mpitt@debian.org>  Mon, 27 Sep 2010 18:56:00 +0200

udisks (1.0.1+git20100614-2) unstable; urgency=low

  * debian/udisks.postinst
    - Query D-Bus to find out the correct pid of the process claiming
      org.freedesktop.UDisks. This way we do not accidentally kill the
      wrong process when being installed in a chroot. (Closes: #593195)
  * debian/udisks.prerm
    - Stop udisks-daemon on remove. (Closes: #590013)
  * debian/control
    - Bump Standards-Version to 3.9.1. No further changes.
    - Update Build-Depends according to configure.ac.

 -- Michael Biebl <biebl@debian.org>  Tue, 21 Sep 2010 21:05:40 +0200

udisks (1.0.1+git20100614-1) unstable; urgency=low

  * Upgrade to current git HEAD:
    - Update to latest LVM2 API (currently not used in Debian)
    - Fix long hangs on probing nonexistant floppy drives. (LP: #539515)
    - Do not have files executable on NTFS.
    - Some test suite updates.
  * Remove debian/patches/00git-*.
  * Drop transitional devicekit-disks-doc package. It's been in testing long
    enough, and we do not want to carry it into the squeeze release.
  * debian/control: Have udisks Conflicts:/Replaces: devicekit-disks, to
    properly clean up. (Closes: #585169)
  * 02-defer_smart_probing.patch, 10-ide-cd-support.patch: Refresh to apply
    cleanly.
  * Switch to "3.0 (quilt)" format. Drop quilt build dependency.
  * 08-dont-probe-dm-devices.patch: Update for udisks and to current code, but
    still keep it disabled. Proper handling of linear DMs and DMMP devices
    (which are disabled right now, though) still require finding out the
    parent devices through UDISKS_DM_TARGETS_{PARAMS,TYPE} and there is
    currently no equivalent from the dmsetup rules.

 -- Martin Pitt <mpitt@debian.org>  Mon, 14 Jun 2010 16:11:35 +0200

udisks (1.0.1-2) unstable; urgency=low

  * Add 00git-vfat-showexec.patch: Enable the "showexec" vfat mount option, to
    avoid data files being executable (which causes confusing question dialogs
    in nautilus which only have one sensible answer). Patch taken from
    upstream git head. (LP: #14335)
  * Add 00git-dont-probe-nondata-cdroms.patch: Don't probe non-data CD-ROMs
    for partition tables. Patch taken from upstream git head.

 -- Martin Pitt <mpitt@debian.org>  Tue, 01 Jun 2010 10:31:47 +0200

udisks (1.0.1-1) unstable; urgency=high

  Urgency high because of security bug fix.

  [ Michael Biebl ]
  * Build against parted 2.2. (Closes: #574908)
  * debian/control
    - Add dependency on dbus.

  [ Martin Pitt ]
  * New upstream bug fix release:
    - umount.udisks: Exit with return code 0 if the unmount succeeded.
      (LP: #541740)
    - Allow other rules (such as media-player-info) to set a more specific
      presentation icon.
    - Set multimedia-player-ipod icon for iPod media players. (LP: #540235)
    - Stop exporting DM key information. (Closes: #576687, LP: #556651, 
      CVE-2010-1149)
    - Fix DM partition table detection.
    - job-drive-benchmark.c: Fix data types in error messages. (LP: #527202)
    - Hide Sony E-Book launcher partition. (LP: #546924)
    - Various test suite improvements.

 -- Martin Pitt <mpitt@debian.org>  Fri, 09 Apr 2010 18:19:18 +0200

udisks (1.0.0-1) unstable; urgency=low

  [ Martin Pitt ]
  * debian/control: Add alternative libparted-dev build dependency.
  * debian/rules: Build a PO template during package build, to have an up to
    date one for translators. (LP: #538320)
  * Drop debian/local/ubuntu.pkla again: This will be provided by a new
    policykit-desktop-permissions package.

  [ Michael Biebl ]
  * New upstream release.
    - Clean up stale mounts from devices in /etc/fstab, too. (LP: #476654)
    - Fix recognition of unpartitioned VFAT drives, which were previously
      misdetected as MBR. (LP: #536670)
    - Use lseek64() instead of lseek() in job-drive-benchmark.c, to also work
      with large devices. (LP: #526524)
  * Refresh patches.
  * debian/rules
    - Disable lvm2 and dmmp (device-mapper multipath) support.
  * debian/patches/11-remove-unused-probers.patch
    - As we build without lvm2 support, remove the udisks-lvm-pv-export call
      from 80-udisks.rules to avoid unnecessary checks if the binary exists.
    - Remove the blkid call for device-mapper devices as dmsetup already does
      the probing for us.

 -- Michael Biebl <biebl@debian.org>  Thu, 18 Mar 2010 04:30:16 +0100

udisks (1.0.0~git20100305.fa313b2-1) unstable; urgency=low

  * New upstream git snapshot:
    - Add profiling support.
    - Fix benchmarking for large files.

  [ Martin Pitt ]
  * Add debian/udisks.postrm: Clean up /var/lib/udisks on purge.
  * debian/udisks.postinst: Restart the daemon if we stopped it, so that
    clients don't suddenly stop getting signals.
  * debian/udisks.postinst: Migrate DeviceKit-disks mtab file on upgrade.

  [ Michael Biebl ]
  * Disable support for remote access.
  * debian/patches/10-ide-cd-support.patch
    - Update patch for udisks. While at it, fix a bug when cleaning up the
      poller_devices_to_poll list on device unplug. (Closes: #561707)

 -- Michael Biebl <biebl@debian.org>  Fri, 05 Mar 2010 09:17:21 +0100

udisks (1.0.0~git20100227.36c8a4-1) experimental; urgency=low

  * New upstream git snapshot:
    - Move UDISKS_MEDIA_AVAILABLE out of the part table prober, to fix
      handling of floppy mounting (LP: #441835)
    - Improve debug output and support for the detach helper
    - Update detach helper for current sysfs interface
    - Add a --disable-remote-access option
    - Fix missing DKD_ property renames in 80-udisks.rules
  * Add 02-defer_smart_probing.patch: The initial ATA SMART probing in
    device_new() is very expensive (takes about 0.5 s of CPU/IO time on a Dell
    Mini 10). Defer the check by half a minute, so that we don't block CPU/IO
    when we need it much more urgently (on desktop session startup or when
    hotplugging a new device.

 -- Martin Pitt <mpitt@debian.org>  Mon, 01 Mar 2010 14:03:56 +0100

udisks (1.0.0~git20100223.a38230-2) experimental; urgency=low

  * New upstream git snapshot:
    - Add support for "disable polling" udev property. (LP: #379780)
    - Rework partition table probing; In particular, always respect
      UDISKS_PARTITION_* and UDISKS_PARTITION_TABLE_* udev properties.
    - Export alignment offset for a partition
    - testsuite: Fix LVM tests

 -- Martin Pitt <mpitt@debian.org>  Tue, 23 Feb 2010 11:25:25 +0100

udisks (1.0.0~git20100212.aae17d9-1) experimental; urgency=low

  [ Michael Biebl ]
  * Git snapshot of the upcoming 1.0.0 release:
    - The project has been renamed from DeviceKit-disks to udisks.
    - A program for bridging D-Bus over TCP/IP over SSH has been provided.
    - An API for benchmarking drives has been added.
    - Host Adapters, Ports and Expanders are now exported as D-Bus objects.
    - Intial support for LVM2.
  * Update packaging files for the udisks renaming.
  * Remove patches that have been merged upstream
    - debian/patches/00git-lv-nopolicy.patch
    - debian/patches/02-allow-simulated-smart.patch
    - debian/patches/03-hide-configuration-partition-12.patch
    - debian/patches/04-hide-wd-smartware-partition.patch
    - debian/patches/06-guid-partition-flags.patch
    - debian/patches/07-fix-atasmart-crash.patch
    - debian/patches/09-reiserfs-support.patch
  * Refresh patches
    - debian/patches/01-mkfs-tempdir.patch
  * Disable patches until ported to udisks
    - debian/patches/08-dont-probe-dm-devices.patch
    - debian/patches/10-ide-cd-support.patch
  * Bump Standards-Version to 3.8.4. No further changes.

  [ Martin Pitt ]
  * Build a transitional devicekit-disks-doc package to faciliate the upgrade
    to udisks-doc. Add an epoch to that binary package, since udisks' version
    number is smaller than devicekit-disks'.

 -- Martin Pitt <mpitt@debian.org>  Fri, 12 Feb 2010 15:25:10 +0100

devicekit-disks (009-2) unstable; urgency=low

  [ Michael Biebl ]
  * debian/patches/09-reiserfs-support.patch
    - Add support for ReiserFS.

  [ Martin Pitt ]
  * Add debian/local/ubuntu.pkla: Allow passwordless file system operations
    for local foreground admin user sessions on Ubuntu. Install it in
    debian/rules. (LP: #465054)
  * Add 02-allow-simulated-smart.patch: Allow simulated SMART data on
    non-SMART devices. This is both useful for testing DK-disks itself, as
    well as recreating bugs with SMART handling. (fd.o #24772)
  * Add 03-hide-configuration-partition-12.patch: Hide Compaq recovery
    partition type 0x12. (fd.o #24999, LP: #451304)
  * Add 04-hide-wd-smartware-partition.patch: Ignore Western Digital SmartWare
    partitions. (fd.o #25009, LP: #474790)
  * Add 06-guid-partition-flags.patch: Fix setting flags for GUID partitions.
    (fd.o #25034)
  * Add 07-fix-atasmart-crash.patch: Fix common crash when
    devkit-disks-helper-ata-smart-collect succeeds, but returns invalid base64
    data on stdout. (fd.o #25043, LP: #419663)
  * debian/local/apport-hook.py:
    - Drop attaching /etc/fstab; it might contain samba (etc.) passwords which
      need to be filtered out.
    - Collect available ATA SMART blobs; they are very useful in debugging
      libatasmart related problems and do not usually pose a privacy risk.

  [ Michael Biebl ]
  * debian/patches/10-ide-cd-support.patch
    - Add support for cd-roms using the legacy ide-cd subsystem by poking the
      device with ioctl() and triggering a fake "change" uevent on state
      changes. (Closes: #550316)

 -- Michael Biebl <biebl@debian.org>  Tue, 17 Nov 2009 15:34:19 -0600

devicekit-disks (009-1) unstable; urgency=low

  [ Martin Pitt ]
  * New upstream release.
  * 08-dont-probe-dm-devices.patch: Update for new release.
  * Drop 07-media-player-icon.patch as well, it was included upstream in 008.
  * debian/devicekit-disks.postinst: Update udev after installation to pick up
    (changes of) our udev rules. (Closes: #548758)
  * debian/control: Add missing udev dependency.
  * debian/control: Add dependencies to various file system tools which DK-D
    uses to implement its functionality:
    - Recommends: dosfstools, mtools, ntfs-3g (the more popular ones)
    - Suggests: xfsprogs, reiserfsprogs, mdadm, cryptsetup
  * Add 00git-lv-nopolicy.patch: Fix LVM LVs to have NOPOLICY=1 again.
    (Accepted into upstream trunk.)

  [ Michael Biebl ]
  * debian/patches/08-dont-probe-dm-devices.patch
    - Skip probing dm devices (using devkit-disks-part-id) for which DM_HIDE
      is set. (Closes: #545032)
    - Instead of checking for DKD_DM_STATE, test if DM_NAME is setup.
  * Add debian/README.source which refers to the quilt documentation.
  * debian/control: Add Recommends on ntfsprogs for proper NTFS support.

 -- Michael Biebl <biebl@debian.org>  Thu, 05 Nov 2009 14:26:06 +0100

devicekit-disks (008-1) unstable; urgency=low

  * New upstream release.
  * Drop patches that have been merged upstream
    - debian/patches/00git-crash-on-removing-NULL-value-from-hash.patch
    - debian/patches/00git-fix-inhibit.patch
    - debian/patches/02-unlock-CD-trays-after-mounting.patch
    - debian/patches/03-fix-subsystem-check-for-firewire.patch
    - debian/patches/04-mount-vfat-with-shortname-mixed-by-default.patch
    - debian/patches/06-show-MMC-MemStick-cards-by-default.patch
  * debian/devicekit-disks.postinst
    - Use start-stop-daemon instead of kill+pidof to stop the running
      devkit-disks-daemon process on upgrades.

 -- Michael Biebl <biebl@debian.org>  Fri, 16 Oct 2009 23:17:25 +0200

devicekit-disks (007-3) unstable; urgency=low

  [ Martin Pitt ]
  * Add debian/local/apport-hook.py: Apport package hook for collecting
    hardware information, devkit-disks --dump, mounts, and fstab. Install it
    in debian/rules when building on Ubuntu. Add "lsb-release" build
    dependency for this.
  * Add 07-media-player-icon.patch: Use "media-player" icon for storage
    devices tagged with ID_MEDIA_PLAYER. (LP: #440290)

  [ Michael Biebl ]
  * debian/control
    - Add Recommends on policykit-1.
    - Add Recommends on hdparm which is required for disk spin down.
      (Closes: #550773)
  * debian/patches/08-dont-probe-dm-devices.patch
    - Don't probe device-mapper devices and instead use the information that
      is already available in DM_NAME and DM_UUID. (Closes: #545032)

 -- Michael Biebl <biebl@debian.org>  Fri, 16 Oct 2009 22:35:32 +0200

devicekit-disks (007-2) experimental; urgency=low

  * debian/rules: Enable quilt patch system. Add quilt build dependency.
  * Add 01-mkfs-tempdir.patch: Daemon does not create /var/run/DeviceKit-disks/,
    so mkfs jobs fail. Just create the directory in /tmp, this is what /tmp is
    for, after all. (See https://bugs.freedesktop.org/show_bug.cgi?id=24265)
  * Add 00git-fix-inhibit.patch: Actually make Inhibit() work again. Taken
    from upstream git head. (LP: #428133)
  * Add 02-unlock-CD-trays-after-mounting.patch: Unlike in the hal world, we
    do not have a daemon polling CD drives for eject button presses. In order
    to make hardware tray eject buttons work, unlock the tray after
    mounting a CD. This is pretty much equivalent to yanking out USB sticks,
    which we already handle reasonably (detecting disappeared device,
    force-unmounting). (https://bugs.freedesktop.org/show_bug.cgi?id=24052,
    LP: #397734)
  * Add 03-fix-subsystem-check-for-firewire.patch: Firewire subsystem is
    called "ieee1394" in current Linux. Now check for both "ieee1394" and
    "firewire". This fixes firewire drives to not be considered system
    internal any more. (https://bugs.freedesktop.org/show_bug.cgi?id=24351,
    LP: #442604)
  * Add 04-mount-vfat-with-shortname-mixed-by-default.patch: The previous
    default, shortname=lower, breaks all-uppercase file names ("touch
    FOO" creates "foo"), thus breaks rsync, and Windows compatibility. The
    default was changed in the Linux kernel for 2.6.32 as well.
    (https://bugs.freedesktop.org/show_bug.cgi?id=24129, LP: #428174)
  * Add 00git-crash-on-removing-NULL-value-from-hash.patch: Properly handle
    the situtation where we're processing a 'change' event but the 'remove'
    event has happened but is still queued up in our own process. Also handle
    device file renames and 'move' uevents.
    (http://bugs.freedesktop.org/show_bug.cgi?id=24264, LP: #414407)
  * Add 06-show-MMC-MemStick-cards-by-default.patch: Show MMC/MemStick cards
    by default; the previous whitelist in the udev rules ignored them.
    (https://bugs.freedesktop.org/show_bug.cgi?id=24053, LP: #429752)
  * Add 05-german-translations.patch: Add German translations.
    (https://bugs.freedesktop.org/show_bug.cgi?id=2024420)

 -- Martin Pitt <mpitt@debian.org>  Fri, 09 Oct 2009 17:52:20 +0200

devicekit-disks (007-1) unstable; urgency=low

  * New upstream release:
    - Drop usage of DeviceKit, talk directly to udev now.
    - Port to PolicyKit 1 API.
    - Lots of bug fixes.
  * debian/control:
    - libpolkit-dbus-dev → libpolkit-gobject-1-dev, libpolkit-backend-1-dev
      build dependency. (PolicyKit 1 API)
    - libdevkit-gobject-dev → libgudev-1.0-dev build dependency, drop
      devicekit dependency (death to DeviceKit).
    - Bump libatasmart-dev build dependency to >= 0.14 as required by
      upstream.
    - Bump libudev-dev build dependency to >= 0.142 as required by upstream.
    - Drop libsqlite3-dev build-dependency, not necessary any more.
    - Add libsgutils2-dev build dependency as required by upstream.
  * debian/devicekit-disks.install: 
    - Update path for new policykit-1 files.
    - Add new pkgconfig file.
    - Install usr/share/locale and usr/share/man.
  * debian/rules: Ignore usr/lib/polkit-1/ for dh_makeshlibs, they are backends
    for PolicyKit.
  * debian/rules: Explicitly enable gtk-doc, not done by default any more.
  * debian/control: Bump Standards-Version to 3.8.3 (no changes necessary).
  * Add debian/devicekit-disks.postinst: Kill the old devkit-disks-daemon on
    upgrade, to ensure that the new version will be used at the next occasion.
    (LP: #403192)
  * debian/control: Add Breaks to GDU libraries << 2.28, since the D-Bus API
    changed.
  * debian/*.install: Drop debian/tmp/ prefix, since we use dh compat 7.
    Also, simplify and sort the file lists.
  * Drop reduntant debian/devicekit-disks.manpages, already done in *.install.
  * debian/control: Add myself to Uploaders: with Michael's consent.

 -- Martin Pitt <mpitt@debian.org>  Mon, 28 Sep 2009 16:58:46 +0200

devicekit-disks (004-1) experimental; urgency=low

  * Initial release. (Closes: #521364)

 -- Michael Biebl <biebl@debian.org>  Tue, 19 May 2009 04:08:00 +0200
