Joel Konkle-Parker wrote:
Personally, I would add a deb-src line for unstable, get the
source package, and build the .debs myself.

$ apt-get source wine
$ cd wine-<version number>
$ dpkg-buildpackage        # this is in dpkg-dev
$ cd ..
$ sudo dpkg -i *.deb


Yeah, I tried that, but it has lots of build-depends on things that aren't in Woody (XFree86 4.2, for example). I don't want to upgrade my XFree86 just to build a wine deb.



From man dpkg-build-package:

-d Do not check build dependencies and conflicts.

Maybae that will help.

-Roberto

Attachment: signature.asc
Description: OpenPGP digital signature



Reply via email to