[Python-modules-commits] r33308 - in packages/unittest2/trunk/debian (5 files)

zigo at users.alioth.debian.org zigo at users.alioth.debian.org
Thu Jul 9 08:29:55 UTC 2015


    Date: Thursday, July 9, 2015 @ 08:29:54
  Author: zigo
Revision: 33308

  * Team upload.
  * New upstream release.
  * Ran wrap-and-sort -t -a.
  * Moved python-all and python-setuptools to Build-Depends instead of
    Build-Depends-Indep, as this is needed by the clean target.
  * Bumped compat and debhelper to 9.
  * Added full text of the BSD-3-clause license, missing from d/copyright.
  * Added extend-diff-ignore = "^[^/]*[.]egg-info/" in d/source/options.

Added:
  packages/unittest2/trunk/debian/source/options
Modified:
  packages/unittest2/trunk/debian/changelog
  packages/unittest2/trunk/debian/compat
  packages/unittest2/trunk/debian/control
  packages/unittest2/trunk/debian/copyright

Modified: packages/unittest2/trunk/debian/changelog
===================================================================
--- packages/unittest2/trunk/debian/changelog	2015-07-09 08:29:30 UTC (rev 33307)
+++ packages/unittest2/trunk/debian/changelog	2015-07-09 08:29:54 UTC (rev 33308)
@@ -2,6 +2,12 @@
 
   * Team upload.
   * New upstream release.
+  * Ran wrap-and-sort -t -a.
+  * Moved python-all and python-setuptools to Build-Depends instead of
+    Build-Depends-Indep, as this is needed by the clean target.
+  * Bumped compat and debhelper to 9.
+  * Added full text of the BSD-3-clause license, missing from d/copyright.
+  * Added extend-diff-ignore = "^[^/]*[.]egg-info/" in d/source/options.
 
  -- Thomas Goirand <zigo at debian.org>  Wed, 08 Jul 2015 14:58:39 +0000
 

Modified: packages/unittest2/trunk/debian/compat
===================================================================
--- packages/unittest2/trunk/debian/compat	2015-07-09 08:29:30 UTC (rev 33307)
+++ packages/unittest2/trunk/debian/compat	2015-07-09 08:29:54 UTC (rev 33308)
@@ -1 +1 @@
-7
+9

Modified: packages/unittest2/trunk/debian/control
===================================================================
--- packages/unittest2/trunk/debian/control	2015-07-09 08:29:30 UTC (rev 33307)
+++ packages/unittest2/trunk/debian/control	2015-07-09 08:29:54 UTC (rev 33308)
@@ -2,9 +2,13 @@
 Section: python
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Zygmunt Krynicki <zygmunt.krynicki at canonical.com>
-Build-Depends: debhelper (>= 7.4.2), dh-python
-Build-Depends-Indep: python-all, python-setuptools, python-pkg-resources, python-six
+Uploaders: Zygmunt Krynicki <zygmunt.krynicki at canonical.com>,
+Build-Depends: debhelper (>= 9),
+               dh-python,
+               python-all,
+               python-setuptools,
+Build-Depends-Indep: python-pkg-resources,
+                     python-six,
 Standards-Version: 3.9.6
 XS-Python-Version: all
 Homepage: http://pypi.python.org/pypi/unittest2
@@ -14,7 +18,11 @@
 
 Package: python-unittest2
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-pkg-resources
+Depends: python-six,
+         python-traceback2,
+         python-pkg-resources,
+         ${misc:Depends},
+         ${python: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

Modified: packages/unittest2/trunk/debian/copyright
===================================================================
--- packages/unittest2/trunk/debian/copyright	2015-07-09 08:29:30 UTC (rev 33307)
+++ packages/unittest2/trunk/debian/copyright	2015-07-09 08:29:54 UTC (rev 33308)
@@ -10,8 +10,9 @@
 
 Files: debian/*
 Copyright:
- Copyright (C) 2010-2014 Sandro Tosi <morph at debian.org>
- Copyright (C) 2015 Zygmunt Krynicki <zygmunt.krynicki at canonical.com>
+ Copyright (c) 2010-2014 Sandro Tosi <morph at debian.org>
+ Copyright (c) 2015 Zygmunt Krynicki <zygmunt.krynicki at canonical.com>
+ Copyright (c) 2015 Thomas Goirand <zigo at debian.org>
 License: Python
 
 License: Python
@@ -33,5 +34,27 @@
 Files: setup.py
 copyright: Copyright (C) 2010 Michael Foord <fuzzyman at voidspace.org.uk>
 License: BSD-3-clause
- This software is licensed under the terms of the BSD license
- http://www.voidspace.org.uk/python/license.shtml
+ 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 Michael Foord nor the name of Voidspace 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/unittest2/trunk/debian/source/options
===================================================================
--- packages/unittest2/trunk/debian/source/options	                        (rev 0)
+++ packages/unittest2/trunk/debian/source/options	2015-07-09 08:29:54 UTC (rev 33308)
@@ -0,0 +1 @@
+extend-diff-ignore = "^[^/]*[.]egg-info/"




More information about the Python-modules-commits mailing list