Skip to content

Removed --add-udeb from dh_makeshlibs

libepoxy fails to build from source with the below error,

| dh_makeshlibs --add-udeb='libepoxy0-udeb (>= 1.3)'
| dh_makeshlibs: error: The udeb libepoxy0-udeb (>= 1.3) does not contain any shared libraries but --add-udeb=libepoxy0-udeb (>= 1.3) was passed!?

Removed --add-udeb from dh_makeshlibs, since libkmod2-udeb does not actually contain a library. (Closes: #939779)

Signed-off-by: Vignesh Raman vignesh.raman@collabora.com

Merge request reports