[maemo-commits] [maemo-commits] r10588 - projects/haf/branches/hildon-libs/hildon-1/debian
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Wed Mar 14 14:52:53 EET 2007
- Previous message: [maemo-commits] r10587 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r10589 - in projects/haf/tags/hildon-1: . 0.9.9-11/debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: mdk Date: 2007-03-14 14:52:52 +0200 (Wed, 14 Mar 2007) New Revision: 10588 Modified: projects/haf/branches/hildon-libs/hildon-1/debian/changelog projects/haf/branches/hildon-libs/hildon-1/debian/rules Log: Fixing the symlink issue. Modified: projects/haf/branches/hildon-libs/hildon-1/debian/changelog =================================================================== --- projects/haf/branches/hildon-libs/hildon-1/debian/changelog 2007-03-14 12:20:47 UTC (rev 10587) +++ projects/haf/branches/hildon-libs/hildon-1/debian/changelog 2007-03-14 12:52:52 UTC (rev 10588) @@ -1,4 +1,4 @@ -libhildon (0.9.9-10) unstable; urgency=low +libhildon (0.9.9-11) unstable; urgency=low * Unreleased. Modified: projects/haf/branches/hildon-libs/hildon-1/debian/rules =================================================================== --- projects/haf/branches/hildon-libs/hildon-1/debian/rules 2007-03-14 12:20:47 UTC (rev 10587) +++ projects/haf/branches/hildon-libs/hildon-1/debian/rules 2007-03-14 12:52:52 UTC (rev 10588) @@ -89,6 +89,10 @@ # 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
- Previous message: [maemo-commits] r10587 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r10589 - in projects/haf/tags/hildon-1: . 0.9.9-11/debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]