[SCM] FFmpeg packaging branch, master, updated. debian/0.svn20090303-1-15-gb2be8b7
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Apr 26 13:57:16 UTC 2009
The following commit has been merged in the master branch:
commit 2bf25ca3a6f8a3036fa1773a4e8e7f3e54b74bd2
Author: Reinhard Tartler <siretart at tauware.de>
Date: Fri Mar 13 09:26:19 2009 +0100
add epoch for the unstripped packages
patch imported from the 'unstripped' branch
diff --git a/debian/rules b/debian/rules
index 576b6b2..5e6361b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -157,7 +157,7 @@ ifeq ($(DEB_SOURCE),ffmpeg-debian)
done
else
for pkg in $(LIB_PKGS); do \
- dh_makeshlibs -p"$$pkg" -V"$$pkg (>= $(UPSTREAM_VERSION)), $$pkg (< $(UPSTREAM_VERSION)-99)"; \
+ dh_makeshlibs -p"$$pkg" -V"$$pkg (>= $(EPOCH)$(UPSTREAM_VERSION)), $$pkg (< $(EPOCH)$(UPSTREAM_VERSION)-99)"; \
done
endif
env LD_LIBRARY_PATH="$(LD_LIBRARY_PATH):$(CURDIR)/debian/tmp/usr/lib" \
--
FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list