[adonthell-data] 54/60: Remove python3 substvar and don't build with python3.

Markus Koschany apo at moszumanska.debian.org
Tue Jul 12 23:23:25 UTC 2016


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

apo pushed a commit to branch master
in repository adonthell-data.

commit 3c527e76e804d711995eb0d8c4da6998b8a890a6
Author: Markus Koschany <apo at debian.org>
Date:   Tue Jul 12 21:20:18 2016 +0200

    Remove python3 substvar and don't build with python3.
    
    Apparently this is not necessary.
---
 debian/control | 6 ++----
 debian/rules   | 2 +-
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index 8de15de..1f59af6 100644
--- a/debian/control
+++ b/debian/control
@@ -7,9 +7,8 @@ Uploaders:
 Build-Depends:
  adonthell (>= 0.3.6~beta1),
  dh-autoreconf,
- dh-python,
  debhelper (>= 9),
- python3-dev
+ python3
 Standards-Version: 3.9.8
 Homepage: http://adonthell.nongnu.org
 Vcs-Git: https://anonscm.debian.org/git/pkg-games/adonthell-data.git
@@ -19,8 +18,7 @@ Package: adonthell-data
 Architecture: all
 Depends:
  adonthell (>= 0.3.6~beta1),
- ${misc:Depends},
- ${python3:Depends}
+ ${misc:Depends}
 Description: Data files needed by Adonthell
  This is the official game for Adonthell 0.3
  .
diff --git a/debian/rules b/debian/rules
index f658b35..a8bd6eb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 #export DH_VERBOSE=1
 
 %:
-	dh $@ --with autoreconf,python3
+	dh $@ --with autoreconf
 
 override_dh_auto_configure:
 	dh_auto_configure -- \

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



More information about the Pkg-games-commits mailing list