[Python-modules-commits] r21470 - in packages/prettytable/trunk/debian (changelog copyright)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Tue May 1 13:56:33 UTC 2012
Date: Tuesday, May 1, 2012 @ 13:56:31
Author: morph
Revision: 21470
* debian/copyright
- move to DEP5 format
Modified:
packages/prettytable/trunk/debian/changelog
packages/prettytable/trunk/debian/copyright
Modified: packages/prettytable/trunk/debian/changelog
===================================================================
--- packages/prettytable/trunk/debian/changelog 2012-05-01 10:54:07 UTC (rev 21469)
+++ packages/prettytable/trunk/debian/changelog 2012-05-01 13:56:31 UTC (rev 21470)
@@ -6,8 +6,10 @@
Closes: #638303
* debian/source/format
- use 3.0 (quilt) source format
+ * debian/copyright
+ - move to DEP5 format
- -- Sandro Tosi <morph at debian.org> Tue, 01 May 2012 12:52:15 +0200
+ -- Sandro Tosi <morph at debian.org> Tue, 01 May 2012 15:54:37 +0200
prettytable (0.5-1) unstable; urgency=low
Modified: packages/prettytable/trunk/debian/copyright
===================================================================
--- packages/prettytable/trunk/debian/copyright 2012-05-01 10:54:07 UTC (rev 21469)
+++ packages/prettytable/trunk/debian/copyright 2012-05-01 13:56:31 UTC (rev 21470)
@@ -1,43 +1,33 @@
-This package was debianized by Sandro Tosi <morph at debian.org> on
-Wed, 27 May 2009 08:06:55 +0200.
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: prettytable
+Source: http://code.google.com/p/prettytable/
-It was downloaded from http://code.google.com/p/prettytable/
-
-Upstream Author:
-
- Luke Maurits <luke at maurits.id.au>
-
-Copyright:
-
- Copyright (c) 2009, Luke Maurits <luke at maurits.id.au>
-
+Files: *
+Copyright: Copyright (c) 2009, Luke Maurits <luke at maurits.id.au>
License:
+ 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.
+ * The name of the author may not 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.
- 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.
- * The name of the author may not 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.
-
-The Debian packaging is:
-
- Copyright (C) 2009 Sandro Tosi <morph at debian.org>
-
-and is licensed under the same terms as upstream code
+Files: debian/*
+Copyright: Copyright (C) 2009 Sandro Tosi <morph at debian.org>
+License: same terms as upstream code
More information about the Python-modules-commits
mailing list