[SCM] mplayer/master: Split the Build-Depends into B-D/B-D-Arch/B-D-Indep.

micove-guest at users.alioth.debian.org micove-guest at users.alioth.debian.org
Mon Nov 2 11:06:07 UTC 2015


The following commit has been merged in the master branch:
commit 12b75a6e2be51d1243a1b885cac6879c730bed5b
Author: Miguel A. Colón Vélez <debian.micove at gmail.com>
Date:   Mon Nov 2 03:41:19 2015 -0500

    Split the Build-Depends into B-D/B-D-Arch/B-D-Indep.
    
    Requires dpkg-dev >= 1.16.4 which is already available in o-o-bpo.

diff --git a/debian/control b/debian/control
index 1af31d4..75c97dc 100644
--- a/debian/control
+++ b/debian/control
@@ -11,9 +11,8 @@ Vcs-Git: git://anonscm.debian.org/pkg-multimedia/mplayer.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-multimedia/mplayer.git
 Homepage: https://www.mplayerhq.hu
 Build-Depends:
- debhelper (>= 9~),
- docbook-xml,
- docbook-xsl,
+ debhelper (>= 9~)
+Build-Depends-Arch:
  ladspa-sdk,
  liba52-dev,
  libaa1-dev,
@@ -86,9 +85,12 @@ Build-Depends:
  pkg-config,
  vstream-client-dev,
  x11proto-core-dev,
- xsltproc,
  yasm,
  zlib1g-dev
+Build-Depends-Indep:
+ docbook-xml,
+ docbook-xsl,
+ xsltproc
 
 Package: mplayer-gui
 Architecture: any

-- 
mplayer packaging



More information about the pkg-multimedia-commits mailing list