Bug#564489: multipath-udeb: Has dependency on multipath-tools, which does not exist

Frans Pop elendil at planet.nl
Sat Jan 9 20:12:59 UTC 2010


tags 564489 patch
thanks

The correct fix for this is to tell the build tools to look in 
multipath-udeb for libraries when building the udeb (instead of looking in 
multipath-tools). The resulting self-dependency is automatically filtered 
out.

Needed change in debian/rules:
 	dh_installman
-	dh_makeshlibs
+	dh_makeshlibs --add-udeb=multipath-udeb
 	dh_link





More information about the pkg-lvm-maintainers mailing list