Joel Konkle-Parker wrote:
What do you guys suggest I do to get a new version of wine for Woody? Download the source and compile it myself? Use 'alien' on the latest Red Hat packages? Get a backport from apt-get.org? Build my own package?



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

-Roberto

Attachment: signature.asc
Description: OpenPGP digital signature



Reply via email to