[SCM] crtmpserver/master: Set default build type to Release.

ceros-guest at users.alioth.debian.org ceros-guest at users.alioth.debian.org
Thu Mar 22 01:03:25 UTC 2012


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

    Set default build type to Release.

diff --git a/debian/rules b/debian/rules
index b19d8c8..fe69420 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_BUILD_TYPE=Release \
 			-DCMAKE_VERBOSE_MAKEFILE=ON \
 			-DCRTMPSERVER_INSTALL_PREFIX=/usr \
 			-DTEMP_FRAMEWORK_VER="$(DEB_UPSTREAM_VERSION)" \

-- 
crtmpserver packaging



More information about the pkg-multimedia-commits mailing list