[SCM] ardour/master: Removed extranous commas in dependency-list

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Thu Dec 15 22:48:25 UTC 2016


The following commit has been merged in the master branch:
commit 5e28b3563fe7bc3aed0ae697da03ddf9aadfd495
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Thu Dec 15 23:35:35 2016 +0100

    Removed extranous commas in dependency-list

diff --git a/debian/rules b/debian/rules
index bc55ea3..226a2ef 100755
--- a/debian/rules
+++ b/debian/rules
@@ -141,11 +141,11 @@ CDBS_BUILD_DEPENDS +=\
 	, itstool\
 	$(empty)
 CDBS_BUILD_DEPENDS +=\
-	, libarchive-dev (>= 3.0.0),\
-	, libboost-dev (>= 1.49.0),\
+	, libarchive-dev (>= 3.0.0)\
+	, libboost-dev (>= 1.49.0)\
 	, libcurl4-gnutls-dev (>= 7.25.0)\
 	, libfftw3-dev (>= 3.3.1)\
-	, liblrdf0-dev (>= 0.4.0), \
+	, liblrdf0-dev (>= 0.4.0)\
 	, libserd-dev (>= 0.18.2~)\
 	, libsord-dev (>= 0.12.0~)\
 	, libsuil-dev (>= 0.6.10~)\
@@ -169,11 +169,11 @@ CDBS_BUILD_DEPENDS +=\
 	, libfluidsynth-dev\
 	, libjack-dev\
 	, liblo-dev (>= 0.26~)\
-	, libltc-dev, \
-	, librubberband-dev, \
+	, libltc-dev\
+	, librubberband-dev\
 	, libsamplerate0-dev (>= 0.1.8)\
 	, libsndfile1-dev (>= 1.0.25)\
-	, libtag1-dev, \
+	, libtag1-dev\
 	, lv2-dev (>= 1.2.0)\
 	, vamp-plugin-sdk (>=2.1)\
 	, $(empty)

-- 
ardour Debian packaging



More information about the pkg-multimedia-commits mailing list