[Python-modules-commits] r30788 - in packages/jsonpickle/trunk/debian (changelog copyright)
jandd at users.alioth.debian.org
jandd at users.alioth.debian.org
Sun Sep 28 16:40:23 UTC 2014
Date: Sunday, September 28, 2014 @ 16:40:22
Author: jandd
Revision: 30788
* New upstream version
* change debian/copyright to machine readable format, update copyright years
Modified:
packages/jsonpickle/trunk/debian/changelog
packages/jsonpickle/trunk/debian/copyright
Modified: packages/jsonpickle/trunk/debian/changelog
===================================================================
--- packages/jsonpickle/trunk/debian/changelog 2014-09-28 16:14:46 UTC (rev 30787)
+++ packages/jsonpickle/trunk/debian/changelog 2014-09-28 16:40:22 UTC (rev 30788)
@@ -1,3 +1,10 @@
+jsonpickle (0.8.0-1) UNRELEASED; urgency=medium
+
+ * New upstream version
+ * change debian/copyright to machine readable format, update copyright years
+
+ -- Jan Dittberner <jandd at debian.org> Sun, 28 Sep 2014 18:17:05 +0200
+
jsonpickle (0.6.1-1) unstable; urgency=medium
* New upstream version
Modified: packages/jsonpickle/trunk/debian/copyright
===================================================================
--- packages/jsonpickle/trunk/debian/copyright 2014-09-28 16:14:46 UTC (rev 30787)
+++ packages/jsonpickle/trunk/debian/copyright 2014-09-28 16:40:22 UTC (rev 30788)
@@ -1,47 +1,41 @@
-This package was debianized by John Paulett <john at paulett.org> on
-Mon, 16 Nov 2009 20:05:50 -0600.
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: jsonpickle
+Upstream-Contact: John Paulett <john at paulett.org>
+Source: http://github.com/jsonpickle/jsonpickle
-It was downloaded from http://github.com/jsonpickle/jsonpickle
+Files: *
+Copyright: 2007-2011 John Paulett <john at paulett.org>
+ 2009-2013 David Aguilar <davvid at gmail.com>
+License: BSD-3-clause
-Upstream Authors:
+Files: debian/*
+Copyright: 2009-2011 John Paulett <john at paulett.org>
+ 2011-2014 Jan Dittberner <jandd at debian.org>
+License: BSD-3-clause
- John Paulett <john at paulett.org>
- David Aguilar <davvid at gmail.com>
-
-Copyright:
-
- Copyright (C) 2007-2011 John Paulett <john at paulett.org>
-
-License:
-
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
-
- 1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- 2. 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.
- 3. 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 REGENTS 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 REGENTS 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-2011 John Paulett <john at paulett.org>
-
-and is licensed under the same terms as jsonpickle
+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:
+ .
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ 2. 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.
+ 3. 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 REGENTS 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 REGENTS 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