[Python-modules-commits] r12850 - in packages/unittest2/trunk (10 files)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Mon May 10 17:34:53 UTC 2010
Date: Monday, May 10, 2010 @ 17:34:52
Author: morph
Revision: 12850
[svn-inject] Applying Debian modifications to trunk
Added:
packages/unittest2/trunk/debian/
packages/unittest2/trunk/debian/changelog
packages/unittest2/trunk/debian/compat
packages/unittest2/trunk/debian/control
packages/unittest2/trunk/debian/copyright
packages/unittest2/trunk/debian/docs
packages/unittest2/trunk/debian/rules
packages/unittest2/trunk/debian/source/
packages/unittest2/trunk/debian/source/format
packages/unittest2/trunk/debian/watch
Property changes on: packages/unittest2/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: packages/unittest2/trunk/debian/changelog
===================================================================
--- packages/unittest2/trunk/debian/changelog (rev 0)
+++ packages/unittest2/trunk/debian/changelog 2010-05-10 17:34:52 UTC (rev 12850)
@@ -0,0 +1,5 @@
+unittest2 (0.4.1-1) UNRELEASED; urgency=low
+
+ * Initial release (Closes: #580895)
+
+ -- Sandro Tosi <morph at debian.org> Sun, 09 May 2010 18:59:24 +0200
Added: packages/unittest2/trunk/debian/compat
===================================================================
--- packages/unittest2/trunk/debian/compat (rev 0)
+++ packages/unittest2/trunk/debian/compat 2010-05-10 17:34:52 UTC (rev 12850)
@@ -0,0 +1 @@
+7
Added: packages/unittest2/trunk/debian/control
===================================================================
--- packages/unittest2/trunk/debian/control (rev 0)
+++ packages/unittest2/trunk/debian/control 2010-05-10 17:34:52 UTC (rev 12850)
@@ -0,0 +1,23 @@
+Source: unittest2
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Sandro Tosi <morph at debian.org>
+Build-Depends: debhelper (>= 7.4.2)
+Build-Depends-Indep: python, python-support (>= 1)
+Standards-Version: 3.8.4
+XS-Python-Version: all
+Homepage: http://pypi.python.org/pypi/unittest2
+
+Package: python-unittest2
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Description: backport of the enhanced unittest testing framework in Python 2.7
+ unittest2 is an enhanced version of unittest including a
+ standard test runner (automatic test discovery), class and
+ module level fixtures (``setUpClass`` / ``setUpModule`` etc),
+ many powerful new assert methods, better resource management
+ with ``addCleanups`` and a host of other new features. These new
+ features are *all* going into the Python version of unittest in
+ Python 2.7 and Python 3.2. The point of unittest2 is that it
+ works with Python 2.4 - 2.6; you can use it now.
Added: packages/unittest2/trunk/debian/copyright
===================================================================
--- packages/unittest2/trunk/debian/copyright (rev 0)
+++ packages/unittest2/trunk/debian/copyright 2010-05-10 17:34:52 UTC (rev 12850)
@@ -0,0 +1,46 @@
+This work was packaged for Debian by:
+
+ Sandro Tosi <morph at debian.org> on Sun, 09 May 2010 18:38:34 +0200
+
+It was downloaded from:
+
+ http://pypi.python.org/pypi/unittest2
+
+Upstream Author(s):
+
+ Michael Foord <michael at voidspace.org.uk>
+
+Copyright:
+
+ Copyright (c) 1999-2003 Steve Purcell
+ Copyright (c) 2003-2010 Python Software Foundation
+
+License:
+
+ This module is free software, and you may redistribute it and/or modify
+ it under the same terms as Python itself, so long as this copyright message
+ and disclaimer are retained in their original form.
+
+ IN NO EVENT SHALL THE AUTHOR BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT,
+ SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OF
+ THIS CODE, EVEN IF THE AUTHOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
+ DAMAGE.
+
+ THE AUTHOR SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
+ PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS,
+ AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
+ SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
+
+The Debian packaging is:
+
+ Copyright (C) 2010 Sandro Tosi <morph at debian.org>
+
+and is licensed under the same terms as of upstream code.
+
+This file has a different license and copyright notices:
+
+setup.py:
+ # Copyright (C) 2010 Michael Foord <fuzzyman at voidspace.org.uk>
+ # This software is licensed under the terms of the BSD license.
+ # http://www.voidspace.org.uk/python/license.shtml
Added: packages/unittest2/trunk/debian/docs
===================================================================
--- packages/unittest2/trunk/debian/docs (rev 0)
+++ packages/unittest2/trunk/debian/docs 2010-05-10 17:34:52 UTC (rev 12850)
@@ -0,0 +1 @@
+README.txt
Added: packages/unittest2/trunk/debian/rules
===================================================================
--- packages/unittest2/trunk/debian/rules (rev 0)
+++ packages/unittest2/trunk/debian/rules 2010-05-10 17:34:52 UTC (rev 12850)
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+ dh $@
Property changes on: packages/unittest2/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: packages/unittest2/trunk/debian/source/format
===================================================================
--- packages/unittest2/trunk/debian/source/format (rev 0)
+++ packages/unittest2/trunk/debian/source/format 2010-05-10 17:34:52 UTC (rev 12850)
@@ -0,0 +1 @@
+1.0
Added: packages/unittest2/trunk/debian/watch
===================================================================
--- packages/unittest2/trunk/debian/watch (rev 0)
+++ packages/unittest2/trunk/debian/watch 2010-05-10 17:34:52 UTC (rev 12850)
@@ -0,0 +1,3 @@
+version=3
+
+http://pypi.python.org/packages/source/u/unittest2/unittest2-(.*)\.tar\.gz
More information about the Python-modules-commits
mailing list