[SCM] juce/master: added help2man to b-d and alphabetically sorted B-Ds

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Thu Feb 11 19:27:48 UTC 2016


The following commit has been merged in the master branch:
commit 10c13899c0e2ddb65acb237dfe155574dd2dacbf
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Thu Feb 11 14:31:30 2016 +0100

    added help2man to b-d and alphabetically sorted B-Ds
    
    but the buildsystem deps (debhelper, cdbs) at the very end
    (as they won't change and don't need a comma)

diff --git a/debian/control b/debian/control
index 608bf99..0c9a661 100644
--- a/debian/control
+++ b/debian/control
@@ -3,25 +3,28 @@ Section: devel
 Priority: optional
 Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
 Uploaders: IOhannes m zmölnig (Debian/GNU) <umlaeute at debian.org>
-Build-Depends: debhelper (>= 9), cdbs, patch,
+Build-Depends:
+ libasound2-dev,
+ libcurl4-gnutls-dev | libcurl-dev,
  libfreetype6-dev,
  libflac-dev,
+ libgl1-mesa-dev | libgl-dev,
+ libjack-dev,
  libjpeg-dev,
  libpng12-dev,
  libogg-dev,
  libvorbis-dev,
- zlib1g-dev,
- libgl1-mesa-dev | libgl-dev,
  libx11-dev,
  libxext-dev,
  libxinerama-dev,
  libxrandr-dev,
  libxcomposite-dev,
  libxcursor-dev,
- libasound2-dev,
- libjack-dev,
- libcurl4-gnutls-dev | libcurl-dev,
- pkg-config
+ zlib1g-dev,
+ pkg-config,
+ help2man,
+ patch,
+ debhelper (>= 9), cdbs
 Build-Depends-Indep: doxygen
 Standards-Version: 3.9.7
 Homepage: http://juce.org

-- 
juce packaging



More information about the pkg-multimedia-commits mailing list