Package: kaffeine Version: 0.8.5-1 Severity: normal Tags: patch User: [EMAIL PROTECTED] Usertags: kfreebsd
Hi, the addition of hdparm to the list of dependencies as per #289895 broke the build on Debian GNU/kFreeBSD (as hdparm is not available on this architecture). The fix is simple -- don't depend on hdparm on non-Linux architectures. For now this means kfreebsd-i386, kfreebsd-amd64, and hurd-i386 (though I cannot test Hurd, but I assume hdparm isn't available there either). See attached patch. HTH, Uwe. -- http://www.hermann-uwe.de | http://www.holsham-traders.de http://www.crazy-hacks.org | http://www.unmaintained-free-software.org
diff -Naur kaffeine-0.8.5.orig/debian/control kaffeine-0.8.5/debian/control
--- kaffeine-0.8.5.orig/debian/control 2007-08-20 10:56:05.000000000 +0200
+++ kaffeine-0.8.5/debian/control 2007-08-20 09:45:53.000000000 +0200
@@ -11,7 +11,7 @@
Package: kaffeine
Architecture: any
-Depends: ${shlibs:Depends}, libxine1-ffmpeg, hdparm
+Depends: ${shlibs:Depends}, libxine1-ffmpeg, hdparm [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386]
Conflicts: kaffeine-xine, kaffeine-gstreamer
Replaces: kaffeine-xine, kaffeine-gstreamer
Description: versatile media player for KDE
signature.asc
Description: Digital signature

