--- couchdb-glib-0.6.3.orig/debian/changelog +++ couchdb-glib-0.6.3/debian/changelog @@ -0,0 +1,232 @@ +couchdb-glib (0.6.3-0ubuntu2) lucid-proposed; urgency=low + + * debian/rules: + - Add --disable-debug-messages configure flag (LP: #591873) + + -- Rodrigo Moya Tue, 17 Aug 2010 09:56:53 +0200 + +couchdb-glib (0.6.3-0ubuntu1) lucid; urgency=low + + * New upstream release: + - Never have a NULL URI in CouchdbSession (Rodrigo Moya) + - Add missing contact name fields to desktopcouch API (Rodrigo Moya) + (LP: #532930) + - Include couchdb-glib directory when scanning desktopcouch for + introspection (Rodrigo Moya) + + -- Rodrigo Moya Thu, 08 Apr 2010 16:40:18 +0200 + +couchdb-glib (0.6.2-0ubuntu1) lucid; urgency=low + + * New upstream release: + - Use correct includedir for desktopcouch-glib introspection (Rodrigo Moya) + - Add missing header for free() (Andreas Jaeger) + - Return TRUE in watch_timeout_cb (Andreas Jaeger) + + -- Rodrigo Moya Thu, 18 Mar 2010 09:28:34 +0100 + +couchdb-glib (0.6.1-0ubuntu3) lucid; urgency=low + + * debian/libdesktopcouch-glib-1.0-2.install, libcouchdb-glib-1.0-2.install + - fixed up install files to match correct soname versioning + + -- Ken VanDine Tue, 23 Feb 2010 09:25:55 -0500 + +couchdb-glib (0.6.1-0ubuntu2) lucid; urgency=low + + * debian/control + - fixed package versioning to match soname + + -- Ken VanDine Tue, 23 Feb 2010 08:39:02 -0500 + +couchdb-glib (0.6.1-0ubuntu1) lucid; urgency=low + + * New upstream release (LP: #524653) + - Version correctly ABI-breaking lib (Rodrigo Moya) + + [ Ken VanDine ] + * debian/control + - added build depends for libgnome-keyring-dev and libdbus-glib-1-dev + - added depends for libjson-glib-dev to couchdb-glib-dev + - added a breaks for libcouchdb-glib-1.0-1 + + -- Rodrigo Moya Fri, 19 Feb 2010 21:14:13 +0100 + +couchdb-glib (0.6.0-0ubuntu1) lucid; urgency=low + + * New upstream release 0.6.0 + - Move contacts record code to desktopcouch-glib (Rodrigo Moya) + - Add categories API for contacts documents (Rodrigo Moya) + - Don't force callers to pass a GError (Rodrigo Moya) + - Add replication API (Rodrigo Moya) + - Add API for compacting databases (Rodrigo Moya) + - Add API documentation (Rodrigo Moya) + - Free also the uuid stored in CouchdbStructField object (Rodrigo Moya) + - Add support for arrays values (Rodrigo Moya) + + * New upstream release 0.5.99 + - Privatize object declarations and added accessor methods (Johan Dahlin) + - Rename CouchDB* to Couchdb (Johan Dahlin) + - Rename Couchdb object to CouchdbSession (Rodrigo Moya) + - Add introspection support (Johan Dahlin) + - GObjectify CouchdbSession object's constructor (Johan Dahlin) + - Added json-glib dependency to .pc files (Rodrigo Moya) + - Use a private structure instead of hiding the CouchdbSession object + declaration (Rodrigo Moya) + - Added desktopcouch-glib library, to contain desktopcouch-specific + code (Rodrigo Moya) + - Add configure option to enable/disable debug messages (Adi Roiban) + - Added CouchdbCredentials object to store credentials (Rodrigo Moya) + - Use the new credentials object for authentication (Rodrigo Moya) + - Conditionally log debugging messages (Adi Roiban) + - Add basic HTTP authentication to CouchdbCredentials (Adi Roiban) + + -- Elliot Murphy Sun, 14 Feb 2010 09:51:18 -0500 + +couchdb-glib (0.5.3-0ubuntu1) lucid; urgency=low + + * New upstream release: + - Remove superfluous OAuth debug messages + - Set a shorter timeout (1 minute) for localhost polling + - Only return a CouchDBStructField in couchdb_struct_field_get_struct_field + if the field exists (LP: #472465) + - Fixed typo in postal address's street field name (LP: #451837) + + -- Rodrigo Moya Thu, 19 Nov 2009 17:37:03 +0100 + +couchdb-glib (0.5.2-0ubuntu1) karmic; urgency=low + + * New upstream release: + - Don't include non-OAuth URL parameters in OAuth header (LP: #444576) + - Return TRUE in couchdb_document_delete when successful + + -- Rodrigo Moya Thu, 08 Oct 2009 16:41:17 +0200 + +couchdb-glib (0.5.1-0ubuntu1) karmic; urgency=low + + * New upstream release: + - Added API to manipulate IM addresses for contact records (LP: #415297) + - Use 127.0.0.1 instead of localhost for local couchdb instances + * debian/libcouchdb-glib-1.0-1.symbols + - Added symbols + + -- Rodrigo Moya Mon, 05 Oct 2009 17:57:43 +0200 + +couchdb-glib (0.5.0-0ubuntu1) karmic; urgency=low + + [ Rodrigo Moya ] + * New upstream release: (LP: #426879) + - Added changes notifications. (LP: #420435) + - Added some API info to the README file. + - Encode document UIDs when doing HTTP requests. (LP: #423746) + - Added OAuth support. (LP: #423094) + * Added libssl-dev build dependency. + + [ Martin Pitt ] + * Import into bzr, set Vcs-Bzr: field in debian/control. + * Add debian/libcouchdb-glib-1.0-1.symbols for proper shlibs generation. + * debian/control: Wrap build depends. + * debian/control: Bump Standards-Version to 3.8.3 (no changes needed). + + -- Martin Pitt Thu, 10 Sep 2009 18:43:19 +0200 + +couchdb-glib (0.4.5-0ubuntu2) karmic; urgency=low + + * Package upstream 0.4.5 release: (LP: #419160) + - Add lots of new contact record fields (Rodrigo Moya) + - Check presence of fields in JSON objects before accessing them to avoid + lots of warnings (Rodrigo Moya) + - Added functions to deal with URLs in contact documents (Rodrigo Moya) + - Add uuid to list of pkg-config modules to look for (Rodrigo Moya) + * Skip 0ubuntu1 version number, that was a botched upload (Martin Pitt). + + -- Rodrigo Moya Wed, 26 Aug 2009 12:53:53 +0200 + +couchdb-glib (0.4.5-0ubuntu1) UNRELEASED; urgency=low + + * New upstream release + + -- Martin Pitt Wed, 26 Aug 2009 15:53:45 +0200 + +couchdb-glib (0.4.4-0ubuntu1) karmic; urgency=low + + * Package upstream 0.4.4 release: (LP: #416027) + - Only include json-glib.h (Rodrigo Moya) + - Depend on json-glib >= 0.7.4 to have saving of documents working (Rodrigo + Moya) + - Send errors from libsoup back to the caller (Rodrigo Moya) + - Add contact records creation convenience function (Rodrigo Moya) + - Add support for application_annotations field (Rodrigo Moya) + - Add functions to convert struct fields to and from strings (Rodrigo Moya) + * debian/control: bumped libjson-glib-dev Build-Depends to >= 0.7.4. + + -- Rodrigo Moya Wed, 19 Aug 2009 19:07:32 +0200 + +couchdb-glib (0.4.3-0ubuntu1) karmic; urgency=low + + * Rename binary package name to match upstream so version (LP: #409378) + * Added missing uuid-dev build-dependency. + * 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 Tue, 11 Aug 2009 16:52:22 +0200 + +couchdb-glib (0.4.2-0ubuntu2) karmic; urgency=low + + * Added previous fixes that I've lost while copying debian/ + + -- Rodrigo Moya Mon, 20 Jul 2009 14:04:09 +0200 + +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 Mon, 20 Jul 2009 13:33:09 +0200 + +couchdb-glib (0.4.1-4) karmic; urgency=low + + * More fixes for REVU uploading + + -- Rodrigo Moya Tue, 30 Jun 2009 13:44:29 +0200 + +couchdb-glib (0.4.1-3) karmic; urgency=low + + * Added missing *.install files and fixed dependencies again + + -- Rodrigo Moya Fri, 26 Jun 2009 13:28:44 +0200 + +couchdb-glib (0.4.1-2) karmic; urgency=low + + * Added missing dependencies + + -- Rodrigo Moya Fri, 26 Jun 2009 12:36:06 +0200 + +couchdb-glib (0.4.1-1) karmic; urgency=low + + * Fix package for karmic + + -- Rodrigo Moya Thu, 25 Jun 2009 13:57:48 +0200 + +couchdb-glib (0.4.1) karmic; urgency=low + + * Package 0.4.1 release + + -- Rodrigo Moya Thu, 25 Jun 2009 13:33:44 +0200 + +couchdb-glib (0.2) jaunty; urgency=low + + * First version of the package + + -- Rodrigo Moya Sun, 3 May 2009 17:00:58 +0100 + --- couchdb-glib-0.6.3.orig/debian/libcouchdb-glib-1.0-2.install +++ couchdb-glib-0.6.3/debian/libcouchdb-glib-1.0-2.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/libcouchdb-glib*.so.* --- couchdb-glib-0.6.3.orig/debian/rules +++ couchdb-glib-0.6.3/debian/rules @@ -0,0 +1,6 @@ +#! /usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/gnome.mk + +DEB_CONFIGURE_EXTRA_FLAGS += --disable-debug-messages --- couchdb-glib-0.6.3.orig/debian/watch +++ couchdb-glib-0.6.3/debian/watch @@ -0,0 +1,3 @@ +#watch file for couchdb-glib +version=3 +http://download.gnome.org/sources/couchdb-glib/([0-9.]+)/couchdb-glib-([0-9.]+)\.tar\.gz debian --- couchdb-glib-0.6.3.orig/debian/control +++ couchdb-glib-0.6.3/debian/control @@ -0,0 +1,58 @@ +Source: couchdb-glib +Section: libs +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Rodrigo Moya +Standards-Version: 3.8.3 +Build-Depends: debhelper (>= 5), + cdbs, + libjson-glib-dev (>= 0.7.4), + libsoup2.4-dev, + libsoup-gnome2.4-dev, + uuid-dev, + libssl-dev, + libgnome-keyring-dev, + libdbus-glib-1-dev +Homepage: https://launchpad.net/couchdb-glib +Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/couchdb-glib/ubuntu + +Package: libcouchdb-glib-1.0-2 +Depends: ${shlibs:Depends}, ${misc:Depends} +Breaks: libcouchdb-glib-1.0-1 +Architecture: any +Description: 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 + Ubuntu One. + +Package: libcouchdb-glib-dev +Section: libdevel +Depends: libcouchdb-glib-1.0-2 (= ${binary:Version}), libglib2.0-dev, libjson-glib-dev (>= 0.7.4), ${misc:Depends} +Architecture: any +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 + Ubuntu One. + . + This package contains the development files. + +Package: libdesktopcouch-glib-1.0-2 +Depends: ${shlibs:Depends}, ${misc:Depends} +Architecture: any +Description: Glib-based API for Desktopcouch + Desktopcouch-GLib is a GLib based API for Desktopcouch, + a runtime management system that takes care of starting + a CouchDB instance on-demand for each user and managing + OAuth keys and replication for that CouchDB instance. + +Package: libdesktopcouch-glib-dev +Section: libdevel +Depends: libdesktopcouch-glib-1.0-2 (= ${binary:Version}), libcouchdb-glib-dev, ${misc:Depends} +Architecture: any +Description: Development files for Glib-based API for Desktopcouch + Desktopcouch-GLib is a GLib based API for Desktopcouch, + a runtime management system that takes care of starting + a CouchDB instance on-demand for each user and managing + OAuth keys and replication for that CouchDB instance. --- couchdb-glib-0.6.3.orig/debian/compat +++ couchdb-glib-0.6.3/debian/compat @@ -0,0 +1 @@ +5 --- couchdb-glib-0.6.3.orig/debian/libdesktopcouch-glib-1.0-2.install +++ couchdb-glib-0.6.3/debian/libdesktopcouch-glib-1.0-2.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/libdesktopcouch-glib*.so.* --- couchdb-glib-0.6.3.orig/debian/libcouchdb-glib-dev.install +++ couchdb-glib-0.6.3/debian/libcouchdb-glib-dev.install @@ -0,0 +1,3 @@ +debian/tmp/usr/lib/libcouchdb-glib*.so +debian/tmp/usr/lib/pkgconfig/couchdb-glib*.pc +debian/tmp/usr/include/couchdb-glib-1.0/ --- couchdb-glib-0.6.3.orig/debian/libdesktopcouch-glib-dev.install +++ couchdb-glib-0.6.3/debian/libdesktopcouch-glib-dev.install @@ -0,0 +1,3 @@ +debian/tmp/usr/lib/libdesktopcouch-glib*.so +debian/tmp/usr/lib/pkgconfig/desktopcouch-glib-1.0.pc +debian/tmp/usr/include/desktopcouch-glib-1.0/ --- couchdb-glib-0.6.3.orig/debian/copyright +++ couchdb-glib-0.6.3/debian/copyright @@ -0,0 +1,30 @@ +This package was debianized by Rodrigo Moya on Sun, 03 May 2009 17:06:26 +0100 + +It was downloaded from: + http://ftp.gnome.org/pub/GNOME/sources/couchdb-glib/0.4/couchdb-glib-0.4.1.tar.gz + +Upstream Author: + Rodrigo Moya + +Copyright (C) 2009 Canonical + +License: + + This library is free software; you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License as published by the Free + Software Foundation; either version 2 of the License, or (at your option) any + later version. + + This library 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 Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser 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/LGPL-2'. + +Packaging: + Rodrigo Moya