[couchdb-glib] Some fixes for the (not yet working) Ubuntu package



commit 8becd66db7ba23eb4a840f7e011effbd3c372a1b
Author: Rodrigo Moya <rodrigo gnome-db org>
Date:   Mon Jun 15 17:05:16 2009 +0200

    Some fixes for the (not yet working) Ubuntu package

 configure.ac   |    2 +-
 debian/control |   10 ++++++++--
 2 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 2b8cd51..9808c2c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@ AC_DISABLE_STATIC
 AC_PROG_CC
 AC_PROG_LIBTOOL
 
-PKG_CHECK_MODULES(COUCHDB_GLIB, glib-2.0 gobject-2.0 json-glib-1.0 libsoup-2.4 libsoup-gnome-2.4)
+PKG_CHECK_MODULES(COUCHDB_GLIB, glib-2.0 gobject-2.0 json-glib-1.0 >= 0.7.0 libsoup-2.4 libsoup-gnome-2.4)
 AC_SUBST(COUCHDB_GLIB_CFLAGS)
 AC_SUBST(COUCHDB_GLIB_LIBS)
 
diff --git a/debian/control b/debian/control
index e17ee7d..d17a673 100644
--- a/debian/control
+++ b/debian/control
@@ -3,11 +3,17 @@ Section: devel
 Priority: optional
 Maintainer: Rodrigo Moya <rodrigo moya canonical com>
 Standards-Version: 3.8.0.1
-Build-Depends: debhelper (>= 5)
+Build-Depends: debhelper (>= 5), libjson-glib-dev, libsoup2.4-dev, libsoup-gnome2.4-dev
 Homepage: https://launchpad.net/ubunet
 
-Package: couchdb-glib
+Package: libcouchdb-glib-1.0-0
 Architecture: any
 Description: GLib-based API for CouchDB
  This package provides a GLib-based API to access CouchDB servers
  (http://couchdb.apache.org)
+
+Package: libcouchdb-glib-dev
+Architecture: any
+Description: GLib-based API for CouchDB
+ This package provides header files and libraries for couchdb-glib, a
+ GLib-based API to access CouchDB servers (http://couchdb.apache.org)



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