--- devicekit-disks-006.orig/debian/devicekit-disks.manpages +++ devicekit-disks-006/debian/devicekit-disks.manpages @@ -0,0 +1,3 @@ +debian/tmp/usr/share/man/man1/devkit-disks.1 +debian/tmp/usr/share/man/man8/devkit-disks-daemon.8 +debian/tmp/usr/share/man/man7/DeviceKit-disks.7 --- devicekit-disks-006.orig/debian/rules +++ devicekit-disks-006/debian/rules @@ -0,0 +1,10 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/utils.mk +include /usr/share/cdbs/1/rules/patchsys-quilt.mk + +DEB_DH_MAKESHLIBS_ARGS_ALL := -Xusr/lib/polkit-1/ +DEB_CONFIGURE_EXTRA_FLAGS := --enable-gtk-doc + --- devicekit-disks-006.orig/debian/devicekit-disks.install +++ devicekit-disks-006/debian/devicekit-disks.install @@ -0,0 +1,14 @@ +debian/tmp/lib/udev/devkit-disks-dm-export +debian/tmp/lib/udev/devkit-disks-part-id +debian/tmp/lib/udev/devkit-disks-probe-ata-smart +debian/tmp/sbin/umount.devkit +debian/tmp/usr/bin/devkit-disks +debian/tmp/usr/lib/devicekit-disks/ +debian/tmp/usr/lib/polkit-1/extensions/*.so +debian/tmp/usr/share/dbus-1/ +debian/tmp/usr/share/polkit-1/ +debian/tmp/usr/share/locale +debian/tmp/usr/share/man +debian/tmp/usr/share/pkgconfig +debian/tmp/lib/udev/rules.d/95-devkit-disks.rules +debian/tmp/etc/dbus-1/system.d/org.freedesktop.DeviceKit.Disks.conf --- devicekit-disks-006.orig/debian/changelog +++ devicekit-disks-006/debian/changelog @@ -0,0 +1,104 @@ +devicekit-disks (006-0ubuntu1) karmic; urgency=low + + * New upstream version: + - Add a way to spin down drives + - Fix segfault when starting a Linux MD array + - Fix polling process title and turn off noisy debugging spew + - Pass size of buffer to avoid Z_BUF_ERROR when compressing ATA SMART blob + - Add --poll-for-media option to devkit-disks(1) + - Work around media detection problems + - Move implementation of DrivePollMedia into a separate process + - Move data files into a separate directory + - Misc fixes for optical disc detection + - Fix up ATA SMART detection + - Add Device:drive-is-rotational property + - Add LinuxMdCreate method + - Rely on the disk to spin itself down + - Require latest libatasmart + - Fix up object path mapping + - Bug 23309 – Udev rules probe floppy drives when they shouldn't + - Add a new :device-presentation-nopolicy property + - Ignore loop and ram devices for now + - Make FilesystemMount() accept an 'auth_no_user_interaction' option + - Bug 23235 – Cannot mount disc with / (slash) in label + - Hide recovery, boot, and hidden partitions from desktops + * Drop debian/patches/*: All applied upstream. + + -- Martin Pitt Sun, 23 Aug 2009 21:20:47 +0200 + +devicekit-disks (005-0ubuntu7) karmic; urgency=low + + * debian/patches/git-fix-floppy-detection.patch: + - stop probing for floppy drives that don't exist (LP: #384579) + * debian/patches/series: + - added git-fix-floppy-detection.patch + + -- Steve Beattie Thu, 20 Aug 2009 21:45:27 -0700 + +devicekit-disks (005-0ubuntu6) karmic; urgency=low + + * Add git-fix-ata-smart-detection.patch: Recent udev started using ata_id + instead of scsi_id. + * Rebuild against libatasmart4, bump build dependency. + * Add 0002-port-to-libatasmart-0.14-API.patch to build with current + libatasmart. + + -- Martin Pitt Fri, 07 Aug 2009 10:36:18 +0100 + +devicekit-disks (005-0ubuntu5) karmic; urgency=low + + * Add git-fix-cd-detection.patch: Fix CD-ROM detection with current udev. + Patch taken from git head. (LP: #400742) + + -- Martin Pitt Fri, 17 Jul 2009 19:06:09 +0200 + +devicekit-disks (005-0ubuntu4) karmic; urgency=low + + * Update 0001-hide-recovery-and-boot-partitions-from-desktops.patch to + current patch in FD#22707. + * Rebuild to link against libsgutils2-2 (renamed from libsgutils2). + + -- Martin Pitt Mon, 13 Jul 2009 08:30:08 +0200 + +devicekit-disks (005-0ubuntu3) karmic; urgency=low + + * Added quilt build-dependency. *blush* + + -- Martin Pitt Fri, 10 Jul 2009 17:50:08 +0200 + +devicekit-disks (005-0ubuntu2) karmic; urgency=low + + * Add 0001-hide-recovery-and-boot-partitions-from-desktops.patch: Hide + system, recovery, and boostrap partitions from desktops by setting the + DKD_PRESENTATION_HIDE property. Direct port from the old hal rules. + (submitted to FD #22707) (LP: #394088) + + -- Martin Pitt Fri, 10 Jul 2009 17:08:50 +0200 + +devicekit-disks (005-0ubuntu1) karmic; urgency=low + + * New upstream release: + - Fixes constant polling of floppy drives. (LP: #384469) + - Drop usage of DeviceKit, talk directly to udev now. + * debian/control: + - Replace libdevkit-gobject-dev with libgudev-1.0-dev (upstream now talks + to udev directly instead of through devicekit). + - Drop devicekit dependency. + - Update libpolkit b-deps to new policykit-1 ones. + - Add new build dependency libsgutils2-dev. + - Bump libudev-dev b-dep version according to configure.ac. + * debian/rules: Explicitly enable gtk-doc, not done by default any more. + * 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. + + -- Martin Pitt Mon, 22 Jun 2009 11:37:52 +0200 + +devicekit-disks (004-1) experimental; urgency=low + + * Initial release. (Closes: #521364) + + -- Michael Biebl Tue, 19 May 2009 04:08:00 +0200 --- devicekit-disks-006.orig/debian/devicekit-disks.dirs +++ devicekit-disks-006/debian/devicekit-disks.dirs @@ -0,0 +1 @@ +/var/lib/DeviceKit-disks --- devicekit-disks-006.orig/debian/watch +++ devicekit-disks-006/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://hal.freedesktop.org/releases/DeviceKit-disks-(\d+)\.tar\.gz --- devicekit-disks-006.orig/debian/copyright +++ devicekit-disks-006/debian/copyright @@ -0,0 +1,26 @@ +Name: DeviceKit-disks +Maintainer: David Zeuthen +Source: http://hal.freedesktop.org/releases/ + +Files: * +Copyright: 2008 David Zeuthen +License: GPL-2+ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + . + The full text of the GPL is distributed as in + /usr/share/common-licenses/GPL-2 on Debian systems. + +Files: doc/* +Copyright: 2008 David Zeuthen +License: GFDL-1.1+ + Permission is granted to copy, distribute and/or modify this + document under the terms of the GNU Free Documentation + License (GFDL), Version 1.1 or any later version published + by the Free Software Foundation with no Invariant Sections, + no Front-Cover Texts, and no Back-Cover Texts. + . + The full text of the GFDL is distributed as in + /usr/share/common-licenses/GFDL on Debian systems. --- devicekit-disks-006.orig/debian/compat +++ devicekit-disks-006/debian/compat @@ -0,0 +1 @@ +7 --- devicekit-disks-006.orig/debian/devicekit-disks-doc.install +++ devicekit-disks-006/debian/devicekit-disks-doc.install @@ -0,0 +1 @@ +debian/tmp/usr/share/gtk-doc/html/devkit-disks/ --- devicekit-disks-006.orig/debian/control +++ devicekit-disks-006/debian/control @@ -0,0 +1,54 @@ +Source: devicekit-disks +Section: admin +Priority: optional +Maintainer: Ubuntu Core Developers +XSBC-Original-Maintainer: Utopia Maintenance Team +Uploaders: Michael Biebl +Build-Depends: debhelper (>= 7), + cdbs, + autotools-dev, + quilt, + pkg-config, + xsltproc, + gtk-doc-tools, + intltool (>= 0.40.0), + libdbus-glib-1-dev (>= 0.74-4), + libdbus-1-dev (>= 1.0), + libglib2.0-dev (>= 2.15), + libgudev-1.0-dev, + libpolkit-gobject-1-dev (>= 0.92), + libpolkit-backend-1-dev (>= 0.92), + libparted1.8-dev (>= 1.8.8), + libsqlite3-dev, + libdevmapper-dev (>= 2:1.02), + libatasmart-dev (>= 0.14), + libsgutils2-dev, + zlib1g-dev, + libudev-dev (>= 0.142), + uuid-dev, + libselinux-dev +Standards-Version: 3.8.1 +Vcs-Git: git://git.debian.org/git/pkg-utopia/devicekit-disks.git +Vcs-Browser: http://git.debian.org/?p=pkg-utopia/devicekit-disks.git;a=summary +Homepage: http://hal.freedesktop.org/docs/DeviceKit-disks + +Package: devicekit-disks +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: abstraction for enumerating block devices + DeviceKit-disks is an abstraction for enumerating block devices and performing + operations on them. Any application can access the + org.freedesktop.DeviceKit.Disks service on the system message bus. + Some operations (such as formatting disks etc.) are restricted using PolicyKit. + +Package: devicekit-disks-doc +Architecture: all +Section: doc +Depends: ${misc:Depends} +Suggests: devhelp +Description: abstraction for enumerating block devices - documentation + DeviceKit-disks is an abstraction for enumerating block devices and performing + operations on them. Any application can access the + org.freedesktop.DeviceKit.Disks service on the system message bus. + Some operations (such as formatting disks etc.) are restricted using PolicyKit. + --- devicekit-disks-006.orig/debian/.pc/.version +++ devicekit-disks-006/debian/.pc/.version @@ -0,0 +1 @@ +2