--- couchdb-glib-0.4.3.orig/debian/rules +++ couchdb-glib-0.4.3/debian/rules @@ -0,0 +1,4 @@ +#! /usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/gnome.mk --- couchdb-glib-0.4.3.orig/debian/libcouchdb-glib-dev.install +++ couchdb-glib-0.4.3/debian/libcouchdb-glib-dev.install @@ -0,0 +1,3 @@ +debian/tmp/usr/lib/*.so +debian/tmp/usr/lib/pkgconfig/ +debian/tmp/usr/include/ --- couchdb-glib-0.4.3.orig/debian/changelog +++ couchdb-glib-0.4.3/debian/changelog @@ -0,0 +1,68 @@ +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.4.3.orig/debian/control +++ couchdb-glib-0.4.3/debian/control @@ -0,0 +1,29 @@ +Source: couchdb-glib +Section: libs +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Rodrigo Moya +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-1 +Depends: ${shlibs:Depends}, ${misc:Depends} +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-1 (= ${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 + (http://couchdb.apache.org), a replication/synchronization + database of JSON documents, used in online services like + Ubuntu One. + . + This package contains the development files. --- couchdb-glib-0.4.3.orig/debian/compat +++ couchdb-glib-0.4.3/debian/compat @@ -0,0 +1 @@ +5 --- couchdb-glib-0.4.3.orig/debian/copyright +++ couchdb-glib-0.4.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 --- couchdb-glib-0.4.3.orig/debian/libcouchdb-glib-1.0-1.install +++ couchdb-glib-0.4.3/debian/libcouchdb-glib-1.0-1.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/*.so.* --- couchdb-glib-0.4.3.orig/debian/watch +++ couchdb-glib-0.4.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