r17598 - /desktop/experimental/esound/debian/rules

joss at users.alioth.debian.org joss at users.alioth.debian.org
Sat Nov 15 11:26:10 UTC 2008


Author: joss
Date: Sat Nov 15 11:26:10 2008
New Revision: 17598

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=17598
Log:
dh_makeshlibs fixes

Modified:
    desktop/experimental/esound/debian/rules

Modified: desktop/experimental/esound/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/esound/debian/rules?rev=17598&op=diff
==============================================================================
--- desktop/experimental/esound/debian/rules (original)
+++ desktop/experimental/esound/debian/rules Sat Nov 15 11:26:10 2008
@@ -18,10 +18,11 @@
 
 ifeq ($(DEB_BUILD_ARCH),hurd-i386)
     DEB_CONFIGURE_EXTRA_FLAGS += --disable-local-sound
-    DEB_DH_MAKESHLIBS_ARGS_ALL := "libesd0 (>= 0.2.35)"
+    DEB_DH_MAKESHLIBS_ARGS_ALL := -V "libesd0 (>= 0.2.35)"
 else
-    DEB_DH_MAKESHLIBS_ARGS_ALL := "libesd-alsa0 (>= 0.2.35) | libesd0 (>= 0.2.35)"
+    DEB_DH_MAKESHLIBS_ARGS_ALL := -V "libesd-alsa0 (>= 0.2.35) | libesd0 (>= 0.2.35)"
 endif
+DEB_DH_MAKESHLIBS_ARGS_esound-clients := --no-act
 
 clean::
 	sed -i "s/@ALSA_ARCHES@/$(shell type-handling any linux)/g" debian/control




More information about the pkg-gnome-commits mailing list