[SCM] FFmpeg packaging branch, master, updated. debian/0.5+svn20090420-2-35-g465adb7

ceros-guest at users.alioth.debian.org ceros-guest at users.alioth.debian.org
Fri May 15 07:06:45 UTC 2009


The following commit has been merged in the master branch:
commit 465adb7f6b529029c2e6b83ea4262fedb6b8d8bb
Author: Andres Mejia <mcitadel at gmail.com>
Date:   Fri May 15 03:06:09 2009 -0400

    Fix check for .svnrevision, would fail if it was unreadable.

diff --git a/debian/rules b/debian/rules
index dfb17e0..468752e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -47,7 +47,7 @@ configure-%: configure-stamp-%
 configure-stamp-%: $(QUILT_STAMPFN) config-extra-includes.h
 	dh_testdir
 	mkdir -p debian-$*
-	[ -r .svnrevision ] && \
+	[ ! -r .svnrevision ] || \
 		echo "SVN-r$$(cat .svnrevision)" > debian-$*/snapshot_version
 	cd debian-$* && CFLAGS="$(CFLAGS)" $(CURDIR)/configure \
 		$($*_build_confflags) $(extra_$*_build_confflags)

-- 
FFmpeg packaging



More information about the pkg-multimedia-commits mailing list