diff -u libgcrypt11-1.4.4/debian/changelog libgcrypt11-1.4.4/debian/changelog --- libgcrypt11-1.4.4/debian/changelog +++ libgcrypt11-1.4.4/debian/changelog @@ -1,3 +1,9 @@ +libgcrypt11 (1.4.4-5ubuntu2) lucid; urgency=low + + * Adjust install/libgcrypt11-dev target to cope with move to /lib. + + -- Colin Watson Tue, 10 Nov 2009 18:16:18 +0000 + libgcrypt11 (1.4.4-5ubuntu1) lucid; urgency=low * Resynchronise with Debian. Remaining changes: diff -u libgcrypt11-1.4.4/debian/rules libgcrypt11-1.4.4/debian/rules --- libgcrypt11-1.4.4/debian/rules +++ libgcrypt11-1.4.4/debian/rules @@ -52,5 +52,5 @@ install/libgcrypt11-dev:: - find debian/tmp/usr/lib -name "*.la" -exec \ + find debian/tmp/lib -name "*.la" -exec \ sed -i -e "s,^dependency_libs=.*,dependency_libs=''," {} +