r3295 - in /unstable/evolution-data-server/debian: changelog control

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sat Dec 16 15:43:59 UTC 2017


Author: biebl
Date: Sat Dec 16 15:43:59 2017
New Revision: 3295

URL: http://svn.debian.org/wsvn/pkg-evolution/?sc=1&rev=3295
Log:
Add Conflicts against libical2 to libecal-1.2-19 and libedata-cal-1.2-28.
This avoids that applications that link against libecal/libedata-cal and
libical end up with both libical2 and libical3 being loaded into their
address space. This is not supported and leads to a crash.
(Closes: #884012)

Modified:
    unstable/evolution-data-server/debian/changelog
    unstable/evolution-data-server/debian/control

Modified: unstable/evolution-data-server/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-data-server/debian/changelog?rev=3295&op=diff
==============================================================================
--- unstable/evolution-data-server/debian/changelog	(original)
+++ unstable/evolution-data-server/debian/changelog	Sat Dec 16 15:43:59 2017
@@ -1,3 +1,13 @@
+evolution-data-server (3.26.3-2) UNRELEASED; urgency=medium
+
+  * Add Conflicts against libical2 to libecal-1.2-19 and libedata-cal-1.2-28.
+    This avoids that applications that link against libecal/libedata-cal and
+    libical end up with both libical2 and libical3 being loaded into their
+    address space. This is not supported and leads to a crash.
+    (Closes: #884012)
+
+ -- Michael Biebl <biebl at debian.org>  Sat, 16 Dec 2017 16:36:57 +0100
+
 evolution-data-server (3.26.3-1) unstable; urgency=medium
 
   * New upstream release

Modified: unstable/evolution-data-server/debian/control
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-data-server/debian/control?rev=3295&op=diff
==============================================================================
--- unstable/evolution-data-server/debian/control	(original)
+++ unstable/evolution-data-server/debian/control	Sat Dec 16 15:43:59 2017
@@ -393,6 +393,7 @@
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends},
          ${misc:Depends}
+Conflicts: libical2
 Description: Client library for evolution calendars
  Evolution is the integrated mail, calendar, task and address book
  distributed suite from Novell, Inc.
@@ -422,6 +423,7 @@
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends},
          ${misc:Depends}
+Conflicts: libical2
 Description: Backend library for evolution calendars
  Evolution is the integrated mail, calendar, task and address book
  distributed suite from Novell, Inc.




More information about the pkg-evolution-commits mailing list