[Pkg-utopia-commits] r3049 - in /packages/unstable/hal/debian: changelog control
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Wed Apr 8 06:17:18 UTC 2009
Author: biebl
Date: Wed Apr 8 06:17:18 2009
New Revision: 3049
URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=3049
Log:
Add ${misc:Depends} to all binary packages.
Modified:
packages/unstable/hal/debian/changelog
packages/unstable/hal/debian/control
Modified: packages/unstable/hal/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/hal/debian/changelog?rev=3049&op=diff
==============================================================================
--- packages/unstable/hal/debian/changelog (original)
+++ packages/unstable/hal/debian/changelog Wed Apr 8 06:17:18 2009
@@ -5,6 +5,7 @@
- Wrap Build-Depends.
- Bump Standards-Version to 3.8.1. No further changes.
- Bump Build-Depends on debhelper to (>= 7).
+ - Add ${misc:Depends} to all binary packages.
* debian/compat
- Bump debhelper compat level to 7.
* Switch patch management system to quilt.
Modified: packages/unstable/hal/debian/control
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/hal/debian/control?rev=3049&op=diff
==============================================================================
--- packages/unstable/hal/debian/control (original)
+++ packages/unstable/hal/debian/control Wed Apr 8 06:17:18 2009
@@ -30,7 +30,7 @@
Package: hal
Architecture: any
-Depends: ${shlibs:Depends}, adduser, pciutils, usbutils, udev (>= 0.065), dbus (>= 0.61), lsb-base (>= 3.2-14), hal-info (>= 20070402), pm-utils, mount (>= 2.13)
+Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, pciutils, usbutils, udev (>= 0.065), dbus (>= 0.61), lsb-base (>= 3.2-14), hal-info (>= 20070402), pm-utils, mount (>= 2.13)
Recommends: eject, libsmbios-bin [amd64 i386 lpia]
Suggests: gnome-device-manager
Description: Hardware Abstraction Layer
@@ -45,6 +45,7 @@
Package: hal-doc
Architecture: all
Section: doc
+Depends: ${misc:Depends}
Suggests: devhelp
Description: Hardware Abstraction Layer - documentation
HAL provides an abstract view on hardware.
@@ -60,7 +61,7 @@
Package: libhal1
Section: libs
Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Hardware Abstraction Layer - shared library
HAL provides an abstract view on hardware.
.
@@ -75,7 +76,7 @@
Package: libhal-storage1
Section: libs
Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Hardware Abstraction Layer - shared library for storage devices
HAL provides an abstract view on hardware.
.
@@ -90,7 +91,7 @@
Package: libhal-dev
Section: libdevel
Architecture: any
-Depends: libhal1 (= ${binary:Version}), libdbus-1-dev (>= 0.60)
+Depends: libhal1 (= ${binary:Version}), ${misc:Depends}, libdbus-1-dev (>= 0.60)
Suggests: hal-doc
Description: Hardware Abstraction Layer - development files
HAL provides an abstract view on hardware.
@@ -106,7 +107,7 @@
Package: libhal-storage-dev
Section: libdevel
Architecture: any
-Depends: libhal-storage1 (= ${binary:Version}), libdbus-1-dev (>= 0.60), libhal-dev
+Depends: libhal-storage1 (= ${binary:Version}), ${misc:Depends}, libdbus-1-dev (>= 0.60), libhal-dev
Suggests: hal-doc
Description: Hardware Abstraction Layer - development files
HAL provides an abstract view on hardware.
More information about the Pkg-utopia-commits
mailing list