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

Python Kivy ListView: How to delete selected ListItemButton? -

asp.net mvc 4 - A specified Include path is not valid. The EntityType '' does not declare a navigation property with the name '' -