[SCM] libav/master: use EPOCH macro in SHLIBS_VERSION

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Tue Aug 14 20:03:10 UTC 2012


The following commit has been merged in the master branch:
commit 4537d9a02556df20e5c3c463426884e74ea21b8d
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Tue Aug 14 22:01:39 2012 +0200

    use EPOCH macro in SHLIBS_VERSION
    
    Git-Dch: ignore

diff --git a/debian/rules b/debian/rules
index 991c2d6..697dd11 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ EPOCH=6:
 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/-[^-]+$$//')
-SHLIBS_VERSION := 6:0.8.3-1~
+SHLIBS_VERSION := $(EPOCH)0.8.3-1~
 
 # these package do not build -extra variants
 LIB_PKGS := $(shell sed -nr 's/^Package:[[:space:]]*(lib(avutil|avdevice|avformat|avfilter|postproc|swscale)[0-9]+)[[:space:]]*$$/\1/p' debian/control)

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list