--- desktopcouch-0.3.orig/debian/python-desktopcouch.install +++ desktopcouch-0.3/debian/python-desktopcouch.install @@ -0,0 +1,2 @@ +debian/tmp/usr/lib/*/*/desktopcouch/*.py +debian/tmp/usr/lib/*/*/desktopcouch/pair/{couchdb_pairing,__init__.py} --- desktopcouch-0.3.orig/debian/desktopcouch-tools.install +++ desktopcouch-0.3/debian/desktopcouch-tools.install @@ -0,0 +1,4 @@ +debian/tmp/usr/share/applications/desktopcouch-pair.desktop +debian/tmp/usr/bin/desktopcouch-pair +debian/tmp/usr/share/man/man1/desktopcouch-pair.1 +#debian/tmp/usr/share/locale/*/LC_MESSAGES/desktopcouch.mo --- desktopcouch-0.3.orig/debian/copyright +++ desktopcouch-0.3/debian/copyright @@ -0,0 +1,11 @@ +Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat +Upstream-Name: desktopcouch +Upstream-Maintainer: Stuart Langridge +Upstream-Source: https://launchpad.net/desktopcouch + +Files: * +Copyright: (C) 2009 Canonical Ltd. + +License: LGPL-3 + The full text of the LGPL is distributed in + /usr/share/common-licenses/LGPL-3 on Debian systems. --- desktopcouch-0.3.orig/debian/python-desktopcouch-records.install +++ desktopcouch-0.3/debian/python-desktopcouch-records.install @@ -0,0 +1,2 @@ +debian/tmp/usr/share/doc/python-desktopcouch-records/api +debian/tmp/usr/lib/*/*/desktopcouch/records/* --- desktopcouch-0.3.orig/debian/watch +++ desktopcouch-0.3/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://launchpad.net/desktopcouch/+download .*/desktopcouch-([0-9.]+)\.tar\.gz --- desktopcouch-0.3.orig/debian/compat +++ desktopcouch-0.3/debian/compat @@ -0,0 +1 @@ +6 --- desktopcouch-0.3.orig/debian/control +++ desktopcouch-0.3/debian/control @@ -0,0 +1,71 @@ +Source: desktopcouch +Section: python +Priority: optional +Build-Depends: cdbs (>= 0.4.43), + debhelper (>= 6), + python, + python-central (>= 0.6.11), + python-distutils-extra (>= 2.8) +Maintainer: Ubuntu Developers +Standards-Version: 3.8.2 +XS-Python-Version: current +Homepage: http://launchpad.net/desktopcouch +Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/ubuntu/karmic/desktopcouch/karmic + +Package: desktopcouch +Architecture: all +XB-Python-Version: ${python:Versions} +Depends: ${misc:Depends}, + ${python:Depends}, + couchdb (>= 0.9.0), + python-dbus, + python-couchdb (>= 0.6), + python-twisted-core, + python-gobject, + python-avahi, + python-desktopcouch, + python-distutils-extra, + python-gtk2 +Description: A Desktop CouchDB instance + Runs an instance of CouchDB with the users session. + +Package: desktopcouch-tools +Architecture: all +XB-Python-Version: ${python:Versions} +Depends: ${misc:Depends}, + ${python:Depends}, + python-dbus, + python-twisted-core, + python-gobject, + python-avahi, + python-desktopcouch, + python-distutils-extra, + python-gtk2 +Description: Desktop CouchDB tools + Tools used to work with Desktop CouchDB. + +Package: python-desktopcouch +Architecture: all +XB-Python-Version: ${python:Versions} +Depends: ${misc:Depends}, + ${python:Depends}, + desktopcouch, + python-dbus, + python-couchdb, + python-xdg, + python-twisted-core, + python-distutils-extra, +Description: Python Desktop CouchDB + A Python library for Desktop CouchDB. + +Package: python-desktopcouch-records +Architecture: all +XB-Python-Version: ${python:Versions} +Depends: ${misc:Depends}, + ${python:Depends}, + python-dbus, + python-couchdb, + python-desktopcouch, + python-distutils-extra, +Description: Desktop CouchDB Records API + A Python library for the Desktop CouchDB Records API. --- desktopcouch-0.3.orig/debian/desktopcouch.install +++ desktopcouch-0.3/debian/desktopcouch.install @@ -0,0 +1,3 @@ +debian/tmp/usr/share/desktopcouch +debian/tmp/usr/lib/desktopcouch/desktopcouch-{stop,service} +debian/tmp/usr/share/dbus-1/services/org.desktopcouch.CouchDB.service --- desktopcouch-0.3.orig/debian/rules +++ desktopcouch-0.3/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + +DEB_PYTHON_SYSTEM := pycentral + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/python-distutils.mk +include /usr/share/cdbs/1/rules/langpack.mk --- desktopcouch-0.3.orig/debian/changelog +++ desktopcouch-0.3/debian/changelog @@ -0,0 +1,18 @@ +desktopcouch (0.3-0ubuntu1) karmic; urgency=low + + * New upstream release (LP: #416591) + + -- Elliot Murphy Wed, 26 Aug 2009 16:35:19 -0400 + +desktopcouch (0.2-0ubuntu1) karmic; urgency=low + + * New upstream release + * Handle the case where the pid file is empty or doesn't exist (LP: #408796) + + -- Ken VanDine Wed, 05 Aug 2009 02:17:47 +0100 + +desktopcouch (0.1-0ubuntu1) karmic; urgency=low + + * Initial release (LP: #397662) + + -- Ken VanDine Fri, 31 Jul 2009 13:44:45 -0400 --- desktopcouch-0.3.orig/debian/pycompat +++ desktopcouch-0.3/debian/pycompat @@ -0,0 +1 @@ +2