[Pkg-utopia-commits] r3253 - in /packages/unstable/dbus/debian: changelog rules
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Thu Nov 12 08:11:42 UTC 2009
Author: biebl
Date: Thu Nov 12 08:11:40 2009
New Revision: 3253
URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=3253
Log:
Improve the way we create the symlink from /usr/lib/ → /lib by using
readlink.
Modified:
packages/unstable/dbus/debian/changelog
packages/unstable/dbus/debian/rules
Modified: packages/unstable/dbus/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/dbus/debian/changelog?rev=3253&op=diff
==============================================================================
--- packages/unstable/dbus/debian/changelog (original)
+++ packages/unstable/dbus/debian/changelog Thu Nov 12 08:11:40 2009
@@ -7,6 +7,8 @@
libaudit shlib dependency.
- Drop our workaround for the broken binutils and reenable -pie on mips.
(Closes: #533460)
+ - Improve the way we create the symlink from /usr/lib/ → /lib by using
+ readlink.
-- Michael Biebl <biebl at debian.org> Thu, 12 Nov 2009 09:04:48 +0100
Modified: packages/unstable/dbus/debian/rules
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/dbus/debian/rules?rev=3253&op=diff
==============================================================================
--- packages/unstable/dbus/debian/rules (original)
+++ packages/unstable/dbus/debian/rules Thu Nov 12 08:11:40 2009
@@ -35,7 +35,7 @@
xsltproc -o dbus.devhelp debian/doxygen_to_devhelp.xsl doc/api/xml/index.xml
install/libdbus-1-dev::
- dh_link -p$(cdbs_curpkg) lib/`basename debian/tmp/usr/lib/libdbus-1.so.*.*.*` usr/lib/libdbus-1.so
+ dh_link -p$(cdbs_curpkg) lib/$$(basename $$(readlink debian/tmp/usr/lib/libdbus-1.so)) usr/lib/libdbus-1.so
clean::
rm -rf doc/api
More information about the Pkg-utopia-commits
mailing list