I was told that ubuntu’s .deb package isn’t binary compatible with debian. I have a deb package that I need to install on my debian but apparently it’s built specifically for Ubuntu
http://ppa.launchpad.net/transmissionbt/ppa/ubuntu/pool/main/libe/libevent/
Do you have any idea how I could rebuild this package on debian?
Wes Frazier
[ Editor ]
It may be possible, however why not use the the libevent http://is.gd/Pd1TY8 and transmission http://is.gd/oKtLZ8 in Debian ?
There is a good guide for building packages from both apt-build and via
their source direct w/ check-install here: http://is.gd/K4mckO
Personally if I needed a newer or custom library than whats in Debian
and I could not or did not want to pull it from testing or experimental I typically
install it’s dependencies and use check-install to build my own
packages.
Please do not use shortened links as it hides the actual target. Note that Shapado permits using some html entities including the a linking entity.
libevent is present in Debian: http://packages.debian.org/search?keywords=libevent ?!