Package: libthunar-vfs-1
Version: 0.2.2alpha2-r20235-1
Severity: wishlist
Hi dear and beloved xfce maintainers,
please apply the attached patch so that debian/control is modified in
such a way that libhal-storage-dev is not need for non-Linux
architectures (hurd-i386, kfreebsd-{i386,amd64}).
[hal depends on libcap, which is Linux-specific TTBOMK.]
The ./configure script looks like doing its job and no problem is
encountered during the build process. Other packages are then built
succesfully, allowing to ``apt-get install xfce4'' without breakages.
Of course, that tiny patch won't change anything for Linux
architectures.
Cheers,
--
Cyril Brulebois
PS: In case that patch no longer apply to new versions of this lib, it
only consists in adding ``[!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64]''
to ``libhal-storage-dev''.
--- thunar-0.3.2beta2~/debian/control 2006-09-23 18:38:45.013643000 +0200
+++ thunar-0.3.2beta2/debian/control 2006-09-23 18:39:11.000000000 +0200
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian Xfce Maintainers <[email protected]>
Uploaders: Yves-Alexis Perez <[EMAIL PROTECTED]>, Emanuele Rocca <[EMAIL
PROTECTED]>, Simon Huggins <[EMAIL PROTECTED]>, Rudy Godoy <[EMAIL PROTECTED]>,
Martin Loschwitz <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.1.0), autotools-dev, libcairo2-dev,
libexo-0.3-dev (>= 0.3.1.8beta2-1), cdbs, libxml-parser-perl, libgamin-dev,
libhal-storage-dev, libdbus-glib-1-dev, libexif-dev
+Build-Depends: debhelper (>= 4.1.0), autotools-dev, libcairo2-dev,
libexo-0.3-dev (>= 0.3.1.8beta2-1), cdbs, libxml-parser-perl, libgamin-dev,
libhal-storage-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64],
libdbus-glib-1-dev, libexif-dev
Standards-Version: 3.7.2
Package: libthunar-vfs-1-dev