r28130 - in /packages/experimental/libpeas/debian: changelog rules

mpitt at users.alioth.debian.org mpitt at users.alioth.debian.org
Tue May 31 13:11:49 UTC 2011


Author: mpitt
Date: Tue May 31 13:11:49 2011
New Revision: 28130

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=28130
Log:
debian/rules: Run tests during build, but make sure that we don't build
the tests with -Bsymbolic-functions, which confuses them. Thanks to
Michael Terry for the patch! (Closes: #627115)

Modified:
    packages/experimental/libpeas/debian/changelog
    packages/experimental/libpeas/debian/rules

Modified: packages/experimental/libpeas/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/libpeas/debian/changelog?rev=28130&op=diff
==============================================================================
--- packages/experimental/libpeas/debian/changelog [utf-8] (original)
+++ packages/experimental/libpeas/debian/changelog [utf-8] Tue May 31 13:11:49 2011
@@ -9,6 +9,9 @@
       and enables Vala support.
     - debian/rules: Call vapigen to build a vapi from generated gir.
     - debian/libpeas-dev.install: Ship libpeas-1.0.vapi.
+  * debian/rules: Run tests during build, but make sure that we don't build
+    the tests with -Bsymbolic-functions, which confuses them. Thanks to
+    Michael Terry for the patch! (Closes: #627115)
 
  -- Sebastien Bacher <seb128 at debian.org>  Tue, 17 May 2011 16:54:09 +0200
 

Modified: packages/experimental/libpeas/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/libpeas/debian/rules?rev=28130&op=diff
==============================================================================
--- packages/experimental/libpeas/debian/rules [utf-8] (original)
+++ packages/experimental/libpeas/debian/rules [utf-8] Tue May 31 13:11:49 2011
@@ -11,6 +11,11 @@
 	# build vapi interface from gir
 	cd libpeas; vapigen --library peas-1.0 Peas-1.0.gir
 
+# We clean the test directory before running check because we need to stop
+# -Bsymbolic-functions from being used when building the tests.  Else
+# the extension-c test fails.
+DEB_MAKE_CHECK_TARGET = -C tests clean check LDFLAGS=""
+
 $(patsubst %,binary-predeb/%,$(DEB_ALL_PACKAGES)) ::
 	dh_girepository -p$(cdbs_curpkg)
 




More information about the pkg-gnome-commits mailing list