[Python-modules-commits] r27766 - in packages/unittest2/trunk/debian (changelog copyright)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Tue Feb 18 20:43:45 UTC 2014
Date: Tuesday, February 18, 2014 @ 20:43:44
Author: morph
Revision: 27766
* debian/copyright
- switch to DEP-5 format
Modified:
packages/unittest2/trunk/debian/changelog
packages/unittest2/trunk/debian/copyright
Modified: packages/unittest2/trunk/debian/changelog
===================================================================
--- packages/unittest2/trunk/debian/changelog 2014-02-18 20:36:56 UTC (rev 27765)
+++ packages/unittest2/trunk/debian/changelog 2014-02-18 20:43:44 UTC (rev 27766)
@@ -9,8 +9,10 @@
* debian/control
- switch me to Maintainer (team to Uploaders)
- bump Standards-Version to 3.9.5 (no changes needed)
+ * debian/copyright
+ - switch to DEP-5 format
- -- Sandro Tosi <morph at debian.org> Tue, 18 Feb 2014 21:36:40 +0100
+ -- Sandro Tosi <morph at debian.org> Tue, 18 Feb 2014 21:43:28 +0100
unittest2 (0.5.1-1) unstable; urgency=low
Modified: packages/unittest2/trunk/debian/copyright
===================================================================
--- packages/unittest2/trunk/debian/copyright 2014-02-18 20:36:56 UTC (rev 27765)
+++ packages/unittest2/trunk/debian/copyright 2014-02-18 20:43:44 UTC (rev 27766)
@@ -1,46 +1,35 @@
-This work was packaged for Debian by:
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: unittest2
+Source: http://pypi.python.org/pypi/unittest2
- 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>
-
+Files: *
Copyright:
+ Copyright (c) 1999-2003 Steve Purcell
+ Copyright (c) 2003-2010 Python Software Foundation
+License: Python License
- Copyright (c) 1999-2003 Steve Purcell
- Copyright (c) 2003-2010 Python Software Foundation
+Files: debian/*
+Copyright: Copyright (C) 2010-2014 Sandro Tosi <morph at debian.org>
+License: Python License
-License:
+License: Python 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.
- 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
+Files: setup.py
+copyright: Copyright (C) 2010 Michael Foord <fuzzyman at voidspace.org.uk>
+License: BSD
+ This software is licensed under the terms of the BSD license
+ http://www.voidspace.org.uk/python/license.shtml
More information about the Python-modules-commits
mailing list