r1827 - in /unstable/evolution-exchange/debian: changelog control evolution-exchange.install patches/01_link_libresolv.patch patches/series rules

joss at users.alioth.debian.org joss at users.alioth.debian.org
Thu Feb 17 21:22:55 UTC 2011


Author: joss
Date: Thu Feb 17 21:22:54 2011
New Revision: 1827

URL: http://svn.debian.org/wsvn/pkg-evolution/?sc=1&rev=1827
Log:
* New upstream release.
* Bump build-dependencies and dependencies.
* Fix camel providers installation path.
* 01_link_libresolv.patch: add missing libresolv in link arguments.
* Use dh_autoreconf on top of that.

Added:
    unstable/evolution-exchange/debian/patches/01_link_libresolv.patch
    unstable/evolution-exchange/debian/patches/series
Modified:
    unstable/evolution-exchange/debian/changelog
    unstable/evolution-exchange/debian/control
    unstable/evolution-exchange/debian/evolution-exchange.install
    unstable/evolution-exchange/debian/rules

Modified: unstable/evolution-exchange/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-exchange/debian/changelog?rev=1827&op=diff
==============================================================================
--- unstable/evolution-exchange/debian/changelog (original)
+++ unstable/evolution-exchange/debian/changelog Thu Feb 17 21:22:54 2011
@@ -1,3 +1,13 @@
+evolution-exchange (2.32.2-1) unstable; urgency=low
+
+  * New upstream release.
+  * Bump build-dependencies and dependencies.
+  * Fix camel providers installation path.
+  * 01_link_libresolv.patch: add missing libresolv in link arguments.
+  * Use dh_autoreconf on top of that.
+
+ -- Josselin Mouette <joss at debian.org>  Thu, 17 Feb 2011 21:56:23 +0100
+
 evolution-exchange (2.30.3-1) unstable; urgency=low
 
   [ Yves-Alexis Perez ]

Modified: unstable/evolution-exchange/debian/control
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-exchange/debian/control?rev=1827&op=diff
==============================================================================
--- unstable/evolution-exchange/debian/control (original)
+++ unstable/evolution-exchange/debian/control Thu Feb 17 21:22:54 2011
@@ -18,26 +18,27 @@
                dpkg-dev (>= 1.14.16),
                cdbs (>= 0.4.37),
                gnome-pkg-tools,
+               dh-autoreconf,
                pkg-config,
                libglib2.0-dev (>= 2.16.0),
-               libgtk2.0-dev (>= 2.10.0),
+               libgtk2.0-dev (>= 2.20.0),
                libgconf2-dev (>= 2.0.0),
                libxml2-dev (>= 2.0.0),
                libsoup2.4-dev (>= 2.3.0),
-               libebook1.2-dev (>= 2.30.3),
-               libecal1.2-dev (>= 2.30.3),
+               libebook1.2-dev (>= 2.32.2),
+               libecal1.2-dev (>= 2.32.2),
                libical-dev,
-               libedataserver1.2-dev (>= 2.30.3),
-               libedataserverui1.2-dev (>= 2.30.3),
-               libedata-book1.2-dev (>= 2.30.3),
-               libedata-cal1.2-dev (>= 2.30.3),
-               libegroupwise1.2-dev (>= 2.30.3),
-               libebackend1.2-dev (>= 2.30.3),
-               evolution-dev (>= 2.30.3),
-               evolution-data-server-dev (>= 2.30.3),
+               libedataserver1.2-dev (>= 2.32.2),
+               libedataserverui1.2-dev (>= 2.32.2),
+               libedata-book1.2-dev (>= 2.32.2),
+               libedata-cal1.2-dev (>= 2.32.2),
+               libegroupwise1.2-dev (>= 2.32.2),
+               libebackend1.2-dev (>= 2.32.2),
+               evolution-dev (>= 2.32.2),
+               evolution-data-server-dev (>= 2.32.2),
                intltool (>= 0.35.5),
                liborbit2-dev,
-               libcamel1.2-dev (>= 2.30.3),
+               libcamel1.2-dev (>= 2.32.2),
                libldap2-dev,
                gtk-doc-tools (>= 1.9),
                libdb-dev,
@@ -47,8 +48,8 @@
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         evolution (>= 2.30.0),
-         evolution (<< 2.31.0)
+         evolution (>= 2.32.0),
+         evolution (<< 2.33.0)
 Conflicts: ximian-connector
 Provides: ximian-connector
 Replaces: ximian-connector

Modified: unstable/evolution-exchange/debian/evolution-exchange.install
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-exchange/debian/evolution-exchange.install?rev=1827&op=diff
==============================================================================
--- unstable/evolution-exchange/debian/evolution-exchange.install (original)
+++ unstable/evolution-exchange/debian/evolution-exchange.install Thu Feb 17 21:22:54 2011
@@ -2,8 +2,8 @@
 debian/tmp/usr/bin
 debian/tmp/usr/lib/evolution/*/plugins/*.eplug
 debian/tmp/usr/lib/evolution/*/plugins/*.so
-debian/tmp/usr/lib/evolution-data-server-1.2/camel-providers-*/*.urls
-debian/tmp/usr/lib/evolution-data-server-1.2/camel-providers-*/*.so
+debian/tmp/usr/lib/evolution-data-server-1.2/camel-providers/*.urls
+debian/tmp/usr/lib/evolution-data-server-1.2/camel-providers/*.so
 debian/tmp/usr/lib/evolution-data-server-1.2/extensions/*.so
 debian/tmp/usr/share/evolution
 debian/tmp/usr/share/evolution-exchange

Added: unstable/evolution-exchange/debian/patches/01_link_libresolv.patch
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-exchange/debian/patches/01_link_libresolv.patch?rev=1827&op=file
==============================================================================
--- unstable/evolution-exchange/debian/patches/01_link_libresolv.patch (added)
+++ unstable/evolution-exchange/debian/patches/01_link_libresolv.patch Thu Feb 17 21:22:54 2011
@@ -1,0 +1,12 @@
+Index: evolution-exchange-2.32.2/server/lib/Makefile.am
+===================================================================
+--- evolution-exchange-2.32.2.orig/server/lib/Makefile.am	2011-02-17 22:13:00.640844550 +0100
++++ evolution-exchange-2.32.2/server/lib/Makefile.am	2011-02-17 22:14:09.137338446 +0100
+@@ -75,6 +75,7 @@ libexchange_la_LIBADD = \
+ 	$(GNOME_PLATFORM_LIBS) \
+ 	$(SOUP_LIBS) \
+ 	$(KRB5_LIBS) \
++	-lresolv \
+ 	$(LDAP_LIBS)
+ 
+ libexchange_la_SOURCES = \

Added: unstable/evolution-exchange/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-exchange/debian/patches/series?rev=1827&op=file
==============================================================================
--- unstable/evolution-exchange/debian/patches/series (added)
+++ unstable/evolution-exchange/debian/patches/series Thu Feb 17 21:22:54 2011
@@ -1,0 +1,1 @@
+01_link_libresolv.patch

Modified: unstable/evolution-exchange/debian/rules
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-exchange/debian/rules?rev=1827&op=diff
==============================================================================
--- unstable/evolution-exchange/debian/rules (original)
+++ unstable/evolution-exchange/debian/rules Thu Feb 17 21:22:54 2011
@@ -3,7 +3,7 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/gnome.mk
 include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
-
+include /usr/share/cdbs/1/rules/autoreconf.mk
 
 CFLAGS += -fPIC
 




More information about the pkg-evolution-commits mailing list