[Pkg-telepathy-commits] [SCM] folks packaging branch branch, debian-experimental, updated. debian/0.8.0-1-2-ga8e87b3

Laurent Bigonville bigon at bigon.be
Mon Oct 29 21:03:56 UTC 2012


The following commit has been merged in the debian-experimental branch:
commit 3fa671da3358884ceeae0d7d9372fa22d08b404d
Author: Laurent Bigonville <bigon at bigon.be>
Date:   Mon Oct 29 21:07:59 2012 +0100

    debian/control: Add tighter dependencies between the plugins and the main library (Closes: #678261)

diff --git a/debian/changelog b/debian/changelog
index 3a11986..16a8d23 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+folks (0.8.0-2) UNRELEASED; urgency=low
+
+  * debian/control: Add tighter dependencies between the plugins and the main
+    library (Closes: #678261)
+
+ -- Laurent Bigonville <bigon at debian.org>  Mon, 29 Oct 2012 21:06:53 +0100
+
 folks (0.8.0-1) experimental; urgency=low
 
   * New upstream release
diff --git a/debian/control b/debian/control
index 7bd1006..03a5b79 100644
--- a/debian/control
+++ b/debian/control
@@ -35,6 +35,7 @@ Depends: ${shlibs:Depends},
          ${misc:Depends},
          folks-common (= ${source:Version})
 Recommends: libfolks-eds25,
+Breaks: libfolks-eds25 (<< 0.8.0-2~), libfolks-telepathy25 (<< 0.8.0-2~)
 Description: library to aggregates people into metacontacts
  libfolks is a library that aggregates people from multiple sources
  (eg, Telepathy connection managers and eventually evolution data server,
@@ -95,7 +96,8 @@ Description: library to aggregates people into metacontacts - GObject-Introspect
 Package: libfolks-telepathy25
 Architecture: any
 Depends: ${shlibs:Depends},
-         ${misc:Depends}
+         ${misc:Depends},
+         libfolks25 (= ${binary:Version})
 Recommends: folks-common (= ${source:Version})
 Description: Telepathy backend for libfolks
  libfolks is a library that aggregates people from multiple sources
@@ -123,6 +125,7 @@ Package: libfolks-eds25
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
+         libfolks25 (= ${binary:Version}),
          evolution-data-server (>= 3.2.0)
 Recommends: folks-common (= ${source:Version})
 Description: Evolution-data-server backend for libfolks

-- 
folks packaging branch



More information about the Pkg-telepathy-commits mailing list