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

jordi at users.alioth.debian.org jordi at users.alioth.debian.org
Tue Mar 27 17:53:37 UTC 2012


Author: jordi
Date: Tue Mar 27 17:53:36 2012
New Revision: 2107

URL: http://svn.debian.org/wsvn/pkg-evolution/?sc=1&rev=2107
Log:
* Drop obsolete e-d-s1.2 Conflicts/Replaces.
* Add Breaks on old versions of libecal1.2 and libebook1.2 to e-d-s, to
  ensure no packages using the old libs try to talk to the new server
  (closes: #623216).
* To prevent further GNOME upgrade woes, add explicit dependencies on
  e-d-s (>= ${gnome:Version}), (<< ${gnome:NextVersion}) for both libs.
* Bump Standards-Version to 3.9.3, with no further changes.

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=2107&op=diff
==============================================================================
--- unstable/evolution-data-server/debian/changelog (original)
+++ unstable/evolution-data-server/debian/changelog Tue Mar 27 17:53:36 2012
@@ -1,4 +1,4 @@
-evolution-data-server (3.2.2-2) UNRELEASED; urgency=low
+evolution-data-server (3.2.2-2) unstable; urgency=low
 
   * Remove manual call to dh_bugfiles in binary-indep which was also
     affecting arch:all packages. Instead, bump to cdbs (>= 0.4.90) to
@@ -6,8 +6,15 @@
   * Update Vcs-* URLs.
   * Add 22_gmodule_dep.patch: Add explicit dependencies on gmodule-2.0
     (closes: #665664).
-
- -- Jordi Mallach <jordi at debian.org>  Tue, 27 Mar 2012 18:56:12 +0200
+  * Drop obsolete e-d-s1.2 Conflicts/Replaces.
+  * Add Breaks on old versions of libecal1.2 and libebook1.2 to e-d-s, to
+    ensure no packages using the old libs try to talk to the new server
+    (closes: #623216).
+  * To prevent further GNOME upgrade woes, add explicit dependencies on
+    e-d-s (>= ${gnome:Version}), (<< ${gnome:NextVersion}) for both libs.
+  * Bump Standards-Version to 3.9.3, with no further changes.
+
+ -- Jordi Mallach <jordi at debian.org>  Tue, 27 Mar 2012 19:51:37 +0200
 
 evolution-data-server (3.2.2-1) unstable; urgency=low
 

Modified: unstable/evolution-data-server/debian/control
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-data-server/debian/control?rev=2107&op=diff
==============================================================================
--- unstable/evolution-data-server/debian/control (original)
+++ unstable/evolution-data-server/debian/control Tue Mar 27 17:53:36 2012
@@ -12,7 +12,7 @@
            Pedro Fragoso <ember at ubuntu.com>,
            Josselin Mouette <joss at debian.org>,
            David Weinehall <tao at debian.org>
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 Dm-Upload-Allowed: yes
 Homepage: http://www.gnome.org/projects/evolution/
 Vcs-Svn: svn://anonscm.debian.org/svn/pkg-evolution/unstable/evolution-data-server
@@ -58,10 +58,9 @@
          ${misc:Depends},
          evolution-data-server-common (= ${source:Version}),
          libcamel-1.2-29 (= ${binary:Version})
-Suggests: evolution (>= 2.6.1),
+Suggests: evolution,
           evolution-data-server-dbg (= ${binary:Version})
-Replaces: evolution-data-server1.2
-Conflicts: evolution (<< 2.24)
+Breaks: libecal-1.2-7, libecal1.2-8, libebook1.2-9, libebook1.2-10
 Description: evolution database backend server
  The data server, called "Evolution Data Server" is responsible for managing
  mail, calendar, addressbook, tasks and memo information.
@@ -176,7 +175,8 @@
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends},
-         ${misc:Depends}
+         ${misc:Depends},
+         evolution-data-server (>= ${gnome:Version}), evolution-data-server (<< ${gnome:NextVersion}) 
 Description: Client library for evolution address books
  This package is a client library for evolution addressbooks.
  .
@@ -235,7 +235,6 @@
          libgtk-3-dev,
          libedataserver1.2-dev (= ${binary:Version}),
          libebook1.2-dev (= ${binary:Version})
-Conflicts: libedataserverui1.2-dev
 Description: GUI utility library for evolution data servers (development files)
  The data server, called "Evolution Data Server" is responsible for managing
  calendar and addressbook information.
@@ -273,7 +272,8 @@
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends},
-         ${misc:Depends}
+         ${misc:Depends},
+         evolution-data-server (>= ${gnome:Version}), evolution-data-server (<< ${gnome:NextVersion}) 
 Description: Client library for evolution calendars
  Evolution is the integrated mail, calendar, task and address book
  distributed suite from Novell, Inc.
@@ -363,4 +363,3 @@
  .
  Evolution is the integrated mail, calendar, task and address book
  distributed suite from Novell, Inc.
-




More information about the pkg-evolution-commits mailing list