[Python-modules-commits] r3489 - in /packages/python-couchdb: ./ tags/ trunk/ trunk/debian/ trunk/debian/patches/

nslater-guest at users.alioth.debian.org nslater-guest at users.alioth.debian.org
Tue Oct 30 22:59:33 UTC 2007


Author: nslater-guest
Date: Tue Oct 30 22:59:33 2007
New Revision: 3489

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=3489
Log:
Initial import of python-couchdb package.

Added:
    packages/python-couchdb/
    packages/python-couchdb/tags/
    packages/python-couchdb/trunk/
    packages/python-couchdb/trunk/debian/
    packages/python-couchdb/trunk/debian/changelog
    packages/python-couchdb/trunk/debian/compat
    packages/python-couchdb/trunk/debian/control
    packages/python-couchdb/trunk/debian/copyright
    packages/python-couchdb/trunk/debian/docs
    packages/python-couchdb/trunk/debian/manpages
    packages/python-couchdb/trunk/debian/patches/
    packages/python-couchdb/trunk/debian/patches/correct-readme.patch   (with props)
    packages/python-couchdb/trunk/debian/patches/remove-module-shebang.patch   (with props)
    packages/python-couchdb/trunk/debian/pycompat
    packages/python-couchdb/trunk/debian/rules   (with props)
    packages/python-couchdb/trunk/debian/watch

Added: packages/python-couchdb/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/python-couchdb/trunk/debian/changelog?rev=3489&op=file
==============================================================================
--- packages/python-couchdb/trunk/debian/changelog (added)
+++ packages/python-couchdb/trunk/debian/changelog Tue Oct 30 22:59:33 2007
@@ -1,0 +1,5 @@
+python-couchdb (0.1-1) UNRELEASED; urgency=low
+
+  * Initial release. Closes: #447596
+
+ -- Noah Slater <nslater at bytesexual.org>  Mon, 22 Oct 2007 14:46:43 +0100

Added: packages/python-couchdb/trunk/debian/compat
URL: http://svn.debian.org/wsvn/python-modules/packages/python-couchdb/trunk/debian/compat?rev=3489&op=file
==============================================================================
--- packages/python-couchdb/trunk/debian/compat (added)
+++ packages/python-couchdb/trunk/debian/compat Tue Oct 30 22:59:33 2007
@@ -1,0 +1,1 @@
+5

Added: packages/python-couchdb/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/python-couchdb/trunk/debian/control?rev=3489&op=file
==============================================================================
--- packages/python-couchdb/trunk/debian/control (added)
+++ packages/python-couchdb/trunk/debian/control Tue Oct 30 22:59:33 2007
@@ -1,0 +1,25 @@
+Source: python-couchdb
+Section: python
+Priority: optional
+Maintainer: Noah Slater <nslater at bytesexual.org>
+Uploaders: Debian Python Modules Team
+ <python-modules-team at lists.alioth.debian.org>
+Standards-Version: 3.7.2
+Build-Depends: cdbs (>= 0.4.42), debhelper (>= 5.0.37.2), python-dev
+Build-Depends-Indep: python-setuptools (>= 0.6b3-1), python-support (>= 0.6.4)
+Homepage: http://pypi.python.org/pypi/CouchDB
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-couchdb/trunk/
+Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/python-couchdb/?op=log
+
+Package: python-couchdb
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, python-httplib2, python-simplejson
+Priority: optional
+Description: Python library for working with CouchDB
+ This is a Python library for CouchDB. It provides a convenient high level
+ interface for a CouchDB server.
+ .
+ CouchDb is a distributed document database system with bi-directional
+ replication. It makes it simple to build collaborative applications that can
+ be replicated offline by users, with full interactivity (query, add, update,
+ delete), and later "synced up" with everyone else's changes when back online.

Added: packages/python-couchdb/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/python-couchdb/trunk/debian/copyright?rev=3489&op=file
==============================================================================
--- packages/python-couchdb/trunk/debian/copyright (added)
+++ packages/python-couchdb/trunk/debian/copyright Tue Oct 30 22:59:33 2007
@@ -1,0 +1,14 @@
+Upstream source from: <http://pypi.python.org/pypi/CouchDB>
+
+Files: *
+Copyright: Copyright (C) 2007 Christopher Lenz <cmlenz at gmx.de>
+License: BSD-3
+ On Debian systems the full text of the BSD Licence (with no-endorsement
+ clause) can be found in the `/usr/share/common-licenses/BSD' file.
+
+Files: debian/*
+Copyright: Copyright (C) 2007 Noah Slater <nslater at bytesexual.org>
+License: other
+ Copying and distribution of this package, with or without modification, are
+ permitted in any medium without royalty provided the copyright notice and this
+ notice are preserved.

Added: packages/python-couchdb/trunk/debian/docs
URL: http://svn.debian.org/wsvn/python-modules/packages/python-couchdb/trunk/debian/docs?rev=3489&op=file
==============================================================================
--- packages/python-couchdb/trunk/debian/docs (added)
+++ packages/python-couchdb/trunk/debian/docs Tue Oct 30 22:59:33 2007
@@ -1,0 +1,3 @@
+doc/index.html
+doc/api
+README.txt

Added: packages/python-couchdb/trunk/debian/manpages
URL: http://svn.debian.org/wsvn/python-modules/packages/python-couchdb/trunk/debian/manpages?rev=3489&op=file
==============================================================================
--- packages/python-couchdb/trunk/debian/manpages (added)
+++ packages/python-couchdb/trunk/debian/manpages Tue Oct 30 22:59:33 2007
@@ -1,0 +1,1 @@
+couchpy.1

Added: packages/python-couchdb/trunk/debian/patches/correct-readme.patch
URL: http://svn.debian.org/wsvn/python-modules/packages/python-couchdb/trunk/debian/patches/correct-readme.patch?rev=3489&op=file
==============================================================================
--- packages/python-couchdb/trunk/debian/patches/correct-readme.patch (added)
+++ packages/python-couchdb/trunk/debian/patches/correct-readme.patch Tue Oct 30 22:59:33 2007
@@ -1,0 +1,11 @@
+diff -Nur python-couchdb-0.1/README.txt python-couchdb-0.1.new/README.txt
+--- python-couchdb-0.1/README.txt	2007-09-23 17:18:26.000000000 +0100
++++ python-couchdb-0.1.new/README.txt	2007-10-30 00:19:12.000000000 +0000
+@@ -5,5 +5,5 @@
+ 
+   <http://couchdb.com/>
+ 
+-Please see the files in the `doc` folder and/or the docstrings in
+-the code for documentation.
++Please see the `index.html' file, files under the `api` directory or the
++docstrings in the code for module documentation.

