[evolution-couchdb] Fixes for the Ubuntu package to build successfully



commit 07e98f6136c9e28e10c4c245bad520bd8cb10a9e
Author: Rodrigo Moya <rodrigo gnome-db org>
Date:   Wed Jul 1 13:53:25 2009 +0200

    Fixes for the Ubuntu package to build successfully

 addressbook/Makefile.am              |    4 +-
 addressbook/e-book-backend-couchdb.c |    1 +
 debian/changelog                     |   42 ++++++++++++++++++++++++++++++++++
 debian/control                       |    5 ++-
 debian/copyright                     |   28 ++++++++++++++++++----
 5 files changed, 71 insertions(+), 9 deletions(-)
---
diff --git a/addressbook/Makefile.am b/addressbook/Makefile.am
index 24967ad..1299fd4 100644
--- a/addressbook/Makefile.am
+++ b/addressbook/Makefile.am
@@ -13,7 +13,7 @@ libebookbackendcouchdb_la_SOURCES =		\
 libebookbackendcouchdb_la_LIBADD =		\
 	$(EVOLUTION_LIBS)
 
-#libebookbackendcouchdb_la_LDADD = -module -avoid-version
+libebookbackendcouchdb_la_LDFLAGS = -module -avoid-version
 
 serverdir="$(libdir)/bonobo/servers"
 server_DATA = GNOME_Evolution_CouchDB_$(EDS_API_VERSION).server
@@ -23,4 +23,4 @@ GNOME_Evolution_CouchDB_$(EDS_API_VERSION).server: GNOME_Evolution_CouchDB.serve
 
 EXTRA_DIST = GNOME_Evolution_CouchDB.server.in
 
-CLEANFILES = GNOME_Evolution_CouchDB_$(EDS_API_VERSION).server
\ No newline at end of file
+CLEANFILES = GNOME_Evolution_CouchDB_$(EDS_API_VERSION).server
diff --git a/addressbook/e-book-backend-couchdb.c b/addressbook/e-book-backend-couchdb.c
index 7137c29..40890cc 100644
--- a/addressbook/e-book-backend-couchdb.c
+++ b/addressbook/e-book-backend-couchdb.c
@@ -23,6 +23,7 @@
 
 #include "e-book-backend-couchdb.h"
 #include <libedata-book/e-data-book.h>
+#include <libedata-book/e-data-book-view.h>
 
 G_DEFINE_TYPE (EBookBackendCouchDB, e_book_backend_couchdb, E_TYPE_BOOK_BACKEND);
 
diff --git a/debian/changelog b/debian/changelog
index cc792dd..49d3fef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,45 @@
+evolution-couchdb (0.1.1-7) karmic; urgency=low
+
+  * Added missing dependencies
+
+ -- Rodrigo Moya <rodrigo moya canonical com>  Wed, 01 Jul 2009 13:47:46 +0200
+
+evolution-couchdb (0.1.1-6) karmic; urgency=low
+
+  * Fixed control and copyright files under debian/
+
+ -- Rodrigo Moya <rodrigo moya canonical com>  Tue, 30 Jun 2009 17:32:45 +0200
+
+evolution-couchdb (0.1.1-5) karmic; urgency=low
+
+  * Added missing dependencies for EPlugin
+
+ -- Rodrigo Moya <rodrigo moya canonical com>  Fri, 26 Jun 2009 14:23:29 +0200
+
+evolution-couchdb (0.1.1-4) karmic; urgency=low
+
+  * Added missing *.install file
+
+ -- Rodrigo Moya <rodrigo moya canonical com>  Fri, 26 Jun 2009 13:45:35 +0200
+
+evolution-couchdb (0.1.1-3) karmic; urgency=low
+
+  * Added missing build dependencies
+
+ -- Rodrigo Moya <rodrigo moya canonical com>  Fri, 26 Jun 2009 12:49:52 +0200
+
+evolution-couchdb (0.1.1-2) karmic; urgency=low
+
+  * Package is for Karmic
+
+ -- Rodrigo Moya <rodrigo moya canonical com>  Fri, 26 Jun 2009 12:17:19 +0200
+
+evolution-couchdb (0.1.1-1) jaunty; urgency=low
+
+  * Added missing dependencies
+
+ -- Rodrigo Moya <rodrigo moya icanonical com>  Thu, 25 Jun 2009 23:40:39 +0200
+
 evolution-couchdb (0.1.1) karmic; urgency=low
 
   * Package 0.1.1 release 
diff --git a/debian/control b/debian/control
index 56997f5..9fa7e03 100644
--- a/debian/control
+++ b/debian/control
@@ -1,12 +1,13 @@
 Source: evolution-couchdb
-Section: devel
+Section: gnome
 Priority: optional
 Maintainer: Rodrigo Moya <rodrigo moya canonical com>
 Standards-Version: 3.8.0.1
-Build-Depends: debhelper (>= 5), libedata-book1.2-dev, libebook1.2-dev
+Build-Depends: debhelper (>= 5), libedata-book1.2-dev, libebook1.2-dev, cdbs, libcouchdb-glib-dev, libgtk2.0-dev, evolution-dev, evolution-data-server-dev
 Homepage: https://launchpad.net/ubunet
 
 Package: evolution-couchdb
+Section: gnome
 Architecture: any
 Depends: ${shlibs:Depends}, evolution
 Description: Evolution support for -CouchDB databases
diff --git a/debian/copyright b/debian/copyright
index 6e4484a..1c112df 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,11 +1,29 @@
-This package was debianized by Rodrigo Moya <rodrigo moya canonical com>
-Sun May  3 17:06:26 CEST 2009
+This package was debianized by Rodrigo Moya <rodrigo moya canonical com> on Sun, 03 May 2009 17:06:26 CEST +0100
 
-Upstream Author(s): Rodrigo Moya <rodrigo moya canonical com>
+It was downloaded from:
+  http://download.gnome.org/sources/evolution-couchdb/0.1/evolution-couchdb-0.1.1.tar.gz
 
-Copyright:
-	Copyright (C) 2009 by Canonical, Ltd <http://canonical.com>
+Upstream Author(s):
+  Rodrigo Moya <rodrigo moya canonical com>
+
+Copyright (C) 2009 Canonical Ltd
 
 License:
+  This program is free software; you can redistribute it and/or modify it under
+  the terms of the GNU General Public License as published by the Free
+  Software Foundation; either version 2 of the License, or (at your option) any
+  later version.
+
+  This program is distributed in the hope that it will be useful, but WITHOUT
+  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+  FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
+
+  You should have received a copy of the GNU General Public License along
+  with this library; if not, write to the Free Software Foundation, Inc., 51
+  Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL-2'.
 
 Packaging:
+  Rodrigo Moya <rodrigo moya canonical com>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]