[jpy] 05/13: Fix descriptions

Alastair McKinstry mckinstry at moszumanska.debian.org
Tue Jun 21 08:15:30 UTC 2016


This is an automated email from the git hooks/post-receive script.

mckinstry pushed a commit to branch master
in repository jpy.

commit 4d612c5a14b861b3130b3d5105a2203f4b7f4dc9
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Mon Mar 14 08:51:47 2016 +0000

    Fix descriptions
---
 debian/control | 48 ++++++++++++++++++++++++++----------------------
 1 file changed, 26 insertions(+), 22 deletions(-)

diff --git a/debian/control b/debian/control
index e045e97..b764331 100644
--- a/debian/control
+++ b/debian/control
@@ -18,37 +18,41 @@ Provides: ${python:Provides}
 Description: Bi-directional Python-Java bridge
  jpy is a **bi-directional** Python-Java bridge which you can use to embed 
  Java code in Python programs or the other way round. 
- It has been designed particularly with regard to maximum data transfer speed between
- the two languages.
+ It has been designed particularly with regard to maximum 
+ data transfer speed between the two languages.
  It comes with a number of outstanding features:
  .
- * Fully translates Java class hierarchies to Python
- * Transparently handles Java method overloading
- * Support of Java multi-threading
- * Fast and memory-efficient support of primitive Java array parameters via
+  * Fully translates Java class hierarchies to Python
+  * Transparently handles Java method overloading
+  * Support of Java multi-threading
+  * Fast and memory-efficient support of primitive Java array parameters via
    `Python buffers <http://docs.python.org/3.3/c-api/buffer.html>`_
-  (e.g. `numpy arrays <http://docs.scipy.org/doc/numpy/reference/arrays.html>`_
- * Support of Java methods that modify primitive Java array parameters (mutable parameters)
- * Java arrays translate into Python sequence objects
- * Java API for accessing Python objects (``jpy.jar``)
+  * Support of Java methods that modify primitive Java array parameters
+     (mutable parameters)
+  * Java arrays translate into Python sequence objects
+  * Java API for accessing Python objects (``jpy.jar``)
+ .
+ This package provides the Python interface.
 
 Package: python3-jpy
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, default-jre | java7-runtime-headless
 Provides: ${python3:Provides}
-Description: Bi-directional Python-Java bridge
+Description: Bi-directional Python-Java bridge (Python3) 
  jpy is a **bi-directional** Python-Java bridge which you can use to embed
  Java code in Python programs or the other way round.
- It has been designed particularly with regard to maximum data transfer speed between
- the two languages.
+ It has been designed particularly with regard to maximum 
+ data transfer speed between the two languages.
  It comes with a number of outstanding features:
  .
- * Fully translates Java class hierarchies to Python
- * Transparently handles Java method overloading
- * Support of Java multi-threading
- * Fast and memory-efficient support of primitive Java array parameters via
-   `Python buffers <http://docs.python.org/3.3/c-api/buffer.html>`_
-  (e.g. `numpy arrays <http://docs.scipy.org/doc/numpy/reference/arrays.html>`_
- * Support of Java methods that modify primitive Java array parameters (mutable parameters)
- * Java arrays translate into Python sequence objects
- * Java API for accessing Python objects (``jpy.jar``)
+  * Fully translates Java class hierarchies to Python
+  * Transparently handles Java method overloading
+  * Support of Java multi-threading
+  * Fast and memory-efficient support of primitive Java array parameters via
+    `Python buffers <http://docs.python.org/3.3/c-api/buffer.html>`_
+  * Support of Java methods that modify primitive Java array parameters 
+    (mutable parameters)
+  * Java arrays translate into Python sequence objects
+  * Java API for accessing Python objects (``jpy.jar``)
+  .
+  This package provides the Python3 interface.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/jpy.git



More information about the debian-science-commits mailing list