tags 316525 + patch thanks This stopped being a minor bug, since it's breaking the new version of mklibs. Turns out slang's pic package is missing the symbol version file, which should be installed as /usr/lib/libslang_pic.map. See #443252 for backstory.
The attached patch does this. I can NMU immediately if it would be helpful. May NMU anyway depending on scheduling since this is needed to help unbreak d-i builds on three architectures. -- see shy jo
diff -u slang2-2.0.7/debian/rules slang2-2.0.7/debian/rules --- slang2-2.0.7/debian/rules +++ slang2-2.0.7/debian/rules @@ -93,6 +93,7 @@ dh_link -a dh_installdirs -a dh_install -a + cp build-tree/*/src/slang.ver debian/libslang2-pic/usr/lib/libslang_pic.map dh_installexamples dh_installdocs -a dh_installchangelogs -a $(BUILD_TREE)/changes.txt diff -u slang2-2.0.7/debian/changelog slang2-2.0.7/debian/changelog --- slang2-2.0.7/debian/changelog +++ slang2-2.0.7/debian/changelog @@ -1,3 +1,9 @@ +slang2 (2.0.7-4.1) unstable; urgency=medium + + * Install map file in the pic package. Closes: #316525 + + -- Joey Hess <[EMAIL PROTECTED]> Thu, 20 Sep 2007 16:22:41 -0400 + slang2 (2.0.7-4) unstable; urgency=low * Change libpng12 to libpng12-0. Thought libpng12 was a virtual
signature.asc
Description: Digital signature