Propchange: packages/python-couchdb/trunk/debian/patches/correct-readme.patch
------------------------------------------------------------------------------
    svn:mime-type = text/x-patch

Added: packages/python-couchdb/trunk/debian/patches/remove-module-shebang.patch
URL: http://svn.debian.org/wsvn/python-modules/packages/python-couchdb/trunk/debian/patches/remove-module-shebang.patch?rev=3489&op=file
==============================================================================
--- packages/python-couchdb/trunk/debian/patches/remove-module-shebang.patch (added)
+++ packages/python-couchdb/trunk/debian/patches/remove-module-shebang.patch Tue Oct 30 22:59:33 2007
@@ -1,0 +1,8 @@
+diff -Nur python-couchdb-0.1/couchdb/view.py python-couchdb-0.1.new/couchdb/view.py
+--- python-couchdb-0.1/couchdb/view.py	2007-10-23 13:20:15.000000000 +0100
++++ python-couchdb-0.1.new/couchdb/view.py	2007-10-30 22:38:26.000000000 +0000
+@@ -1,4 +1,3 @@
+-#!/usr/bin/env python
+ # -*- coding: utf-8 -*-
+ #
+ # Copyright (C) 2007 Christopher Lenz

Propchange: packages/python-couchdb/trunk/debian/patches/remove-module-shebang.patch
------------------------------------------------------------------------------
    svn:mime-type = text/x-patch

Added: packages/python-couchdb/trunk/debian/pycompat
URL: http://svn.debian.org/wsvn/python-modules/packages/python-couchdb/trunk/debian/pycompat?rev=3489&op=file
==============================================================================
--- packages/python-couchdb/trunk/debian/pycompat (added)
+++ packages/python-couchdb/trunk/debian/pycompat Tue Oct 30 22:59:33 2007
@@ -1,0 +1,1 @@
+2

Added: packages/python-couchdb/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/python-couchdb/trunk/debian/rules?rev=3489&op=file
==============================================================================
--- packages/python-couchdb/trunk/debian/rules (added)
+++ packages/python-couchdb/trunk/debian/rules Tue Oct 30 22:59:33 2007
@@ -1,0 +1,28 @@
+#!/usr/bin/make -f
+
+# This file is part of the python-couchdb package.
+
+# Copyright (C) 2007 Noah Slater <nslater at bytesexual.org>.
+
+# Copying and distribution of this file, with or without modification, are
+# permitted in any medium without royalty provided the copyright notice and this
+# notice are preserved.
+
+# Makefile used by dpkg-buildpackage to create a deb file.
+
+DEB_PYTHON_SYSTEM := pysupport
+
+include /usr/share/cdbs/1/rules/buildcore.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+
+DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed
+
+clean::
+    rm --force couchpy.1
+
+common-install-indep::
+	PYTHONPATH=debian/python-couchdb/usr/lib/python2.5/site-packages/ \
+	help2man --no-info --name="CouchDB Python view server" \
+	    ./debian/python-couchdb/usr/bin/couchpy > couchpy.1

Propchange: packages/python-couchdb/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Propchange: packages/python-couchdb/trunk/debian/rules
------------------------------------------------------------------------------
    svn:mime-type = text/script

Added: packages/python-couchdb/trunk/debian/watch
URL: http://svn.debian.org/wsvn/python-modules/packages/python-couchdb/trunk/debian/watch?rev=3489&op=file
==============================================================================
--- packages/python-couchdb/trunk/debian/watch (added)
+++ packages/python-couchdb/trunk/debian/watch Tue Oct 30 22:59:33 2007
@@ -1,0 +1,3 @@
+version = 3
+
+http://pypi.python.org/packages/source/C/CouchDB/CouchDB-(.*)\.tar\.gz




More information about the Python-modules-commits mailing list