Package: kqemu
Version: 1.3.0~pre9-2
Tags: patch

I ran into a minor problem when building kqemu for etch.  The
resulting module package refuse to install as it depend on qemu 0.8.2,
while version 0.8.1 is in etch.  I changed the package to depend on
the earlier qemu version to work around it, and it seem to work just
fine.

Here is the patch I used:

--- kqemu-1.3.0~pre9/debian/control.modules.in
+++ kqemu-1.3.0~pre9/debian/control.modules.in
@@ -7,7 +7,7 @@

 Package: kqemu-modules-_KVERS_
 Architecture: any
-Depends: linux-image-_KVERS_, qemu (>= 0.8.2)
+Depends: linux-image-_KVERS_, qemu (>= 0.8.1)
 Provides: kqemu-modules
 Description: kqemu modules for Linux (kernel _KVERS_).
  This package contains the set of loadable kernel modules for the

Please apply it to the kqemu source, to make the package easier to
backport to etch.

Friendly,
-- 
Petter Reinholdtsen


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to