[Pkg-mono-svn-commits] rev 3247 - libipoddevice/trunk/debian

Sebastian Dröge slomo at alioth.debian.org
Sat Jul 21 09:26:54 UTC 2007


Author: slomo
Date: 2007-07-21 09:26:54 +0000 (Sat, 21 Jul 2007)
New Revision: 3247

Modified:
   libipoddevice/trunk/debian/changelog
   libipoddevice/trunk/debian/control
Log:
* debian/control:
  + Drop hal and gnome-volume-manager from Depends to Recommends of the
    libipoddevice0 pacakge and add it to Depends of the ipod package.
    It's not a _hard_ dependency of the library but you will need it for
    doing something useful with the library. This change fixes the build
    failures of every package build depending on libipoddevice, as hal
    needs /sys mounted and can't run in the buildd chroots.

Modified: libipoddevice/trunk/debian/changelog
===================================================================
--- libipoddevice/trunk/debian/changelog	2007-07-19 13:00:35 UTC (rev 3246)
+++ libipoddevice/trunk/debian/changelog	2007-07-21 09:26:54 UTC (rev 3247)
@@ -1,3 +1,15 @@
+libipoddevice (0.5.3-3) unstable; urgency=low
+
+  * debian/control:
+    + Drop hal and gnome-volume-manager from Depends to Recommends of the
+      libipoddevice0 pacakge and add it to Depends of the ipod package.
+      It's not a _hard_ dependency of the library but you will need it for
+      doing something useful with the library. This change fixes the build
+      failures of every package build depending on libipoddevice, as hal
+      needs /sys mounted and can't run in the buildd chroots.
+
+ -- Sebastian Dröge <slomo at debian.org>  Sat, 21 Jul 2007 11:24:09 +0200
+
 libipoddevice (0.5.3-2) unstable; urgency=low
 
   * Upload to unstable

Modified: libipoddevice/trunk/debian/control
===================================================================
--- libipoddevice/trunk/debian/control	2007-07-19 13:00:35 UTC (rev 3246)
+++ libipoddevice/trunk/debian/control	2007-07-21 09:26:54 UTC (rev 3247)
@@ -9,7 +9,7 @@
 Package: ipod
 Architecture: any
 Section: utils
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, hal, gnome-volume-manager
 Description: tool for retrieving informations from iPods
  libipoddevice provides basic low level device information about iPod devices.
  The library makes it extremely easy to detect iPods. Basic metadata the
@@ -22,7 +22,8 @@
 
 Package: libipoddevice0
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, gnome-volume-manager
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Recommends: hal, gnome-volume-manager
 Description: library for retrieving informations from iPods
  libipoddevice provides basic low level device information about iPod devices.
  The library makes it extremely easy to detect iPods. Basic metadata the




More information about the Pkg-mono-svn-commits mailing list