[Python-modules-commits] r27608 - in packages/django-pagination/trunk/debian (2 files)
asb at users.alioth.debian.org
asb at users.alioth.debian.org
Wed Feb 12 02:30:50 UTC 2014
Date: Wednesday, February 12, 2014 @ 02:30:49
Author: asb
Revision: 27608
Use machine-readable debian/copyright file.
Modified:
packages/django-pagination/trunk/debian/changelog
packages/django-pagination/trunk/debian/copyright
Modified: packages/django-pagination/trunk/debian/changelog
===================================================================
--- packages/django-pagination/trunk/debian/changelog 2014-02-12 02:17:39 UTC (rev 27607)
+++ packages/django-pagination/trunk/debian/changelog 2014-02-12 02:30:49 UTC (rev 27608)
@@ -7,6 +7,7 @@
* Add watch file.
* Bump Standards-Version to 3.9.5
* Create debian/docs and install usage.txt
+ * Use machine-readable debian/copyright file.
-- Andrew Starr-Bochicchio <asb at debian.org> Tue, 11 Feb 2014 18:34:56 -0500
Modified: packages/django-pagination/trunk/debian/copyright
===================================================================
--- packages/django-pagination/trunk/debian/copyright 2014-02-12 02:17:39 UTC (rev 27607)
+++ packages/django-pagination/trunk/debian/copyright 2014-02-12 02:30:49 UTC (rev 27608)
@@ -1,36 +1,41 @@
-This is the Debian prepackaged version of django-pagination
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: django-pagination
+Source: https://pypi.python.org/pypi/django-pagination
-This package was put together by Clint Adams <clint at debian.org>
-with sources obtained from:
- http://code.google.com/p/django-pagination/
+Files: *
+Copyright: 2008, Eric Florenzano <floguy at gmail.com>
+License: BSD-3-clause
-Copyright (c) 2008, Eric Florenzano
+Files: debian/*
+Copyright: 2011-2013, Clint Adams <clint at debian.org>,
+ 2014, Andrew Starr-Bochicchio <asb at debian.org>
+License: BSD-3-clause
-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.
- * Neither the name of the author nor the names of other
- contributors 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.
-
+License: BSD-3-clause
+ 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 the author nor the names of other
+ contributors 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.
More information about the Python-modules-commits
mailing list