[couchdb-glib] Missing Ubuntu package fixes



commit 1be2b71fa1abca2f40feeaa48301a0bfc8482c7a
Author: Rodrigo Moya <rodrigo gnome-db org>
Date:   Mon Jul 20 14:03:32 2009 +0200

    Missing Ubuntu package fixes

 debian/changelog |    9 +++++++++
 debian/control   |    9 ++++-----
 debian/copyright |    2 +-
 3 files changed, 14 insertions(+), 6 deletions(-)
---
diff --git a/debian/changelog b/debian/changelog
index 1182fbd..057e0fa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+couchdb-glib (0.4.2-0ubuntu1) karmic; urgency=low
+
+  * More fixes for REVU uploading
+  * Package upstream 0.4.2 release:
+    - Fixes for Ubuntu packaging (Rodrigo Moya)
+    - Add LICENSE file to upstream tarball (Rodrigo Moya)
+
+ -- Rodrigo Moya <rodrigo moya canonical com>  Mon, 20 Jul 2009 13:33:09 +0200
+
 couchdb-glib (0.4.1-4) karmic; urgency=low
 
   * More fixes for REVU uploading
diff --git a/debian/control b/debian/control
index dfb9a86..b5f30ad 100644
--- a/debian/control
+++ b/debian/control
@@ -3,13 +3,12 @@ Section: libs
 Priority: optional
 Maintainer: "Ubuntu Developers <ubuntu-devel-discuss lists ubuntu com>"
 XSBC-Original-Maintainer: Rodrigo Moya <rodrigo moya canonical com>
-Standards-Version: 3.8.0.1
+Standards-Version: 3.8.2
 Build-Depends: debhelper (>= 5), libjson-glib-dev, libsoup2.4-dev, libsoup-gnome2.4-dev, cdbs
 Homepage: https://launchpad.net/couchdb-glib
 
 Package: libcouchdb-glib-1.0-0
-Section: libs
-Depends: ${shlibs: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
@@ -19,9 +18,9 @@ Description: GLib-based API for CouchDB
 
 Package: libcouchdb-glib-dev
 Section: libdevel
-Depends: libcouchdb-glib-1.0-0 (= ${binary:Version})
+Depends: libcouchdb-glib-1.0-0 (= ${binary:Version}) ${misc:Depends}
 Architecture: any
-Description: GLib-based API for CouchDB
+Description: Development files for GLib-based API for CouchDB
  CouchDB-GLib is a GLib-based API to access CouchDB servers
  (http://couchdb.apache.org), a replication/synchronization
  database of JSON documents, used in online services like
diff --git a/debian/copyright b/debian/copyright
index cc07a62..88d3f55 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,7 +3,7 @@ This package was debianized by Rodrigo Moya <rodrigo moya canonical com> on Sun,
 It was downloaded from:
   http://ftp.gnome.org/pub/GNOME/sources/couchdb-glib/0.4/couchdb-glib-0.4.1.tar.gz
 
-Upstream Author(s):
+Upstream Author:
   Rodrigo Moya <rodrigo moya canonical com>
 
 Copyright (C) 2009 Canonical



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