r2187 - in zope.testrunner/trunk (7 files)

jinty-guest at users.alioth.debian.org jinty-guest at users.alioth.debian.org
Thu Apr 28 18:02:41 UTC 2011


    Date: Thursday, April 28, 2011 @ 18:02:19
  Author: jinty-guest
Revision: 2187

[svn-inject] Applying Debian modifications (4.0.3-1) to trunk

Added:
  zope.testrunner/trunk/debian/
  zope.testrunner/trunk/debian/changelog
  zope.testrunner/trunk/debian/compat
  zope.testrunner/trunk/debian/control
  zope.testrunner/trunk/debian/copyright
  zope.testrunner/trunk/debian/rules
  zope.testrunner/trunk/debian/watch


Property changes on: zope.testrunner/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: zope.testrunner/trunk/debian/changelog
===================================================================
--- zope.testrunner/trunk/debian/changelog	                        (rev 0)
+++ zope.testrunner/trunk/debian/changelog	2011-04-28 18:02:19 UTC (rev 2187)
@@ -0,0 +1,5 @@
+zope.testrunner (4.0.3-1) unstable; urgency=low
+
+  * Initial packaging.
+
+ -- Brian Sutherland <brian at vanguardistas.net>  Thu, 28 Apr 2011 12:08:42 +0200

Added: zope.testrunner/trunk/debian/compat
===================================================================
--- zope.testrunner/trunk/debian/compat	                        (rev 0)
+++ zope.testrunner/trunk/debian/compat	2011-04-28 18:02:19 UTC (rev 2187)
@@ -0,0 +1 @@
+7

Added: zope.testrunner/trunk/debian/control
===================================================================
--- zope.testrunner/trunk/debian/control	                        (rev 0)
+++ zope.testrunner/trunk/debian/control	2011-04-28 18:02:19 UTC (rev 2187)
@@ -0,0 +1,32 @@
+Source: zope.testrunner
+Section: zope
+Priority: optional
+Maintainer: Debian/Ubuntu Zope Team <pkg-zope-developers at lists.alioth.debian.org>
+Uploaders: Brian Sutherland <brian at vanguardistas.net>
+Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.3.5-11), python3-all, python3-setuptools, python-setuptools (>= 0.6b3)
+Standards-Version: 3.8.3
+X-Python-Version: >= 2.4
+X-Python3-Version: >= 3.1
+XS-Vcs-Svn: svn://svn.debian.org/pkg-zope/zope.testrunner/trunk
+
+Package: python3-zope.testrunner
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Provides: ${python:Provides}
+Description: The zope testing framework, including the testrunner script
+ The testrunner module is used to run automated tests defined using the
+ unittest framework.  Its primary feature is that it *finds* tests by
+ searching directory trees.  It doesn't require the manual
+ concatenation of specific test suites.  It is highly customizable and
+ should be usable with any project.  In addition to finding and running
+
+Package: python-zope.testrunner
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Provides: ${python:Provides}
+Description: A flexible test runner with layer support
+ The testrunner module is used to run automated tests defined using the
+ unittest framework.  Its primary feature is that it *finds* tests by
+ searching directory trees.  It doesn't require the manual
+ concatenation of specific test suites.  It is highly customizable and
+ should be usable with any project.  In addition to finding and running

Added: zope.testrunner/trunk/debian/copyright
===================================================================
--- zope.testrunner/trunk/debian/copyright	                        (rev 0)
+++ zope.testrunner/trunk/debian/copyright	2011-04-28 18:02:19 UTC (rev 2187)
@@ -0,0 +1,52 @@
+Format-Specification: http://dep.debian.net/deps/dep5/
+Name: zope.testrunner
+Maintainer: Zope Foundation and Contributors <zope-dev at zope.org>
+Source: http://pypi.python.org/pypi/zope.testrunner
+
+Files: *
+Copyright: (c) 2001-2008 Zope Foundation and Contributors.
+License: ZPL-2.1
+ Zope Public License (ZPL) Version 2.1
+ .
+ A copyright notice accompanies this license document that identifies the
+ copyright holders.
+ .
+ This license has been certified as open source. It has also been designated as
+ GPL compatible by the Free Software Foundation (FSF).
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+ 1. Redistributions in source code must retain the accompanying copyright
+ notice, this list of conditions, and the following disclaimer.
+ .
+ 2. Redistributions in binary form must reproduce the accompanying copyright
+ notice, this list of conditions, and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ .
+ 3. Names of the copyright holders must not be used to endorse or promote
+ products derived from this software without prior written permission from the
+ copyright holders.
+ .
+ 4. The right to distribute this software or to use it for any purpose does not
+ give you the right to use Servicemarks (sm) or Trademarks (tm) of the
+ copyright
+ holders. Use of them is covered by separate agreement with the copyright
+ holders.
+ .
+ 5. If any files are modified, you must cause the modified files to carry
+ prominent notices stating that you changed the files and the date of any
+ change.
+ .
+ Disclaimer
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED
+ 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 HOLDERS 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: zope.testrunner/trunk/debian/rules
===================================================================
--- zope.testrunner/trunk/debian/rules	                        (rev 0)
+++ zope.testrunner/trunk/debian/rules	2011-04-28 18:02:19 UTC (rev 2187)
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh --with python2 --with python3 $@


Property changes on: zope.testrunner/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: zope.testrunner/trunk/debian/watch
===================================================================
--- zope.testrunner/trunk/debian/watch	                        (rev 0)
+++ zope.testrunner/trunk/debian/watch	2011-04-28 18:02:19 UTC (rev 2187)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/source/z/zope.testrunner/zope.testrunner-(.*)(?:\.tar\.gz|\.zip)




More information about the pkg-zope-developers mailing list