[yarp] 73/109: Add python dependencies to yarpdatadumper

Daniele E. Domenichelli drdanz-guest at moszumanska.debian.org
Thu Jun 22 16:10:18 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 978b32dbdc88329940405a8f0afe4f45e0616d47
Author: Daniele E. Domenichelli <ddomenichelli at drdanz.it>
Date:   Wed Oct 12 17:32:02 2016 +0200

    Add python dependencies to yarpdatadumper
---
 debian/control | 4 +++-
 debian/rules   | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index fa67107..7032786 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,8 @@ Uploaders: Daniele E. Domenichelli <ddomenichelli at drdanz.it>,
            Matteo Brunettini <matteo.brunettini at iit.it>
 Homepage: http://yarp.it/
 Build-Depends: debhelper (>= 9),
+               dh-python,
+               python,
                quilt,
                cmake (>= 2.8.9),
                pkg-config,
@@ -404,7 +406,7 @@ Description: thin middleware for humanoid robots and more - yarplogger
 
 Package: yarpdatadumper
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}
 Description: thin middleware for humanoid robots and more - yarpdatadumper
  YARP stands for Yet Another Robot Platform. It is a library and toolkit
  for communication and device interfaces, used on everything from
diff --git a/debian/rules b/debian/rules
index a2f1518..a7eb9e2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ include /usr/share/dpkg/buildflags.mk
 include /usr/share/dpkg/architecture.mk
 
 %:
-	dh $@ --parallel
+	dh $@ --parallel --with python2
 
 override_dh_auto_configure:
 	dh_auto_configure -- \

-- 
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