[SCM] ffmpeg/master: make buildlogs verbose
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sat Mar 19 10:10:26 UTC 2011
The following commit has been merged in the master branch:
commit cf3037e9877fa644a1606a44e5047ad38f8ee89c
Author: Reinhard Tartler <siretart at tauware.de>
Date: Sat Mar 19 09:28:45 2011 +0100
make buildlogs verbose
diff --git a/debian/rules b/debian/rules
index a848113..8b60a7d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -45,11 +45,11 @@ configure-stamp-%: $(QUILT_STAMPFN) snapshot_version
build-%: build-stamp-%
build-stamp-%: configure-stamp-%
dh_testdir
- $(MAKE) -C debian-$* $(NUMJOBS)
+ $(MAKE) -C debian-$* $(NUMJOBS) V=1
touch $@
debian-shared/tools/qt-faststart: build-stamp-shared
- $(MAKE) -C debian-shared tools/qt-faststart
+ $(MAKE) -C debian-shared tools/qt-faststart V=1
build-doxy: build-doxy-stamp
build-doxy-stamp: $(QUILT_STAMPFN)
--
FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list