[Pkg-telepathy-commits] [SCM] Salut packaging branch, debian-experimental, updated. debian/0.7.0-1-10-gce7eeec
Laurent Bigonville
bigon at bigon.be
Fri Apr 13 15:13:09 UTC 2012
The following commit has been merged in the debian-experimental branch:
commit 6956bb56500c9ccceacff8d5e8bf3d80f7c15724
Author: Laurent Bigonville <bigon at bigon.be>
Date: Fri Apr 13 17:02:47 2012 +0200
Disable build of static libraries
diff --git a/debian/changelog b/debian/changelog
index 68cea16..b5a5196 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,8 +7,9 @@ telepathy-salut (0.8.0-1) UNRELEASED; urgency=low
- Add uuid-dev to the build-dependencies
* debian/rules:
- Remove the development symlinks for our private (plugin) libraries
+ - Disable build of static libraries
- -- Laurent Bigonville <bigon at debian.org> Fri, 13 Apr 2012 16:11:32 +0200
+ -- Laurent Bigonville <bigon at debian.org> Fri, 13 Apr 2012 17:02:31 +0200
telepathy-salut (0.7.0-1) experimental; urgency=low
diff --git a/debian/rules b/debian/rules
index bfce710..339bc9d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ common-binary-post-install-arch:: list-missing
# cdbs defaults to a subdirectory per source package, which is overkill for us
DEB_CONFIGURE_LIBEXECDIR := "\$${prefix}/lib/telepathy"
-DEB_CONFIGURE_EXTRA_FLAGS := --enable-olpc
+DEB_CONFIGURE_EXTRA_FLAGS := --enable-olpc --disable-static
include $(CURDIR)/debian/update-patches.mk
--
Salut packaging
More information about the Pkg-telepathy-commits
mailing list