[SCM] crtmpserver/master: Set verbose output for builds. This helps with porting efforts and checks if buildflags are properly being used.

ceros-guest at users.alioth.debian.org ceros-guest at users.alioth.debian.org
Thu Mar 22 00:44:06 UTC 2012


The following commit has been merged in the master branch:
commit a4d50ea6f2c77d2fe0730f5c01a2251c37fd0ebe
Author: Andres Mejia <amejia004 at gmail.com>
Date:   Wed Mar 21 20:39:01 2012 -0400

    Set verbose output for builds.
    This helps with porting efforts and checks if buildflags are
    properly being used.

diff --git a/debian/rules b/debian/rules
index fefa990..b19d8c8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,7 @@ DEB_BUILDDIR = obj-$(DEB_BUILD_GNU_TYPE)
 DEB_PACKAGE_VERSION  := $(shell dpkg-parsechangelog | awk '/^Version/ {print $$2}')
 DEB_UPSTREAM_VERSION := $(shell echo $(DEB_PACKAGE_VERSION) | cut -d '-' -f 1 | sed s,~,_, )
 DEB_CONFIGURE_FLAGS = \
+			-DCMAKE_VERBOSE_MAKEFILE=ON \
 			-DCRTMPSERVER_INSTALL_PREFIX=/usr \
 			-DTEMP_FRAMEWORK_VER="$(DEB_UPSTREAM_VERSION)" \
 			-DCRTMPSERVER_SOURCES_ROOT=$(CURDIR) \

-- 
crtmpserver packaging



More information about the pkg-multimedia-commits mailing list