[nano-assault] 04/18: Try to fix build system.

Dominik George natureshadow-guest at moszumanska.debian.org
Mon Apr 24 16:49:57 UTC 2017


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

natureshadow-guest pushed a commit to branch master
in repository nano-assault.

commit 84440066feeb0155db9a2ff8eba712969bb47aa3
Author: Dominik George <nik at naturalnet.de>
Date:   Mon Apr 24 17:54:57 2017 +0200

    Try to fix build system.
---
 debian/control | 4 +++-
 debian/rules   | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 79bcad6..3d15cd4 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,8 @@ Section: games
 Priority: optional
 Build-Depends:
  debhelper (>= 10),
- python3-all,
+ python3,
+ python3-pygame
 Standards-Version: 3.9.8
 Homepage: https://edugit.org/eike/nanoassault
 Testsuite: autopkgtest-pkg-python
@@ -17,6 +18,7 @@ Package: nano-assault
 Architecture: all
 Depends:
  ${misc:Depends},
+ python3,
  python3-pygame
 Description: Mini arcade game taking place inside a human body
  Nano Assault is a game taking place inside a human body. You control a
diff --git a/debian/rules b/debian/rules
index 2d33f6a..4374271 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh --with python3 $@

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/nano-assault.git



More information about the Pkg-games-commits mailing list