[yarp] 33/109: Add perl bindings

Daniele E. Domenichelli drdanz-guest at moszumanska.debian.org
Thu Jun 22 16:10:14 UTC 2017


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

drdanz-guest pushed a commit to branch master
in repository yarp.

commit 1cbbb4e20898e5bc9090805ce106dfdfdf93743c
Author: Daniele E. Domenichelli <ddomenichelli at drdanz.it>
Date:   Wed May 18 15:25:08 2016 +0200

    Add perl bindings
---
 debian/control | 20 +++++++++++++++++++-
 debian/rules   |  5 +++--
 2 files changed, 22 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 3243330..f6367bd 100644
--- a/debian/control
+++ b/debian/control
@@ -25,7 +25,9 @@ Build-Depends: debhelper (>= 9),
                mpi-default-dev,
                liblua5.2-dev,
                portaudio19-dev,
-               libdc1394-22-dev
+               libdc1394-22-dev,
+               swig2.0,
+               perl
 Standards-Version: 3.9.6
 Section: science
 Vcs-Git: git://anonscm.debian.org/debian-science/packages/yarp.git
@@ -552,6 +554,22 @@ Description: serial and serialport devices
 
 ##################### BINDINGS
 
+Package: libyarp-perl
+Section: perl
+Architecture: any
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}, ${perl:Depends},
+ yarp-data (= ${source:Version})
+Multi-Arch: same
+Description: thin middleware for humanoid robots and more - perl bindings
+ [TODO add description]
+ .
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec a diam
+ lectus. Sed sit amet ipsum mauris. Maecenas congue ligula ac quam
+ viverra nec consectetur ante hendrerit. Donec et mollis dolor.
+ .
+ This package contains the Perl 5 bindings.
+
 #Package: libyarp-bindings-tmp
 #Section: libdevel
 #Architecture: any
diff --git a/debian/rules b/debian/rules
index a133463..b9edc0f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ include /usr/share/dpkg/architecture.mk
 override_dh_auto_configure:
 	dh_auto_configure -- \
 	                     -DYARP_CLEAN_API=ON \
-	                     -DYARP_COMPILE_BINDINGS=OFF \
+	                     -DYARP_COMPILE_BINDINGS=ON \
 	                     -DYARP_COMPILE_TESTS=OFF \
 	                     -DCREATE_GUIS=ON \
 	                     -DCREATE_YARPBUILDER=ON \
@@ -29,7 +29,8 @@ override_dh_auto_configure:
 	                     -DENABLE_yarpmod_serialport=ON \
 	                     -DENABLE_yarpmod_fakebot=ON \
 	                     -DENABLE_yarpmod_opencv_grabber=ON \
-	                     -DENABLE_yarpmod_portaudio=ON
+	                     -DENABLE_yarpmod_portaudio=ON \
+	                     -DCREATE_PERL=ON
 # -DENABLE_yarpmod_KinectDeviceClient=ON \
 # -DENABLE_yarpmod_KinectDeviceLocal=ON \
 # -DENABLE_yarpmod_SerialServoBoard=ON \

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



More information about the debian-science-commits mailing list