[pygame-sdl2] 03/04: Switch to compat level 10.

Markus Koschany apo at moszumanska.debian.org
Wed Dec 21 11:10:59 UTC 2016


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

apo pushed a commit to branch master
in repository pygame-sdl2.

commit dd51ff32a4188fbefe49b94feeb7f8521089a142
Author: Markus Koschany <apo at debian.org>
Date:   Wed Dec 21 11:57:40 2016 +0100

    Switch to compat level 10.
---
 debian/compat  | 2 +-
 debian/control | 2 +-
 debian/rules   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 5bf97eb..c7c5ee5 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders:
  Markus Koschany <apo at debian.org>
 Build-Depends:
  cython,
- debhelper (>= 9),
+ debhelper (>= 10),
  dh-python,
  libsdl2-dev,
  libsdl2-image-dev,
diff --git a/debian/rules b/debian/rules
index 8ba1057..d65120e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 export PYBUILD_NAME = pygame-sdl2
 
 %:
-	dh $@ --parallel --with python2 --buildsystem=pybuild
+	dh $@ --with python2 --buildsystem=pybuild
 
 override_dh_clean:
 	dh_clean

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



More information about the Pkg-games-commits mailing list