[Pkg-utopia-commits] r1813 - in /packages/unstable/hal/debian: changelog control hal.install hal.links rules
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Mon Oct 22 12:49:16 UTC 2007
Author: biebl
Date: Mon Oct 22 12:49:16 2007
New Revision: 1813
URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=1813
Log:
- Enable the hal umount helper.
- Add a versioned Depends on mount (>= 2.13). This is a requirement of the
hal umount helper.
- Install the hal umount helper to /usr/sbin as it has dependencies on
libraries in /usr/lib.
* debian/hal.links
- Create a symlink from /usr/sbin/umount.hal to /sbin.
if a non-removable device is mounted by a user other than root.
*
Modified:
packages/unstable/hal/debian/changelog
packages/unstable/hal/debian/control
packages/unstable/hal/debian/hal.install
packages/unstable/hal/debian/hal.links
packages/unstable/hal/debian/rules
Modified: packages/unstable/hal/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/hal/debian/changelog?rev=1813&op=diff
==============================================================================
--- packages/unstable/hal/debian/changelog (original)
+++ packages/unstable/hal/debian/changelog Mon Oct 22 12:49:16 2007
@@ -19,6 +19,7 @@
- debian/pyversions
* debian/rules
- Remove the dh_pysupport call.
+ - Enable the hal umount helper.
* debian/control
- Remove Build-Depends: python, python-dbus, python-support.
- Remove binary package hal-device-manager.
@@ -32,10 +33,16 @@
RF kill switch support on DELL laptops.
- Add a Depends: pm-utils. Beginning with this release we will only
support pm-utils as suspend infrastructure.
+ - Add a versioned Depends on mount (>= 2.13). This is a requirement of the
+ hal umount helper.
* debian/libhal1.shlibs, debian/libhal-storage1.shlibs
- Bump shlibs to >= 0.5.10 due to ABI additions.
* debian/hal.install
- Install the hal-setup-keymap binary.
+ - Install the hal umount helper to /usr/sbin as it has dependencies on
+ libraries in /usr/lib.
+ * debian/hal.links
+ - Create a symlink from /usr/sbin/umount.hal to /sbin.
* debian/watch
- Update to new download location at http://hal.freedesktop.org/releases/.
* Remove patches that were merged upstream
@@ -50,7 +57,7 @@
thus removed.
* debian/patches/55_nonpolkit-mount-policy.patch
- Rework patch for this hal version. Throw a Volume.PermissionDenied error
- if a non-removable device is mounted by a user other than root.
+ if a non-removable device is mounted by a user other than root.
[ Sebastian Dröge ]
* debian/patches/68_alternative-cdrw-capacity-detection.patch
@@ -58,8 +65,10 @@
Only using the old method fails for some drives, for more information
see http://bugs.freedesktop.org/show_bug.cgi?id=12822 .
-
- -- Michael Biebl <biebl at debian.org> Mon, 22 Oct 2007 14:11:31 +0200
+ [ Michael Biebl ]
+ *
+
+ -- Michael Biebl <biebl at debian.org> Mon, 22 Oct 2007 14:42:59 +0200
hal (0.5.9.1-6) unstable; urgency=low
Modified: packages/unstable/hal/debian/control
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/hal/debian/control?rev=1813&op=diff
==============================================================================
--- packages/unstable/hal/debian/control (original)
+++ packages/unstable/hal/debian/control Mon Oct 22 12:49:16 2007
@@ -11,7 +11,7 @@
Package: hal
Architecture: any
-Depends: ${shlibs:Depends}, adduser, pciutils, usbutils, udev (>= 0.065), dbus (>= 0.61), lsb-base, hal-info (>= 20070402), pm-utils
+Depends: ${shlibs:Depends}, adduser, pciutils, usbutils, udev (>= 0.065), dbus (>= 0.61), lsb-base, hal-info (>= 20070402), pm-utils, mount (>= 2.13)
Recommends: eject, libsmbios-bin [i386 amd64]
Suggests: gnome-device-manager
Description: Hardware Abstraction Layer
Modified: packages/unstable/hal/debian/hal.install
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/hal/debian/hal.install?rev=1813&op=diff
==============================================================================
--- packages/unstable/hal/debian/hal.install (original)
+++ packages/unstable/hal/debian/hal.install Mon Oct 22 12:49:16 2007
@@ -10,6 +10,7 @@
debian/tmp/usr/bin/hal-lock
debian/tmp/usr/bin/hal-setup-keymap
debian/tmp/usr/sbin/
+debian/tmp/sbin/umount.hal usr/sbin
debian/tmp/usr/lib/hal/
debian/tmp/usr/share/hal/fdi
debian/preferences.fdi etc/hal/fdi/policy
Modified: packages/unstable/hal/debian/hal.links
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/hal/debian/hal.links?rev=1813&op=diff
==============================================================================
--- packages/unstable/hal/debian/hal.links (original)
+++ packages/unstable/hal/debian/hal.links Mon Oct 22 12:49:16 2007
@@ -1,1 +1,2 @@
/etc/udev/hal.rules etc/udev/rules.d/z99_hal.rules
+/usr/sbin/umount.hal sbin/umount.hal
Modified: packages/unstable/hal/debian/rules
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/hal/debian/rules?rev=1813&op=diff
==============================================================================
--- packages/unstable/hal/debian/rules (original)
+++ packages/unstable/hal/debian/rules Mon Oct 22 12:49:16 2007
@@ -12,6 +12,7 @@
--without-macbookpro \
--disable-policy-kit \
--disable-console-kit \
+ --enable-umount-helper \
--enable-docbook-docs \
--docdir=/usr/share/doc/hal-doc
More information about the Pkg-utopia-commits
mailing list