Comment 2 for bug 502909

Revision history for this message
Loïc Minier (lool) wrote :

Prereq: ecore, evas.

Please subscribe the mobile team to bugs.

Would be nice to avoid repeating the SONAME in the .shlibs filename and in the .shlibs file itself (setting dh_makeshlibs args instead is much cleaner, and you can add a snippet to extract the package name from control too). See e.g. vte for an example snippet:
libvteN := $(shell sed -rn 's/^Package:[[:space:]]*(libvte[0-9]+)[[:space:]]*$$/\1/p' debian/control)
DEB_DH_MAKESHLIBS_ARGS_ALL += -V '$(libvteN) (>= 1:0.20.4)'

No serious build warnings, but at least one deprecation warning.

Approved.