[SCM] ezstream/master: Simplify CDBS package relations.

js at users.alioth.debian.org js at users.alioth.debian.org
Thu Apr 18 19:21:28 UTC 2013


The following commit has been merged in the master branch:
commit 1d2769a0941e2d17c2266a8cc8d96d082fa9cce7
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Thu Jun 28 00:24:35 2012 +0200

    Simplify CDBS package relations.

diff --git a/debian/rules b/debian/rules
index 96a7a26..522fb4e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,6 +33,10 @@ DEB_UPSTREAM_REPACKAGE_EXCLUDES = ./compat/sys/tree.3
 CDBS_BUILD_DEPENDS_rules_upstream-tarball =
 CDBS_BUILD_DEPENDS_rules_utils_copyright-check =
 
+# Needed for upstream build
+CDBS_BUILD_DEPENDS += , libogg-dev (>> 1.1.0), libshout3-dev (>= 2.0-9)
+CDBS_BUILD_DEPENDS += , libvorbis-dev (>> 1.0.1), libxml2-dev (>= 2.6.11)
+
 # Set examples dir:
 DEB_CONFIGURE_EXTRA_FLAGS := --enable-examplesdir="\$${prefix}/share/doc/ezstream/examples"
 
@@ -46,9 +50,3 @@ install/ezstream::
 									     debian/ezstream/usr/share/man/man1/ezstream-file.1
 	[ ! -f debian/ezstream/usr/share/man/man1/ezstream-file.1 ] || sed -e 's#ezstream-file.sh#ezstream-file#g' \
 									-i debian/ezstream/usr/share/man/man1/ezstream-file.1
-
-# Upstream requirements
-CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), libogg-dev (>> 1.1.0), libshout3-dev (>= 2.0-9), libvorbis-dev (>> 1.0.1), libxml2-dev (>= 2.6.11)
-
-# Packaging requirements
-CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), autotools-dev

-- 
ezstream packaging



More information about the pkg-multimedia-commits mailing list