[libinline-python-perl] 03/06: control

gregor herrmann gregoa at debian.org
Sat Dec 27 16:39:25 UTC 2014


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

gregoa pushed a commit to branch master
in repository libinline-python-perl.

commit 6b507ddd44a561062cde61b675e8eb60a2054832
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Dec 27 17:13:37 2014 +0100

    control
---
 debian/control | 33 ++++++++++++++++++++++-----------
 1 file changed, 22 insertions(+), 11 deletions(-)

diff --git a/debian/control b/debian/control
index d08726e..089088e 100644
--- a/debian/control
+++ b/debian/control
@@ -1,23 +1,34 @@
 Source: libinline-python-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>
+Section: perl
+Testsuite: autopkgtest-pkg-perl
+Priority: optional
 Build-Depends: debhelper (>= 9.20120312~),
- libinline-perl (>= 0.46),
- perl (>= 5.13.6)
+               libinline-perl,
+               perl (>= 5.13.6),
+               python-dev
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libinline-python-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libinline-python-perl.git
 Homepage: https://metacpan.org/release/Inline-Python
-Testsuite: autopkgtest-pkg-perl
 
 Package: libinline-python-perl
 Architecture: any
-Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
- libinline-perl (>= 0.46),
- perl (>= 5.13.6)
-Description: Write Perl subs and classes in Python.
- (no description was found)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         ${shlibs:Depends},
+         libinline-perl,
+         perl (>= 5.13.6)
+Description: module to write Perl subs and classes in Python
+ The Inline::Python module allows one to write Perl subroutines in Python. One
+ does't have to use any funky techniques for sharing most types of data
+ between the two languages, either. Inline::Python comes with its own data
+ translation service. It converts any Python structures it knows about into
+ Perl structures, and vice versa.
  .
- This description was automagically extracted from the module by dh-make-perl.
+ Inline::Python sets up an in-process Python interpreter, runs the code, and
+ then examines Python's symbol table for things to bind to Perl. The process
+ of interrogating the Python interpreter for globals only occurs the first
+ time the Python code is run. The namespace is cached, and subsequent calls
+ use the cached version.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libinline-python-perl.git



More information about the Pkg-perl-cvs-commits mailing list