Merge lp:~cyphermox/evolution-data-server/3.1.3.1 into lp:~ubuntu-desktop/evolution-data-server/ubuntu

Proposed by Mathieu Trudel-Lapierre
Status: Merged
Approved by: Mathieu Trudel-Lapierre
Approved revision: 99
Merged at revision: 99
Proposed branch: lp:~cyphermox/evolution-data-server/3.1.3.1
Merge into: lp:~ubuntu-desktop/evolution-data-server/ubuntu
Diff against target: 96 lines (+24/-6)
3 files modified
debian/changelog (+17/-0)
debian/control (+5/-5)
debian/rules (+2/-1)
To merge this branch: bzr merge lp:~cyphermox/evolution-data-server/3.1.3.1
Reviewer Review Type Date Requested Status
Ubuntu Desktop Pending
Review via email: mp+67594@code.launchpad.net
To post a comment you must log in.
99. By Mathieu Trudel-Lapierre

releasing version 3.1.3.1-0ubuntu1

Revision history for this message
Mathieu Trudel-Lapierre (cyphermox) wrote :

merging...

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2011-06-24 16:45:02 +0000
3+++ debian/changelog 2011-07-11 20:34:05 +0000
4@@ -1,3 +1,20 @@
5+evolution-data-server (3.1.3.1-0ubuntu1) oneiric; urgency=low
6+
7+ * New upstream version.
8+ - bgo 653385 - ldaps fails with server using self-signed certificate
9+ (LP: #801828)
10+ - bgo 565961 - Crash with recurring all-day event (LP: #474208)
11+ * debian/rules: build with --disable-goa for now since it's not ready.
12+ * debian/control: rename libcamel, libedataserverui packages according to
13+ soname bump.
14+ * debian/control: update evolution-data-server depends to require
15+ libcamel-1.2-28.
16+ * debian/libedataserverui-3.0-1.install, debian/libcamel-1.2-28.install:
17+ rename to follow upstream soname change.
18+ * debian/rules: update shlibs generation rules.
19+
20+ -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Mon, 11 Jul 2011 16:09:20 -0400
21+
22 evolution-data-server (3.1.2-0ubuntu1) oneiric; urgency=low
23
24 * New upstream version
25
26=== modified file 'debian/control'
27--- debian/control 2011-06-23 21:40:22 +0000
28+++ debian/control 2011-07-11 20:34:05 +0000
29@@ -56,7 +56,7 @@
30 Depends: ${shlibs:Depends},
31 ${misc:Depends},
32 evolution-data-server-common (= ${source:Version}),
33- libcamel-1.2-26 (= ${binary:Version})
34+ libcamel-1.2-28 (= ${binary:Version})
35 Suggests: evolution (>= 2.6.1),
36 evolution-data-server-dbg (= ${binary:Version})
37 Replaces: evolution-data-server1.2
38@@ -135,7 +135,7 @@
39 library. It can be used by packages using the GIRepository format to
40 generate dynamic bindings.
41
42-Package: libcamel-1.2-26
43+Package: libcamel-1.2-28
44 Section: libs
45 Architecture: any
46 Depends: ${shlibs:Depends},
47@@ -152,7 +152,7 @@
48 Package: libcamel1.2-dev
49 Section: libdevel
50 Architecture: any
51-Depends: libcamel-1.2-26 (= ${binary:Version}),
52+Depends: libcamel-1.2-28 (= ${binary:Version}),
53 ${misc:Depends},
54 ${shlibs:Depends},
55 libglib2.0-dev,
56@@ -211,7 +211,7 @@
57 can be used by packages using the GIRepository format to generate
58 dynamic bindings.
59
60-Package: libedataserverui-3.0-0
61+Package: libedataserverui-3.0-1
62 Section: libs
63 Architecture: any
64 Depends: ${shlibs:Depends},
65@@ -227,7 +227,7 @@
66 Package: libedataserverui-3.0-dev
67 Section: libdevel
68 Architecture: any
69-Depends: libedataserverui-3.0-0 (= ${binary:Version}),
70+Depends: libedataserverui-3.0-1 (= ${binary:Version}),
71 ${misc:Depends},
72 ${shlibs:Depends},
73 libgtk-3-dev,
74
75=== renamed file 'debian/libcamel-1.2-26.install' => 'debian/libcamel-1.2-28.install'
76=== renamed file 'debian/libedataserverui-3.0-0.install' => 'debian/libedataserverui-3.0-1.install'
77=== modified file 'debian/rules'
78--- debian/rules 2011-06-23 21:41:41 +0000
79+++ debian/rules 2011-07-11 20:34:05 +0000
80@@ -15,7 +15,7 @@
81 DEB_SHLIBDEPS_INCLUDE += debian/tmp/usr/lib
82
83 DEB_DH_MAKESHLIBS_ARGS_ALL += -V
84-DEB_DH_MAKESHLIBS_ARGS_libcamel-1.2-26 += -V'libcamel-1.2-26 (>= $(DEB_GNOME_VERSION)), libcamel-1.2-26 (<< $(DEB_GNOME_NEXTVERSION))'
85+DEB_DH_MAKESHLIBS_ARGS_libcamel-1.2-28 += -V'libcamel-1.2-28 (>= $(DEB_GNOME_VERSION)), libcamel-1.2-28 (<< $(DEB_GNOME_NEXTVERSION))'
86
87 LDFLAGS=$(shell dpkg-buildflags --get LDFLAGS)
88 CFLAGS=$(shell dpkg-buildflags --get CFLAGS)
89@@ -26,6 +26,7 @@
90
91 DEB_CONFIGURE_EXTRA_FLAGS += --sysconfdir=/etc \
92 --libexecdir=\$${prefix}/lib/evolution \
93+ --disable-goa \
94 --enable-ipv6 \
95 --enable-ssl \
96 --enable-nntp \

Subscribers

People subscribed via source and target branches