[sumo] 11/18: Add proper python-dependencies.

Anton Gladky gladk at moszumanska.debian.org
Tue Jan 12 21:37:12 UTC 2016


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

gladk pushed a commit to branch master
in repository sumo.

commit 05ad9d7ff2afbf1fbd024682805a55ce41d756fe
Author: Anton Gladky <gladk at debian.org>
Date:   Tue Jan 12 15:34:49 2016 +0100

    Add proper python-dependencies.
---
 debian/control | 2 +-
 debian/rules   | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 484fff2..3626bc4 100644
--- a/debian/control
+++ b/debian/control
@@ -51,7 +51,7 @@ Description: Simulation of Urban MObility (SUMO), documentation and examples
 Package: sumo-tools
 Architecture: all
 Depends: jarwrapper,
-         python,
+         ${python:Depends},
          ${misc:Depends}
 Recommends: sumo
 Description: Simulation of Urban MObility (SUMO), tools and scripts
diff --git a/debian/rules b/debian/rules
index 102f9dc..5e8e340 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,6 +36,7 @@ override_dh_auto_build-indep:
 
 override_dh_auto_build-arch:
 	dh_auto_build -a
+	dh_pysupport
 	$(MAKE) man
 	
 override_dh_auto_test-arch:

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



More information about the debian-science-commits mailing list