r18260 - in /desktop/experimental/at-spi/debian: changelog rules
lool at users.alioth.debian.org
lool at users.alioth.debian.org
Wed Jan 21 21:09:12 UTC 2009
Author: lool
Date: Wed Jan 21 21:09:11 2009
New Revision: 18260
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=18260
Log:
Pass --no-act to dh_makeshlibs for at-spi via
DEB_DH_MAKESHLIBS_ARGS_at-spi as the usr/lib/**/*.so files are only
plugins (and should probably be fixed to not have a SONAME).
Modified:
desktop/experimental/at-spi/debian/changelog
desktop/experimental/at-spi/debian/rules
Modified: desktop/experimental/at-spi/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/at-spi/debian/changelog?rev=18260&op=diff
==============================================================================
--- desktop/experimental/at-spi/debian/changelog (original)
+++ desktop/experimental/at-spi/debian/changelog Wed Jan 21 21:09:11 2009
@@ -1,7 +1,13 @@
at-spi (1.24.1-1) UNRELEASED; urgency=low
+ [ Mario Lang ]
* New upstream release.
* debian/patches/01-memory_leaks.patch: Remove, applied upstream.
+
+ [ Loic Minier ]
+ * Pass --no-act to dh_makeshlibs for at-spi via
+ DEB_DH_MAKESHLIBS_ARGS_at-spi as the usr/lib/**/*.so files are only
+ plugins (and should probably be fixed to not have a SONAME).
-- Mario Lang <mlang at debian.org> Tue, 13 Jan 2009 19:15:33 +0100
Modified: desktop/experimental/at-spi/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/at-spi/debian/rules?rev=18260&op=diff
==============================================================================
--- desktop/experimental/at-spi/debian/rules (original)
+++ desktop/experimental/at-spi/debian/rules Wed Jan 21 21:09:11 2009
@@ -24,6 +24,11 @@
# Specify shlib dependency information explicitly
DEB_DH_MAKESHLIBS_ARGS_libatspi1.0-0 := -V"libatspi1.0-0 (>= $(SHLIB_VERSION))"
+# the *.so are only plugins, don't generate shlibs for these;
+# usr/lib/gtk-2.0/modules/libatk-bridge.so and
+# usr/lib/orbit-2.0/Accessibility_* should be fixed to not have a SONAME
+DEB_DH_MAKESHLIBS_ARGS_at-spi += --no-act
+
DEB_DH_STRIP_ARGS += --dbg-package=libatspi-dbg
binary-install/python-pyatspi::
More information about the pkg-gnome-commits
mailing list