[SCM] mplayer/master: Use debhelper compat 10

jcowgill at users.alioth.debian.org jcowgill at users.alioth.debian.org
Sun Oct 22 10:45:09 UTC 2017


The following commit has been merged in the master branch:
commit a883cd5fdbabbd6e8b359a6d4022c9f217d70c6c
Author: James Cowgill <jcowgill at debian.org>
Date:   Sun Oct 22 00:30:09 2017 +0100

    Use debhelper compat 10

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 e03d0a7..6c6a330 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Vcs-Git: https://anonscm.debian.org/git/pkg-multimedia/mplayer.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-multimedia/mplayer.git
 Homepage: https://www.mplayerhq.hu
 Build-Depends:
- debhelper (>= 9~),
+ debhelper (>= 10),
  ladspa-sdk,
  liba52-dev,
  libaa1-dev,
diff --git a/debian/rules b/debian/rules
index 17924bf..8619059 100755
--- a/debian/rules
+++ b/debian/rules
@@ -77,7 +77,7 @@ ifeq ($(DEB_HOST_ARCH),x32)
 endif
 
 %:
-	dh $@ --parallel
+	dh $@
 
 override_dh_auto_build-arch:
 	dh_auto_build -- mplayer

-- 
mplayer packaging



More information about the pkg-multimedia-commits mailing list