[evolution-couchdb] Ubuntu package updates



commit 68cea76d8314c32cea992dd17e56414bd25dc1a1
Author: Rodrigo Moya <rodrigo gnome-db org>
Date:   Sun Aug 9 14:04:41 2009 +0200

    Ubuntu package updates

 debian/changelog |   21 +++++++++++++++++++++
 debian/control   |    3 +--
 debian/rules     |    4 ++--
 3 files changed, 24 insertions(+), 4 deletions(-)
---
diff --git a/debian/changelog b/debian/changelog
index 7b1154b..36b66d5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,24 @@
+evolution-couchdb (0.1.4-0ubuntu2) karmic; urgency=low
+
+  * Add missing libdbus-glib-1-dev dependency
+
+ -- Rodrigo Moya <rodrigo moya canonical com>  Sat, 08 Aug 2009 22:44:10 +0200
+
+evolution-couchdb (0.1.4-0ubuntu1) karmic; urgency=low
+
+  * Package 0.1.4 upstream release:
+    - Set descriptions for mail addresses correctly (Rodrigo Moya)
+    - Added UI for selecting different CouchDB instances (Rodrigo Moya)
+    - Remove all .a and .la files from the package (Ken Van Dine)
+    - Use the couchdb instance as specified on the ESource (Rodrigo Moya)
+    - Remove unneeded .server file from install (Rodrigo Moya)
+    - Pass NULL UUIDs to all contacts fields so that they get generated
+      (Rodrigo Moya)
+    - Clean up headers in the source files and the debian/copyright to
+      make sure the license is consistently GPL-3 (Ken Van Dine)
+
+ -- Rodrigo Moya <rodrigo moya canonical com>  Wed, 05 Aug 2009 17:55:49 +0200
+
 evolution-couchdb (0.1.3-0ubuntu3) karmic; urgency=low
 
   * Version dependencies
diff --git a/debian/control b/debian/control
index 71d7b07..4485fcc 100644
--- a/debian/control
+++ b/debian/control
@@ -3,9 +3,8 @@ Section: gnome
 Priority: optional
 Maintainer: Ubuntu Developers <ubuntu-devel-discuss lists ubuntu com>
 XSBC-Original-Maintainer: Rodrigo Moya <rodrigo moya canonical com>
-Vcs-Bzr: lp:evolution-couchdb
 Standards-Version: 3.8.2
-Build-Depends: debhelper (>= 5), libedata-book1.2-dev (>= 2.27.0), libebook1.2-dev (>= 2.27.0), cdbs, libcouchdb-glib-dev (>= 0.2), libgtk2.0-dev, evolution-dev (>= 2.27.0), evolution-data-server-dev (>= 2.27.0)
+Build-Depends: debhelper (>= 5), libedata-book1.2-dev (>= 2.27.0), libebook1.2-dev (>= 2.27.0), cdbs, libcouchdb-glib-dev (>= 0.2), libgtk2.0-dev, evolution-dev (>= 2.27.0), evolution-data-server-dev (>= 2.27.0), libdbus-glib-1-dev
 Homepage: https://launchpad.net/evolution-couchdb
 
 Package: evolution-couchdb
diff --git a/debian/rules b/debian/rules
index 66caecd..de3b160 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,10 @@
 #! /usr/bin/make -f
 
-DEB_DH_MAKESHLIBDEPS_ARGS = -Xusr/lib/evolution
-
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/gnome.mk
 
+DEB_DH_MAKESHLIBS_ARGS = -Xusr/lib/evolution
+
 binary-post-install/evolution-couchdb::
 	find debian/evolution-couchdb/usr/lib -name \*.la -exec rm {} \;
 	find debian/evolution-couchdb/usr/lib -name \*.a -exec rm {} \;



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