Package: evolution-data-server
Version: 3.2.1-1
Severity: wishlist
Tags: patch
Hey,
Would be great if e-d-s 3.2 could be uploaded to experimental. Several G3.2
features depend on it (libfoks e-d-s backend and gnome-contacts). And it would
be good to get testing going before moving things into unstable.
Patch attached to update what's in svn to the latest version, enable goa (as
that's available in experimental) and the vala bindings (as needed for folks)
Thanks!
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (101,
'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 3.1.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages evolution-data-server depends on:
ii evolution-data-server-common 3.2.1-1
ii libatk1.0-0 2.2.0-2
ii libc6 2.13-21
ii libcairo-gobject2 1.10.2-6.1
ii libcairo2 1.10.2-6.1
ii libcamel-1.2-29 3.2.1-1
ii libcomerr2 1.42~WIP-2011-10-16-1
ii libdb5.1 5.1.25-11
ii libebackend-1.2-1 3.2.1-1
ii libebook1.2-12 3.2.1-1
ii libecal1.2-10 3.2.1-1
ii libedata-book-1.2-11 3.2.1-1
ii libedata-cal-1.2-13 3.2.1-1
ii libedataserver1.2-15 3.2.1-1
ii libfontconfig1 2.8.0-3
ii libfreetype6 2.4.7-2
ii libgconf2-4 2.32.4-1
ii libgdata13 0.10.1-1
ii libgdk-pixbuf2.0-0 2.24.0-1
ii libglib2.0-0 2.30.1-2
ii libgoa-1.0-0 3.2.1-1
ii libgssapi-krb5-2 1.9.1+dfsg-3
ii libgtk-3-0 3.2.1-1
ii libgweather-3-0 3.2.1-1
ii libical0 0.44-3
ii libk5crypto3 1.9.1+dfsg-3
ii libkrb5-3 1.9.1+dfsg-3
ii libldap-2.4-2 2.4.25-4
ii libnspr4-0d 4.8.9-1
ii libnss3-1d 3.13.1.with.ckbi.1.88-1
ii liboauth0 0.9.4-3
ii libpango1.0-0 1.29.4-2
ii libsoup2.4-1 2.36.0-1
ii libsqlite3-0 3.7.9-1
ii libxml2 2.7.8.dfsg-5
ii zlib1g 1:1.2.3.4.dfsg-3
evolution-data-server recommends no packages.
Versions of packages evolution-data-server suggests:
ii evolution 3.2.1-1
ii evolution-data-server-dbg 3.2.1-1
-- no debconf information
Index: debian/control
===================================================================
--- debian/control (revision 2014)
+++ debian/control (working copy)
@@ -33,7 +33,6 @@
libgconf2-dev,
libnss3-dev,
libgtk-3-dev (>= 3.0),
- libgnome2-dev,
libsoup2.4-dev (>= 2.31.2),
libgnome-keyring-dev (>= 2.20.1),
gtk-doc-tools,
@@ -42,14 +41,16 @@
libgweather-3-dev (>= 2.90.0),
libical-dev,
libicu-dev,
- libgdata-dev (>= 0.7.0),
+ libgdata-dev (>= 0.9.1),
libgirepository1.0-dev (>= 0.9.12),
gobject-introspection (>= 0.9.12-4~),
gir1.2-glib-2.0,
gir1.2-freedesktop,
gperf,
gnome-pkg-tools,
- liboauth-dev (>= 0.9.4)
+ liboauth-dev (>= 0.9.4),
+ libgoa-1.0-dev,
+ valac-0.14
Package: evolution-data-server
Architecture: any
Index: debian/libecal1.2-dev.install
===================================================================
--- debian/libecal1.2-dev.install (revision 2014)
+++ debian/libecal1.2-dev.install (working copy)
@@ -3,3 +3,5 @@
debian/tmp/usr/include/evolution-data-server-*/libecal
debian/tmp/usr/share/gtk-doc/html/libecal
debian/tmp/usr/share/gir-1.0/ECalendar-1.2.gir
+debian/tmp/usr/share/vala/vapi/libecalendar-1.2.deps
+debian/tmp/usr/share/vala/vapi/libecalendar-1.2.vapi
Index: debian/libedataserver1.2-dev.install
===================================================================
--- debian/libedataserver1.2-dev.install (revision 2014)
+++ debian/libedataserver1.2-dev.install (working copy)
@@ -3,3 +3,4 @@
debian/tmp/usr/include/evolution-data-server-*/libedataserver
debian/tmp/usr/share/gtk-doc/html/libedataserver
debian/tmp/usr/share/gir-1.0/EDataServer-1.2.gir
+debian/tmp/usr/share/vala/vapi/libedataserver-1.2.vapi
Index: debian/changelog
===================================================================
--- debian/changelog (revision 2014)
+++ debian/changelog (working copy)
@@ -1,5 +1,6 @@
-evolution-data-server3 (3.2.0-1) UNRELEASED; urgency=low
+evolution-data-server3 (3.2.1-1) UNRELEASED; urgency=low
+ [ Yves-Alexis Perez ]
* New upstream release.
- correctly use secure connection (if used in imap) when storing mail in
sent folder. This fixes CVE-2011-3355. closes: #641052
@@ -17,8 +18,14 @@
- use --disable-goa since libgoa is not in Debian.
* debian/compat bumped to 8.
- -- Yves-Alexis Perez <[email protected]> Fri, 30 Sep 2011 23:31:08 +0200
+ [ Sjoerd Simons ]
+ * New upstream release
+ * enable goa
+ * Update libgdata b-d for goa
+ * Enable vala bindings
+ -- Sjoerd Simons <[email protected]> Sun, 06 Nov 2011 20:23:39 +0000
+
evolution-data-server3 (3.0.3-2) unstable; urgency=low
* debian/control:
Index: debian/libebook1.2-dev.install
===================================================================
--- debian/libebook1.2-dev.install (revision 2014)
+++ debian/libebook1.2-dev.install (working copy)
@@ -3,3 +3,5 @@
debian/tmp/usr/include/evolution-data-server-*/libebook
debian/tmp/usr/share/gtk-doc/html/libebook
debian/tmp/usr/share/gir-1.0/EBook-1.2.gir
+debian/tmp/usr/share/vala/vapi/libebook-1.2.vapi
+debian/tmp/usr/share/vala/vapi/libebook-1.2.deps
Index: debian/rules
===================================================================
--- debian/rules (revision 2014)
+++ debian/rules (working copy)
@@ -30,7 +30,9 @@
--with-libdb=/usr \
--enable-gtk-doc \
--enable-gnome-keyring=yes \
- --disable-goa
+ --enable-goa \
+ --enable-gojb \
+ --enable-vala-bindings
DEB_FIXPERMS_EXCLUDE_evolution-data-server += usr/lib/evolution/camel-lock-helper*