r2081 - in /unstable/evolution-data-server/debian: changelog control patches/21_link_libical.patch patches/series

joss at users.alioth.debian.org joss at users.alioth.debian.org
Fri Dec 16 18:59:13 UTC 2011


Author: joss
Date: Fri Dec 16 18:59:13 2011
New Revision: 2081

URL: http://svn.debian.org/wsvn/pkg-evolution/?sc=1&rev=2081
Log:
* Move gir packages to introspection section.
* 21_link_libical.patch: new patch. Correctly link to libical (for 
  01_timezones.patch).

Added:
    unstable/evolution-data-server/debian/patches/21_link_libical.patch
Modified:
    unstable/evolution-data-server/debian/changelog
    unstable/evolution-data-server/debian/control
    unstable/evolution-data-server/debian/patches/series

Modified: unstable/evolution-data-server/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-data-server/debian/changelog?rev=2081&op=diff
==============================================================================
--- unstable/evolution-data-server/debian/changelog (original)
+++ unstable/evolution-data-server/debian/changelog Fri Dec 16 18:59:13 2011
@@ -13,6 +13,9 @@
   * 20_gettext_intltool.patch: don’t confuse autoreconf by using both 
     gettext and intltool.
   * Call dh-autoreconf.
+  * Move gir packages to introspection section.
+  * 21_link_libical.patch: new patch. Correctly link to libical (for 
+    01_timezones.patch).
 
  -- Josselin Mouette <joss at debian.org>  Fri, 16 Dec 2011 19:43:35 +0100
 

Modified: unstable/evolution-data-server/debian/control
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-data-server/debian/control?rev=2081&op=diff
==============================================================================
--- unstable/evolution-data-server/debian/control (original)
+++ unstable/evolution-data-server/debian/control Fri Dec 16 18:59:13 2011
@@ -124,7 +124,7 @@
  This package contains header files and static library for libedataserver.
 
 Package: gir1.2-edataserver-1.2
-Section: libs
+Section: introspection
 Architecture: any
 Depends: ${gir:Depends},
          ${shlibs:Depends},
@@ -201,7 +201,7 @@
  distributed suite from Novell, Inc.
 
 Package: gir1.2-ebook-1.2
-Section: libs
+Section: introspection
 Architecture: any
 Depends: ${gir:Depends},
          ${shlibs:Depends},
@@ -297,7 +297,7 @@
  This package contains header files and static library for libecal.
 
 Package: gir1.2-ecalendar-1.2
-Section: libs
+Section: introspection
 Architecture: any
 Depends: ${gir:Depends},
          ${shlibs:Depends},

Added: unstable/evolution-data-server/debian/patches/21_link_libical.patch
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-data-server/debian/patches/21_link_libical.patch?rev=2081&op=file
==============================================================================
--- unstable/evolution-data-server/debian/patches/21_link_libical.patch (added)
+++ unstable/evolution-data-server/debian/patches/21_link_libical.patch Fri Dec 16 18:59:13 2011
@@ -1,0 +1,12 @@
+Index: evolution-data-server-3.2.2/calendar/libedata-cal/Makefile.am
+===================================================================
+--- evolution-data-server-3.2.2.orig/calendar/libedata-cal/Makefile.am	2011-10-20 12:32:50.000000000 +0200
++++ evolution-data-server-3.2.2/calendar/libedata-cal/Makefile.am	2011-12-16 19:58:24.557153544 +0100
+@@ -115,6 +115,7 @@ e_calendar_factory_LDADD =						\
+ 	libedata-cal-1.2.la						\
+ 	$(top_builddir)/libedataserver/libedataserver-1.2.la 		\
+ 	$(top_builddir)/libebackend/libebackend-1.2.la			\
++	$(LIBICAL_LIBS)							\
+ 	$(FACTORY_GTK_LIBS)
+ 
+ -include $(top_srcdir)/git.mk

Modified: unstable/evolution-data-server/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-data-server/debian/patches/series?rev=2081&op=diff
==============================================================================
--- unstable/evolution-data-server/debian/patches/series (original)
+++ unstable/evolution-data-server/debian/patches/series Fri Dec 16 18:59:13 2011
@@ -7,3 +7,4 @@
 07_http_crash.patch
 08_newfolder_imap.patch
 20_gettext_intltool.patch
+21_link_libical.patch




More information about the pkg-evolution-commits mailing list