r17152 - in /desktop/unstable/anjuta/debian: changelog rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Fri Sep 26 22:32:25 UTC 2008


Author: lool
Date: Fri Sep 26 22:32:25 2008
New Revision: 17152

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=17152
Log:
Disable valgrind under kfreebsd; thanks Petr Salinger; closes: #494323.

Modified:
    desktop/unstable/anjuta/debian/changelog
    desktop/unstable/anjuta/debian/rules

Modified: desktop/unstable/anjuta/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/anjuta/debian/changelog?rev=17152&op=diff
==============================================================================
--- desktop/unstable/anjuta/debian/changelog (original)
+++ desktop/unstable/anjuta/debian/changelog Fri Sep 26 22:32:25 2008
@@ -18,6 +18,7 @@
   * Add watch file.
   * Bump bdeps to libgdl-1-dev >= 0.7.6 and libgbf-1-dev >= 0.3.0; others need
     review; pointed out by Scott Sweeny; closes: #433582.
+  * Disable valgrind under kfreebsd; thanks Petr Salinger; closes: #494323.
 
  -- Loic Minier <lool at dooz.org>  Fri, 26 Sep 2008 19:14:21 +0200
 

Modified: desktop/unstable/anjuta/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/anjuta/debian/rules?rev=17152&op=diff
==============================================================================
--- desktop/unstable/anjuta/debian/rules (original)
+++ desktop/unstable/anjuta/debian/rules Fri Sep 26 22:32:25 2008
@@ -7,6 +7,10 @@
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 include /usr/share/gnome-pkg-tools/1/rules/clean-la.mk
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
+
+ifeq ($(DEB_HOST_ARCH_OS),kfreebsd)
+DEB_CONFIGURE_EXTRA_FLAGS += --disable-plugin-valgrind
+endif
 
 DEB_CONFIGURE_SCRIPT := ./autogen.sh
 DEB_DH_INSTALLMIME_ARGS += mime/anjuta.xml




More information about the pkg-gnome-commits mailing list