[Python-modules-commits] r25651 - in packages/python-jedi/trunk/debian (4 files)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Tue Aug 20 20:40:30 UTC 2013


    Date: Tuesday, August 20, 2013 @ 20:40:27
  Author: piotr
Revision: 25651

* New upstream release
  - switched from LGPL to MIT license
* debian/copyright updated
  - license of debian/* files changed to Expat, to match upstream
* CHANGELOG.rst installed as upstream changelog

Modified:
  packages/python-jedi/trunk/debian/changelog
  packages/python-jedi/trunk/debian/copyright
  packages/python-jedi/trunk/debian/rules
  packages/python-jedi/trunk/debian/watch

Modified: packages/python-jedi/trunk/debian/changelog
===================================================================
--- packages/python-jedi/trunk/debian/changelog	2013-08-20 19:12:15 UTC (rev 25650)
+++ packages/python-jedi/trunk/debian/changelog	2013-08-20 20:40:27 UTC (rev 25651)
@@ -1,3 +1,13 @@
+python-jedi (0.7.0-1) unstable; urgency=low
+
+  * New upstream release
+    - switched from LGPL to MIT license
+  * debian/copyright updated
+    - license of debian/* files changed to Expat, to match upstream
+  * CHANGELOG.rst installed as upstream changelog
+
+ -- Piotr Ożarowski <piotr at debian.org>  Tue, 20 Aug 2013 22:10:00 +0200
+
 python-jedi (0.6.0-2) unstable; urgency=low
 
   [ Jakub Wilk ]

Modified: packages/python-jedi/trunk/debian/copyright
===================================================================
--- packages/python-jedi/trunk/debian/copyright	2013-08-20 19:12:15 UTC (rev 25650)
+++ packages/python-jedi/trunk/debian/copyright	2013-08-20 20:40:27 UTC (rev 25651)
@@ -5,12 +5,42 @@
 
 Files: *
 Copyright: 2012 David Halter <davidhalter88 at gmail.com>
-License: LGPL-3+
- On Debian systems, the full text of the GNU Lesser General Public License
- version 3 can be found in the file `/usr/share/common-licenses/LGPL-3'.
+License: Expat
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ THE SOFTWARE.
 
 Files: debian/*
-Copyright: 2012 Piotr Ożarowski <piotr at debian.org>
-License: LGPL-3+
- On Debian systems, the full text of the GNU Lesser General Public License
- version 3 can be found in the file `/usr/share/common-licenses/LGPL-3'.
+Copyright: 2012-2013 Piotr Ożarowski <piotr at debian.org>
+License: Expat
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ THE SOFTWARE.

Modified: packages/python-jedi/trunk/debian/rules
===================================================================
--- packages/python-jedi/trunk/debian/rules	2013-08-20 19:12:15 UTC (rev 25650)
+++ packages/python-jedi/trunk/debian/rules	2013-08-20 20:40:27 UTC (rev 25651)
@@ -3,6 +3,9 @@
 %:
 	dh $@ --with python2,python3 --buildsystem=pybuild
 
+override_dh_installchangelogs:
+	dh_installchangelogs CHANGELOG.rst
+
 DEB_UPSTREAM_VERSION:=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-]+).*,\1,p')
 get-orig-source:
 	uscan --force-download --rename --destdir=. --download-version $(DEB_UPSTREAM_VERSION) && \

Modified: packages/python-jedi/trunk/debian/watch
===================================================================
--- packages/python-jedi/trunk/debian/watch	2013-08-20 19:12:15 UTC (rev 25650)
+++ packages/python-jedi/trunk/debian/watch	2013-08-20 20:40:27 UTC (rev 25651)
@@ -1,3 +1,3 @@
 version=3
 opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
-http://pypi.python.org/packages/source/j/jedi/jedi-(.*)\.tar\.gz
+https://pypi.python.org/packages/source/j/jedi/jedi-(.*)\.tar\.gz




More information about the Python-modules-commits mailing list