[SCM] crtmpserver/master: Replace cmake call with dh_auto_configure, DH provides cmake support since 7.3.7

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Fri Mar 25 10:38:50 UTC 2011


The following commit has been merged in the master branch:
commit eabb468a59f9bb7f27e6f474092fc6602d5c9ebf
Author: Alessio Treglia <alessio at debian.org>
Date:   Fri Mar 25 11:37:21 2011 +0100

    Replace cmake call with dh_auto_configure, DH provides cmake support since 7.3.7

diff --git a/debian/rules b/debian/rules
index 81f7c22..4111933 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,11 +8,10 @@ DEB_BUILDDIR = obj-$(DEB_BUILD_GNU_TYPE)
 	dh $@ 
 
 override_dh_auto_configure:
-	mkdir -p $(DEB_BUILDDIR)
-	cd $(DEB_BUILDDIR) && cmake ..	-DCRTMPSERVER_INSTALL_PREFIX=/usr \
-					-DCMAKE_VERBOSE_MAKEFILE=OFF \
-					-DTEMP_FRAMEWORK_VER=${SVER} \
-					-DCRTMPSERVER_SOURCES_ROOT=${DEBPATH} \
-					-DCRTMPSERVER_3RDPARTY_ROOT=${DEBPATH}
+	dh_auto_configure --	-DCRTMPSERVER_INSTALL_PREFIX=/usr \
+				-DCMAKE_VERBOSE_MAKEFILE=OFF \
+				-DTEMP_FRAMEWORK_VER=${SVER} \
+				-DCRTMPSERVER_SOURCES_ROOT=${DEBPATH} \
+				-DCRTMPSERVER_3RDPARTY_ROOT=${DEBPATH}
 
 

-- 
crtmpserver packaging



More information about the pkg-multimedia-commits mailing list