[Python-modules-commits] r15171 - in packages/python-couchdbkit/trunk (11 files)
takaki at users.alioth.debian.org
takaki at users.alioth.debian.org
Tue Dec 28 08:36:24 UTC 2010
Date: Tuesday, December 28, 2010 @ 08:36:23
Author: takaki
Revision: 15171
[svn-inject] Applying Debian modifications (0.5.1-1) to trunk
Added:
packages/python-couchdbkit/trunk/debian/
packages/python-couchdbkit/trunk/debian/changelog
packages/python-couchdbkit/trunk/debian/clean
packages/python-couchdbkit/trunk/debian/compat
packages/python-couchdbkit/trunk/debian/control
packages/python-couchdbkit/trunk/debian/copyright
packages/python-couchdbkit/trunk/debian/pyversions
packages/python-couchdbkit/trunk/debian/rules
packages/python-couchdbkit/trunk/debian/source/
packages/python-couchdbkit/trunk/debian/source/format
packages/python-couchdbkit/trunk/debian/watch
Property changes on: packages/python-couchdbkit/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: packages/python-couchdbkit/trunk/debian/changelog
===================================================================
--- packages/python-couchdbkit/trunk/debian/changelog (rev 0)
+++ packages/python-couchdbkit/trunk/debian/changelog 2010-12-28 08:36:23 UTC (rev 15171)
@@ -0,0 +1,66 @@
+python-couchdbkit (0.5.1-1) unstable; urgency=low
+
+ * New upstream.
+
+ -- TANIGUCHI Takaki <takaki at debian.org> Wed, 08 Dec 2010 17:13:25 +0900
+
+python-couchdbkit (0.4.11-1) unstable; urgency=low
+
+ * New upstream.
+ * debian/control:
+ + Updated to Standards-Version 3.9.1 (no changes needed)
+ + Depends: python-restkit(>=2.1.1)
+
+ -- TANIGUCHI Takaki <takaki at debian.org> Wed, 25 Aug 2010 15:27:51 +0900
+
+python-couchdbkit (0.4.8-1) unstable; urgency=low
+
+ * New upstream
+ * debian/control:
+ + Updated to Standards-Version 3.9.0.0 (no changes needed)
+ + Depends: python-restkit(>=2.0)
+
+ -- TANIGUCHI Takaki <takaki at debian.org> Sun, 11 Jul 2010 17:15:27 +0900
+
+python-couchdbkit (0.4.6-1) unstable; urgency=low
+
+ * New upstream.
+
+ -- TANIGUCHI Takaki <takaki at debian.org> Sun, 27 Jun 2010 16:17:14 +0900
+
+python-couchdbkit (0.4.5-2) unstable; urgency=low
+
+ * debian/control: add python-anyjson and python-restkit to Depends.
+ (Closes: #576114)
+
+ -- TANIGUCHI Takaki <takaki at debian.org> Sat, 10 Apr 2010 18:33:00 +0900
+
+python-couchdbkit (0.4.5-1) unstable; urgency=low
+
+ * New upstream.
+ * debian/docs: Removed.
+
+ -- TANIGUCHI Takaki <takaki at debian.org> Sun, 21 Mar 2010 22:20:49 +0900
+
+python-couchdbkit (0.4.2-1) unstable; urgency=low
+
+ * New upstream.
+ * debian/control: Bump Standards-Version: to 3.8.4.
+ * debian/watch: scan upstream info from pypi.
+ * debian/docs: remove TODO.txt.
+ * debian/README.Debian: removed (not need to mention dfsg upstream).
+
+ -- TANIGUCHI Takaki <takaki at debian.org> Thu, 25 Feb 2010 11:32:24 +0900
+
+python-couchdbkit (0.3.1+dfsg-1) unstable; urgency=low
+
+ * New upstream.
+ * Source Format: 3.0 (quilt)
+
+ -- TANIGUCHI Takaki <takaki at debian.org> Tue, 15 Dec 2009 21:41:34 +0900
+
+python-couchdbkit (0.2.4+dfsg-1) unstable; urgency=low
+
+ * Initial release (Closes: #556288)
+
+ -- TANIGUCHI Takaki <takaki at debian.org> Mon, 23 Nov 2009 17:53:05 +0900
Added: packages/python-couchdbkit/trunk/debian/clean
===================================================================
--- packages/python-couchdbkit/trunk/debian/clean (rev 0)
+++ packages/python-couchdbkit/trunk/debian/clean 2010-12-28 08:36:23 UTC (rev 15171)
@@ -0,0 +1 @@
+couchdbkit.egg-info/*
Added: packages/python-couchdbkit/trunk/debian/compat
===================================================================
--- packages/python-couchdbkit/trunk/debian/compat (rev 0)
+++ packages/python-couchdbkit/trunk/debian/compat 2010-12-28 08:36:23 UTC (rev 15171)
@@ -0,0 +1 @@
+7
Added: packages/python-couchdbkit/trunk/debian/control
===================================================================
--- packages/python-couchdbkit/trunk/debian/control (rev 0)
+++ packages/python-couchdbkit/trunk/debian/control 2010-12-28 08:36:23 UTC (rev 15171)
@@ -0,0 +1,19 @@
+Source: python-couchdbkit
+Section: python
+Priority: optional
+Maintainer: TANIGUCHI Takaki <takaki at debian.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7), python-support, python-setuptools
+Standards-Version: 3.9.1
+Homepage: http://couchdbkit.org/
+
+Package: python-couchdbkit
+Architecture: all
+Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends},
+ python-anyjson, python-restkit(>=2.1.1)
+Provides: ${python:Provides}
+Description: Trying to improve couchdb experience in Python
+ Couchdbkit provides you a full featured and easy client to access and
+ manage CouchDB. It allows you to manage a CouchDB server, databases,
+ doc managements and view access. All objects mostly reflect Python
+ objects for convenience.
Added: packages/python-couchdbkit/trunk/debian/copyright
===================================================================
--- packages/python-couchdbkit/trunk/debian/copyright (rev 0)
+++ packages/python-couchdbkit/trunk/debian/copyright 2010-12-28 08:36:23 UTC (rev 15171)
@@ -0,0 +1,38 @@
+This work was packaged for Debian by:
+
+ TANIGUCHI Takaki <takaki at debian.org> on Mon, 23 Nov 2009 17:53:05 +0900
+
+It was downloaded from http://couchdbkit.org/.
+
+Upstream Author(s):
+
+ Benoit Chesneau <benoitc at e-engura.org>
+
+Copyright:
+
+ Copyright (c) 2008,2009 Benoit Chesneau <benoitc at e-engura.com>
+
+License:
+
+ Permission to use, copy, modify, and distribute this software for any
+ purpose with or without fee is hereby granted, provided that the above
+ copyright notice and this permission notice appear in all copies.
+
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+
+tests/data/app-template/lib/helpers/template.js:
+
+ John Resig - http://ejohn.org/ - MIT Licensed
+
+The Debian packaging is:
+
+ Copyright (C) 2009 TANIGUCHI Takaki <takaki at debian.org>
+
+and is licensed under the GPL version 3,
+see `/usr/share/common-licenses/GPL-3'.
Added: packages/python-couchdbkit/trunk/debian/pyversions
===================================================================
--- packages/python-couchdbkit/trunk/debian/pyversions (rev 0)
+++ packages/python-couchdbkit/trunk/debian/pyversions 2010-12-28 08:36:23 UTC (rev 15171)
@@ -0,0 +1 @@
+2.5-
Added: packages/python-couchdbkit/trunk/debian/rules
===================================================================
--- packages/python-couchdbkit/trunk/debian/rules (rev 0)
+++ packages/python-couchdbkit/trunk/debian/rules 2010-12-28 08:36:23 UTC (rev 15171)
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Uncomment this to turn on verbose mode.
+# export DH_VERBOSE=1
+
+%:
+ dh $@
Property changes on: packages/python-couchdbkit/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: packages/python-couchdbkit/trunk/debian/source/format
===================================================================
--- packages/python-couchdbkit/trunk/debian/source/format (rev 0)
+++ packages/python-couchdbkit/trunk/debian/source/format 2010-12-28 08:36:23 UTC (rev 15171)
@@ -0,0 +1 @@
+3.0 (quilt)
Added: packages/python-couchdbkit/trunk/debian/watch
===================================================================
--- packages/python-couchdbkit/trunk/debian/watch (rev 0)
+++ packages/python-couchdbkit/trunk/debian/watch 2010-12-28 08:36:23 UTC (rev 15171)
@@ -0,0 +1,26 @@
+# Example watch control file for uscan
+# Rename this file to "watch" and then you can run the "uscan" command
+# to check for upstream updates and more.
+# See uscan(1) for format
+
+# Compulsory line, this is a version 3 file
+version=3
+
+# Uncomment to examine a Webpage
+# <Webpage URL> <string match>
+#http://www.example.com/downloads.php python-couchdbkit-(.*)\.tar\.gz
+opts=dversionmangle=s/\+dfsg$// \
+ http://pypi.python.org/packages/source/c/couchdbkit/couchdbkit-(.*).tar.gz
+# http://github.com/benoitc/couchdbkit/downloads/ /benoitc/couchdbkit/tarball/([0-9].*)
+
+# Uncomment to examine a Webserver directory
+#http://www.example.com/pub/python-couchdbkit-(.*)\.tar\.gz
+
+# Uncommment to examine a FTP server
+#ftp://ftp.example.com/pub/python-couchdbkit-(.*)\.tar\.gz debian uupdate
+
+# Uncomment to find new files on sourceforge, for devscripts >= 2.9
+# http://sf.net/python-couchdbkit/python-couchdbkit-(.*)\.tar\.gz
+
+# Uncomment to find new files on GooglePages
+# http://example.googlepages.com/foo.html python-couchdbkit-(.*)\.tar\.gz
More information about the Python-modules-commits
mailing list