[SCM] FFmpeg packaging branch, master, updated. debian/0.5+svn20090420-1-6-g26f492d

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Thu May 7 20:54:54 UTC 2009


The following commit has been merged in the master branch:
commit 9b41ad6cfdeebb59bd689b82b914446ba1020249
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Thu May 7 20:37:47 2009 +0200

    fix SHLIBS_VERSION in debian/rules (Closes: #527350)
    
    We must not use the current epoch, as this leads to the situation that
    any packages built against ffmpeg will not be installable.

diff --git a/debian/rules b/debian/rules
index 38e6ae4..0f779c0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ DEB_SOURCE := $(shell dpkg-parsechangelog | sed -n 's/^Source: //p')
 DEB_VERSION := $(shell dpkg-parsechangelog | sed -n 's/^Version: //p')
 UPSTREAM_VERSION := $(shell echo $(DEB_VERSION) | sed -r 's/[^:]+://; s/-[^-]+$$//')
 SVN_VERSION := $(shell echo $(UPSTREAM_VERSION) | sed -nr 's/^[0-9.:-]+[+.]svn([0-9]+)$$/\1/p')
-SHLIBS_VERSION := $(EPOCH)0.svn20090303-1
+SHLIBS_VERSION := 3:0.svn20090303-1
 
 ifeq ($(SVN_VERSION),)
 $(error UPSTREAM_VERSION: $(UPSTREAM_VERSION) - but SVN_VERSION is empty! - check debian/rules)

-- 
FFmpeg packaging



More information about the pkg-multimedia-commits mailing list