Source: gtk+1.2 Version: 1.2.10-18.1 gtk+1.2 fails to build from source because of a missing shlibs file. The cause: dh_makeshlibs does not understand what to do when given the -l option, so it does nothing. Probably the -l option was intended for dh_shlibdeps; in any event, it is not necessary. With the patch below, gtk+1.2 builds without problems.
diff -u gtk+1.2-1.2.10/debian/rules gtk+1.2-1.2.10/debian/rules --- gtk+1.2-1.2.10/debian/rules +++ gtk+1.2-1.2.10/debian/rules @@ -173,7 +173,7 @@ dh_strip -a -Nlibgtk1.2-dbg dh_compress -a dh_fixperms -a - dh_makeshlibs -plibgtk1.2 -V "libgtk1.2 (>= ${version}-4)" -l$(libpath) + dh_makeshlibs -plibgtk1.2 -V "libgtk1.2 (>= ${version}-4)" dh_installdeb -a # dh_perl -a dh_shlibdeps -a -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org