From: Michael Dominic Kostrzewa Date: Wed, 14 Mar 2007 12:52:52 +0000 (+0000) Subject: Fixing the symlink issue. X-Git-Tag: 2.1.66-1~921 X-Git-Url: https://vcs.maemo.org/git/?a=commitdiff_plain;h=1e7836cc10d5b76cc74548cead9333e887c9bb81;hp=711781565ca1660ed8b64817b41181ed1012d9c8;p=hildon Fixing the symlink issue. --- diff --git a/debian/changelog b/debian/changelog index 022a435..175777c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -libhildon (0.9.9-10) unstable; urgency=low +libhildon (0.9.9-11) unstable; urgency=low * Unreleased. diff --git a/debian/rules b/debian/rules index 1e17396..feb4b18 100755 --- a/debian/rules +++ b/debian/rules @@ -89,6 +89,10 @@ install: build # Add here commands to install the package into debian/build $(MAKE) install DESTDIR=$(CURDIR)/debian/build + ln -s libhildon-1.so $(CURDIR)/debian/build/usr/lib/libhildon_1.so + ln -s libhildon-1.so.0 $(CURDIR)/debian/build/usr/lib/libhildon_1.so.0 + ln -s libhildon-1.so.0.0.0 $(CURDIR)/debian/build/usr/lib/libhildon_1.so.0.0.0 + # for the -dbg package rm -rf $(CURDIR)/debian/build/usr/lib/debug # -mkdir -p $(CURDIR)/debian/build/usr/lib/debug