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

c++ - Do gcc's __float128 floating point numbers take the current rounding mode into account? -

java - the value of local variable is not used -