[SCM] dvbcut/master: make buildlogs more verbose
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sat Jan 21 08:11:21 UTC 2012
The following commit has been merged in the master branch:
commit 63a9224dc8d74011149ef50f4abbfc11edaabc77
Author: Reinhard Tartler <siretart at tauware.de>
Date: Sat Jan 21 08:44:56 2012 +0100
make buildlogs more verbose
diff --git a/debian/rules b/debian/rules
index 5e3dc9b..dbdae5a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ UPSTREAM_VERSION := $(shell echo $(DEB_VERSION) | sed -r ' s/\+[^+]+$$//')
SVN_VERSION := $(shell echo $(DEB_VERSION) | sed -r 's/^[0-9.:-]+\+r//; s/-[^-]+$$//' )
SVN_URL := http://dvbcut.svn.sourceforge.net/svnroot/dvbcut/trunk
ORIG_TAR_GZ := ../$(DEB_SOURCE)_$(UPSTREAM_VERSION)+svn$(SVN_VERSION).orig.tar.gz
-CMAKE_FLAGS := -DCMAKE_COLOR_MAKEFILE=OFF -DCMAKE_INSTALL_PREFIX="/usr"
+CMAKE_FLAGS := -DCMAKE_COLOR_MAKEFILE=OFF -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_VERBOSE_MAKEFILE=1
build: build-arch build-indep
build-arch: build-stamp
--
dvbcut packaging
More information about the pkg-multimedia-commits
mailing list