[Pkg-telepathy-commits] [SCM] Empathy packaging branch, debian, updated. debian/2.31.2-2-15-g927e880

Laurent Bigonville bigon at bigon.be
Thu Jul 8 07:02:42 UTC 2010


The following commit has been merged in the debian branch:
commit 79dff5abd3dd1f694ebe365a5d8853094611c3bc
Author: Laurent Bigonville <bigon at bigon.be>
Date:   Thu Jul 8 01:15:47 2010 +0200

    debian/rules: Pass --disable-schemas-compile to prevent schemas compiling at build time.

diff --git a/debian/changelog b/debian/changelog
index 3355b36..237a817 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,8 +5,10 @@ empathy (2.31.4-1) UNRELEASED; urgency=low
   * Bump Standards-Version to 3.9.0 (no further changes)
     - debian/control: Use Breaks instead of Conflicts
   * debian/empathy.install: Install dconf schema instead of the gconf one
+  * debian/rules: Pass --disable-schemas-compile to prevent schemas compiling
+    at build time.
 
- -- Laurent Bigonville <bigon at debian.org>  Wed, 07 Jul 2010 23:40:44 +0200
+ -- Laurent Bigonville <bigon at debian.org>  Thu, 08 Jul 2010 01:15:13 +0200
 
 empathy (2.30.1.1-1) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 714c4a2..a188005 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,6 +15,7 @@ common-binary-post-install-arch:: list-missing
 
 DEB_CONFIGURE_EXTRA_FLAGS := --enable-spell \
                              --disable-tests \
+			     --disable-schemas-compile \
                              --enable-webkit \
                              --enable-map \
                              --enable-nautilus-sendto

-- 
Empathy packaging



More information about the Pkg-telepathy-commits mailing list