linux - debian package dependency, how to set it for different version of ubuntu? -


my problem our debian package require other libs, these libs on different version of ubuntu named differently.

for example,

libgnutls26 --- can found on ubuntu12.04, not on ubuntu14.04 (probably libgnutls28 used instead) . (please notice example)

is there way can include it, correct version on both 12.04 , 14.04 version of ubuntu can found?

thanks, lj

same question here!

the best work-around have found setting dependency dev version (libgnutls-dev in case). development package depends on compiled package , installs proper version automatically. sloppy works.


Comments

Popular posts from this blog

php - Submit Form Data without Reloading page -

linux - Rails running on virtual machine in Windows -

php - $params->set Array between square bracket -