This is an automated email from the git hooks/post-receive script. fabian pushed a commit to branch master in repository jumpnbump.
commit 1d021cc48447b01728c3984a1d49c95eb9f9f9b8 Author: Fabian Greffrath <[email protected]> Date: Sat Jun 24 17:37:52 2017 +0200 let dh-python handle the python dependency --- debian/control | 5 +++-- debian/rules | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 9f9e92a..f17e631 100644 --- a/debian/control +++ b/debian/control @@ -6,10 +6,11 @@ Uploaders: Fabian Greffrath <[email protected]> Build-Depends: debhelper (>= 10~), + dh-python, libbz2-dev, + libsdl2-dev (>> 2.0.4), libsdl2-mixer-dev (>> 2.0.1), libsdl2-net-dev (>> 2.0.1), - libsdl2-dev (>> 2.0.4), zlib1g-dev Standards-Version: 3.9.8 Homepage: https://gitlab.com/LibreGames/jumpnbump/ @@ -22,10 +23,10 @@ Suggests: jumpnbump-levels Depends: imagemagick, - python, python-glade2, python-gtk2, ${misc:Depends}, + ${python:Depends}, ${shlibs:Depends} Description: cute multiplayer platform game with bunnies You, as a bunny, have to jump on your opponents to make them diff --git a/debian/rules b/debian/rules index 290f875..b04ac18 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ + dh $@ --with python2 override_dh_auto_build: dh_auto_build -- PREFIX=/usr BINDIR=/usr/games GAMEDATADIR=/usr/share/games -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/jumpnbump.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

