[couchdb-glib] Ubuntu package updates



commit 07a4ed0b7bc58a8ca93e924c482d45f59821005c
Author: Rodrigo Moya <rodrigo gnome-db org>
Date:   Sun Aug 9 14:02:15 2009 +0200

    Ubuntu package updates

 debian/changelog |   21 +++++++++++++++++++++
 debian/control   |    6 +++---
 2 files changed, 24 insertions(+), 3 deletions(-)
---
diff --git a/debian/changelog b/debian/changelog
index fbe432c..a282151 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,24 @@
+couchdb-glib (0.4.3-0ubuntu2) karmic; urgency=low
+
+  * Added missing uuid-dev dependency
+
+ -- Rodrigo Moya <rodrigo moya canonical com>  Sun, 09 Aug 2009 13:59:16 +0200
+
+couchdb-glib (0.4.3-0ubuntu1) karmic; urgency=low
+
+  * Package upstream 0.4.3 release:
+    - Add test suite for API (Rodrigo Moya)
+    - Make all JSON-related functions use utility functions rather than JSON-glib
+      ones, and make these remove fields from documents when values are NULL
+      (Rodrigo Moya)
+    - Added UUIDs to API, and ways to generate them for objects that don't have it
+      (Rodrigo Moya)
+    - Assume hostnames from clients come with the http/https part of the URI, so
+      don't add it (Rodrigo Moya)
+    - Increase so version of shared library (Rodrigo Moya)
+
+ -- Rodrigo Moya <rodrigo moya canonical com>  Wed, 05 Aug 2009 16:53:17 +0200
+
 couchdb-glib (0.4.2-0ubuntu2) karmic; urgency=low
 
   * Added previous fixes that I've lost while copying debian/ 
diff --git a/debian/control b/debian/control
index d070e8d..d9b6ae2 100644
--- a/debian/control
+++ b/debian/control
@@ -1,14 +1,14 @@
 Source: couchdb-glib
 Section: libs
 Priority: optional
-Maintainer: "Ubuntu Developers <ubuntu-devel-discuss lists ubuntu com>"
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss lists ubuntu com>
 XSBC-Original-Maintainer: Rodrigo Moya <rodrigo moya canonical com>
 Standards-Version: 3.8.2
 Build-Depends: debhelper (>= 5), libjson-glib-dev, libsoup2.4-dev, libsoup-gnome2.4-dev, cdbs, uuid-dev
 Homepage: https://launchpad.net/couchdb-glib
 
 Package: libcouchdb-glib-1.0-0
-Depends: ${shlibs:Depends} ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Architecture: any
 Description: GLib-based API for CouchDB
  CouchDB-GLib is a GLib-based API to access CouchDB servers
@@ -18,7 +18,7 @@ Description: GLib-based API for CouchDB
 
 Package: libcouchdb-glib-dev
 Section: libdevel
-Depends: libcouchdb-glib-1.0-0 (= ${binary:Version}) ${misc:Depends}
+Depends: libcouchdb-glib-1.0-0 (= ${binary:Version}), libglib2.0-dev, ${misc:Depends}
 Architecture: any
 Description: Development files for GLib-based API for CouchDB
  CouchDB-GLib is a GLib-based API to access CouchDB servers



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