[SCM] FFmpeg packaging branch, master, updated. upstream/0.svn20090110-28-g2236cc3

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Tue Jan 20 08:15:50 UTC 2009


The following commit has been merged in the master branch:
commit 512a6a52a92a13dde0cb0692823e38f52cc63fcd
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Tue Jan 20 00:43:33 2009 +0100

    append LD_LIBRARY_PATH, do not overwrite it.

diff --git a/debian/rules b/debian/rules
index 2676730..df7f7a2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -137,7 +137,7 @@ endif
 	    dh_makeshlibs -p"$$pkg" -V"$$pkg (>= $(SHLIBS_VERSION)) | $$upkg (>= $(SHLIBS_VERSION))"; \
 	done
 	dh_installdeb
-	env LD_LIBRARY_PATH=$(CURDIR)/debian/tmp/usr/lib \
+	env LD_LIBRARY_PATH="$(LD_LIBRARY_PATH):$(CURDIR)/debian/tmp/usr/lib" \
 	dh_shlibdeps
 	dh_gencontrol -- -Vlib1394-dev="$(lib1394-dev)"
 	dh_md5sums

-- 
FFmpeg packaging



More information about the pkg-multimedia-commits mailing list