[Python-modules-commits] r23172 - in packages/python-jedi/trunk (9 files)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Mon Dec 17 19:53:26 UTC 2012


    Date: Monday, December 17, 2012 @ 19:53:25
  Author: piotr
Revision: 23172

[svn-inject] Applying Debian modifications (0.5~b5-1) to trunk

Added:
  packages/python-jedi/trunk/debian/
  packages/python-jedi/trunk/debian/changelog
  packages/python-jedi/trunk/debian/compat
  packages/python-jedi/trunk/debian/control
  packages/python-jedi/trunk/debian/copyright
  packages/python-jedi/trunk/debian/rules
  packages/python-jedi/trunk/debian/source/
  packages/python-jedi/trunk/debian/source/format
  packages/python-jedi/trunk/debian/watch


Property changes on: packages/python-jedi/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/python-jedi/trunk/debian/changelog
===================================================================
--- packages/python-jedi/trunk/debian/changelog	                        (rev 0)
+++ packages/python-jedi/trunk/debian/changelog	2012-12-17 19:53:25 UTC (rev 23172)
@@ -0,0 +1,5 @@
+python-jedi (0.5~b5-1) UNRELEASED; urgency=low
+
+  * Initial release
+
+ -- Piotr Ożarowski <piotr at debian.org>  Mon, 17 Dec 2012 20:11:45 +0100

Added: packages/python-jedi/trunk/debian/compat
===================================================================
--- packages/python-jedi/trunk/debian/compat	                        (rev 0)
+++ packages/python-jedi/trunk/debian/compat	2012-12-17 19:53:25 UTC (rev 23172)
@@ -0,0 +1 @@
+7

Added: packages/python-jedi/trunk/debian/control
===================================================================
--- packages/python-jedi/trunk/debian/control	                        (rev 0)
+++ packages/python-jedi/trunk/debian/control	2012-12-17 19:53:25 UTC (rev 23172)
@@ -0,0 +1,25 @@
+Source: python-jedi
+Maintainer: Piotr Ożarowski <piotr at debian.org>
+Section: python
+Priority: optional
+Build-Depends: debhelper (>= 7), python-all, python3-all (>= 3.0-2)
+Standards-Version: 3.9.4
+Homepage: https://github.com/davidhalter/jedi
+
+Package: python-jedi
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Description: autocompletion tool for Python
+ Jedi is an autocompletion tool for Python. It works. With and without syntax
+ errors. Sometimes it sucks, but that's normal in dynamic languages. But it
+ sucks less than other tools. It understands almost all of the basic Python
+ syntax elements including many builtins.
+
+Package: python3-jedi
+Architecture: all
+Depends: ${python3:Depends}, ${misc:Depends} 
+Description: autocompletion tool for Python 3
+ Jedi is an autocompletion tool for Python. It works. With and without syntax
+ errors. Sometimes it sucks, but that's normal in dynamic languages. But it
+ sucks less than other tools. It understands almost all of the basic Python
+ syntax elements including many builtins.

Added: packages/python-jedi/trunk/debian/copyright
===================================================================
--- packages/python-jedi/trunk/debian/copyright	                        (rev 0)
+++ packages/python-jedi/trunk/debian/copyright	2012-12-17 19:53:25 UTC (rev 23172)
@@ -0,0 +1,16 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Jedi
+Upstream-Contact: David Halter <davidhalter88 at gmail.com>
+Source: http://pypi.python.org/packages/source/j/jedi/
+
+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'.
+
+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'.

Added: packages/python-jedi/trunk/debian/rules
===================================================================
--- packages/python-jedi/trunk/debian/rules	                        (rev 0)
+++ packages/python-jedi/trunk/debian/rules	2012-12-17 19:53:25 UTC (rev 23172)
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+export PYBUILD_DESTDIR_python2=debian/python-jedi
+export PYBUILD_DESTDIR_python3=debian/python3-jedi
+
+%:
+	dh $@ --with python2,python3 --buildsystem=pybuild


Property changes on: packages/python-jedi/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/python-jedi/trunk/debian/source/format
===================================================================
--- packages/python-jedi/trunk/debian/source/format	                        (rev 0)
+++ packages/python-jedi/trunk/debian/source/format	2012-12-17 19:53:25 UTC (rev 23172)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/python-jedi/trunk/debian/watch
===================================================================
--- packages/python-jedi/trunk/debian/watch	                        (rev 0)
+++ packages/python-jedi/trunk/debian/watch	2012-12-17 19:53:25 UTC (rev 23172)
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.python.org/packages/source/j/jedi/jedi-(.*)\.tar\.gz




More information about the Python-modules-commits mailing list