r40241 - in /attic/libbonobo/debian: changelog patches/03_dont_use_srcdir_in_tests.patch patches/series

rbalint at users.alioth.debian.org rbalint at users.alioth.debian.org
Wed Nov 6 17:43:33 UTC 2013


Author: rbalint
Date: Wed Nov  6 17:43:32 2013
New Revision: 40241

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=40241
Log:
Don't use srcdir in tests/Makefile.am (Closes: #713695)

Added:
    attic/libbonobo/debian/patches/03_dont_use_srcdir_in_tests.patch
Modified:
    attic/libbonobo/debian/changelog
    attic/libbonobo/debian/patches/series

Modified: attic/libbonobo/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/libbonobo/debian/changelog?rev=40241&op=diff
==============================================================================
--- attic/libbonobo/debian/changelog	[utf-8] (original)
+++ attic/libbonobo/debian/changelog	[utf-8] Wed Nov  6 17:43:32 2013
@@ -1,3 +1,9 @@
+libbonobo (2.32.1-2) unstable; urgency=low
+
+  * Don't use srcdir in tests/Makefile.am (Closes: #713695)
+
+ -- Balint Reczey <balint at balintreczey.hu>  Wed, 06 Nov 2013 17:35:32 +0100
+
 libbonobo (2.32.1-1) unstable; urgency=low
 
   * New upstream release.

Added: attic/libbonobo/debian/patches/03_dont_use_srcdir_in_tests.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/libbonobo/debian/patches/03_dont_use_srcdir_in_tests.patch?rev=40241&op=file
==============================================================================
--- attic/libbonobo/debian/patches/03_dont_use_srcdir_in_tests.patch	(added)
+++ attic/libbonobo/debian/patches/03_dont_use_srcdir_in_tests.patch	[utf-8] Wed Nov  6 17:43:32 2013
@@ -0,0 +1,22 @@
+Description: Don't use srcdir in tests/Makefile.am
+ It breaks the build
+ .
+Author: YunQiang Su <wzssyqa at gmail.com>
+Bug-Debian: http://bugs.debian.org/713695
+--- libbonobo-2.32.1.orig/tests/Makefile.am
++++ libbonobo-2.32.1/tests/Makefile.am
+@@ -51,11 +51,11 @@ TESTS_ENVIRONMENT =					\
+ 	LD_LIBRARY_PATH="$(top_builddir)/bonobo/.libs:$$LD_LIBRARY_PATH"	\
+ 	PATH="$(top_builddir)/bonobo/.libs:$$PATH"	\
+ 	BONOBO_PLUGIN_PATH="$(top_builddir)/storage-modules/.libs:$$BONOBO_PLUGIN_PATH"\
+-	BONOBO_ACTIVATION_PATH="$(srcdir)$(SEARCHPATHSEP)$$BONOBO_ACTIVATION_PATH"\
+-	MODELS_DIR="$(srcdir)/models"
++	BONOBO_ACTIVATION_PATH="$(SEARCHPATHSEP)$$BONOBO_ACTIVATION_PATH"\
++	MODELS_DIR="models"
+ 
+ TESTS = test-moniker$(EXEEXT) test-event-source$(EXEEXT) test-object$(EXEEXT) \
+-	test-stream-mem$(EXEEXT) $(srcdir)/test-properties.sh test-storage-mem$(EXEEXT) \
++	test-stream-mem$(EXEEXT) test-properties.sh test-storage-mem$(EXEEXT) \
+ 	test-main-loop$(EXEEXT)
+ 
+ # TESTS += test-generic-factory.sh

Modified: attic/libbonobo/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/libbonobo/debian/patches/series?rev=40241&op=diff
==============================================================================
--- attic/libbonobo/debian/patches/series	[utf-8] (original)
+++ attic/libbonobo/debian/patches/series	[utf-8] Wed Nov  6 17:43:32 2013
@@ -1,3 +1,4 @@
 01_disable_deprecated.patch
 02_link_add_libraries.patch
 20_server-files-gettext.patch
+03_dont_use_srcdir_in_tests.patch




More information about the pkg-gnome-commits mailing list