tags 659182 + patch pending thanks Hi,
as I haven't gotten a reply so far and seen no updates in the pkg svn, I've prepared a fix and uploaded to DELAYED/2. debdiff is attached. Please consider applying this patch in your next upload. If I should delay or cancel the NMU, please let me know. Cheers, Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth?
diff -Nru cryptsetup-1.4.1/debian/changelog cryptsetup-1.4.1/debian/changelog --- cryptsetup-1.4.1/debian/changelog 2012-02-05 03:24:58.000000000 +0100 +++ cryptsetup-1.4.1/debian/changelog 2012-02-11 04:47:10.000000000 +0100 @@ -1,3 +1,12 @@ +cryptsetup (2:1.4.1-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix dangling .so symlink. Don't hard code the library version but use + readlink instead to determine where the .so symlink should point at. + (closes: #659182) + + -- Michael Biebl <bi...@debian.org> Sat, 11 Feb 2012 04:32:01 +0100 + cryptsetup (2:1.4.1-1) unstable; urgency=low * new upstream release (1.4.0 + 1.4.1) (closes: #647851) diff -Nru cryptsetup-1.4.1/debian/rules cryptsetup-1.4.1/debian/rules --- cryptsetup-1.4.1/debian/rules 2012-02-04 04:23:24.000000000 +0100 +++ cryptsetup-1.4.1/debian/rules 2012-02-11 04:48:48.000000000 +0100 @@ -98,7 +98,7 @@ $(CURDIR)/debian/libcryptsetup-dev/usr/include/ #cp -a $(CURDIR)/debian/cryptsetup/lib/libcryptsetup.so \ # $(CURDIR)/debian/libcryptsetup-dev/usr/lib/ - dh_link -plibcryptsetup-dev lib/libcryptsetup.so.1 usr/lib/libcryptsetup.so + dh_link -plibcryptsetup-dev lib/$$(basename $$(readlink debian/cryptsetup/lib/libcryptsetup.so)) usr/lib/libcryptsetup.so # Remove libraries from cryptsetup package, they're shiped in seperate library packags rm -rf $(CURDIR)/debian/cryptsetup/lib/libcryptsetup*
signature.asc
Description: OpenPGP digital signature