[Python-modules-commits] r17352 - in packages/txzookeeper/trunk (8 files)

spamaps-guest at users.alioth.debian.org spamaps-guest at users.alioth.debian.org
Thu Jun 9 00:13:32 UTC 2011


    Date: Thursday, June 9, 2011 @ 00:13:30
  Author: spamaps-guest
Revision: 17352

[svn-inject] Applying Debian modifications (0.2.1+bzr39-1) to trunk

Added:
  packages/txzookeeper/trunk/debian/
  packages/txzookeeper/trunk/debian/changelog
  packages/txzookeeper/trunk/debian/compat
  packages/txzookeeper/trunk/debian/control
  packages/txzookeeper/trunk/debian/copyright
  packages/txzookeeper/trunk/debian/rules
  packages/txzookeeper/trunk/debian/source/
  packages/txzookeeper/trunk/debian/source/format


Property changes on: packages/txzookeeper/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/txzookeeper/trunk/debian/changelog
===================================================================
--- packages/txzookeeper/trunk/debian/changelog	                        (rev 0)
+++ packages/txzookeeper/trunk/debian/changelog	2011-06-09 00:13:30 UTC (rev 17352)
@@ -0,0 +1,5 @@
+txzookeeper (0.2.1+bzr39-1) unstable; urgency=low
+
+  * Initial packaging. (Closes: #629856)
+
+ -- Clint Byrum <clint at ubuntu.com>  Wed, 08 Jun 2011 16:35:38 -0700

Added: packages/txzookeeper/trunk/debian/compat
===================================================================
--- packages/txzookeeper/trunk/debian/compat	                        (rev 0)
+++ packages/txzookeeper/trunk/debian/compat	2011-06-09 00:13:30 UTC (rev 17352)
@@ -0,0 +1 @@
+7

Added: packages/txzookeeper/trunk/debian/control
===================================================================
--- packages/txzookeeper/trunk/debian/control	                        (rev 0)
+++ packages/txzookeeper/trunk/debian/control	2011-06-09 00:13:30 UTC (rev 17352)
@@ -0,0 +1,18 @@
+Source: txzookeeper
+Section: python
+Priority: optional
+XS-Python-Version: >= 2.5
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Clint Byrum <clint at ubuntu.com>
+Build-Depends: debhelper (>= 7), python, python-setuptools
+Homepage: https://launchpad.net/txzookeeper
+Standards-Version: 3.9.2
+
+Package: python-txzookeeper
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, python-twisted, python-zookeeper
+Provides: ${python:Provides}, ${misc:Depends}
+XB-Python-Version: ${python:Versions}
+Description: Twisted-based Asynchronous Libraries for Apache Zookeeper.
+ This project's goal is to have a complete Twisted API representing the spectrum
+ of the underlying zookeeper api for constructing distributed applications.

Added: packages/txzookeeper/trunk/debian/copyright
===================================================================
--- packages/txzookeeper/trunk/debian/copyright	                        (rev 0)
+++ packages/txzookeeper/trunk/debian/copyright	2011-06-09 00:13:30 UTC (rev 17352)
@@ -0,0 +1,59 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Name: txzookeeper
+Comment: This package was originally debianized by 
+ <kapil.thangavelu at canonical.com> on Fri, 12 July 2010 13:57:58 -0500.
+ .
+ Additional copyright/license info added by Clint Byrum <clint at ubuntu.com>
+Source: https://launchpad.net/txzookeeper
+Upstream-Contact: Ensemble Developers <ensemble at lists.ubuntu.com>
+
+Files: *
+Copyright: 2010,2011 Canonical Ltd. 
+Comment: Including debian/*. The text below taken directly from the
+ upstream debian/copyright file.
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+ .
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+ . 
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+Files: txzookeeper/tests/mocker.py
+Copyright: Copyright (c) 2007-2010, Gustavo Niemeyer <gustavo at niemeyer.net>
+License: BSD
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ . 
+     * Redistributions of source code must retain the above copyright notice,
+       this list of conditions and the following disclaimer.
+     * Redistributions in binary form must reproduce the above copyright notice,
+       this list of conditions and the following disclaimer in the documentation
+       and/or other materials provided with the distribution.
+     * Neither the name of the copyright holder nor the names of its
+       contributors may be used to endorse or promote products derived from
+       this software without specific prior written permission.
+ . 
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
+ CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Added: packages/txzookeeper/trunk/debian/rules
===================================================================
--- packages/txzookeeper/trunk/debian/rules	                        (rev 0)
+++ packages/txzookeeper/trunk/debian/rules	2011-06-09 00:13:30 UTC (rev 17352)
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with python2


Property changes on: packages/txzookeeper/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/txzookeeper/trunk/debian/source/format
===================================================================
--- packages/txzookeeper/trunk/debian/source/format	                        (rev 0)
+++ packages/txzookeeper/trunk/debian/source/format	2011-06-09 00:13:30 UTC (rev 17352)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the Python-modules-commits mailing list