[Pkg-telepathy-commits] [SCM] folks packaging branch branch, debian-experimental, updated. debian/0.9.1-2-16-g2c356e0

Laurent Bigonville bigon at bigon.be
Sat Jun 8 14:37:25 UTC 2013


The following commit has been merged in the debian-experimental branch:
commit 5aeac82d7dd83828f281f974ec255836c56f3dbb
Author: Laurent Bigonville <bigon at bigon.be>
Date:   Sat Jun 8 15:24:49 2013 +0200

    debian/rules: Explicitly pass --enable-zeitgeist to the configure

diff --git a/debian/changelog b/debian/changelog
index 01f115c..9b40dbf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ folks (0.9.2-1) UNRELEASED; urgency=low
     - Bump Standards-Version to 3.9.4 (no further changes)
   * Convert to multiarch policy, bump debhelper compatibility to 9 and get the
     hardening flags for free
+  * debian/rules: Explicitly pass --enable-zeitgeist to the configure
 
  -- Emilio Pozuelo Monfort <pochu at debian.org>  Tue, 28 May 2013 21:27:31 +0200
 
diff --git a/debian/rules b/debian/rules
index e085bc7..9796743 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,7 @@ override_dh_autoreconf:
 
 override_dh_auto_configure:
 	dh_auto_configure -- --enable-vala --enable-eds-backend \
-		--enable-import-tool --enable-inspect-tool \
+		--enable-import-tool --enable-inspect-tool --enable-zeitgeist \
 		--disable-ofono-backend
 
 override_dh_strip:

-- 
folks packaging branch



More information about the Pkg-telepathy-commits mailing list