[Pkg-utopia-commits] r3252 - in /packages/unstable/dbus/debian: changelog rules
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Thu Nov 12 08:08:19 UTC 2009
Author: biebl
Date: Thu Nov 12 08:08:17 2009
New Revision: 3252
URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=3252
Log:
Drop our workaround for the broken binutils and reenable -pie on mips.
(Closes: #533460)
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=3252&op=diff
==============================================================================
--- packages/unstable/dbus/debian/changelog (original)
+++ packages/unstable/dbus/debian/changelog Thu Nov 12 08:08:17 2009
@@ -5,8 +5,10 @@
* debian/rules
- Explicitly disable audit support so we don't accidentally pick up a
libaudit shlib dependency.
-
- -- Michael Biebl <biebl at debian.org> Thu, 16 Jul 2009 07:29:00 +0200
+ - Drop our workaround for the broken binutils and reenable -pie on mips.
+ (Closes: #533460)
+
+ -- Michael Biebl <biebl at debian.org> Thu, 12 Nov 2009 09:04:48 +0100
dbus (1.2.16-2) unstable; urgency=low
Modified: packages/unstable/dbus/debian/rules
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/dbus/debian/rules?rev=3252&op=diff
==============================================================================
--- packages/unstable/dbus/debian/rules (original)
+++ packages/unstable/dbus/debian/rules Thu Nov 12 08:08:17 2009
@@ -26,13 +26,6 @@
DEB_DH_INSTALLINIT_ARGS := -r -- start 12 2 3 4 5 . stop 88 1 .
-ifneq (,$(filter $(DEB_HOST_ARCH), mips mipsel))
-common-configure-impl::
- # Workaround for a bug in binutils on mipsen (see #528145).
- # Remove again when #532821 has been fixed.
- sed -i -e 's/\-fPIE//' -e 's/\-pie\ \-Wl\,\-z\,relro//' bus/Makefile
-endif
-
binary-post-install/dbus-x11::
mkdir -p debian/dbus-x11/etc/X11/Xsession.d
cp debian/dbus-Xsession debian/dbus-x11/etc/X11/Xsession.d/75dbus_dbus-launch
More information about the Pkg-utopia-commits
mailing list