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

fabian-guest at users.alioth.debian.org fabian-guest at users.alioth.debian.org
Mon Oct 1 08:42:59 UTC 2012


The following commit has been merged in the experimental branch:
commit a9d2c7313afd98b316184cb195acc99b838256ad
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
    
    Conflicts:
    	debian/rules

diff --git a/debian/rules b/debian/rules
index b879aac..1f08059 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.99-1537
+SHLIBS_VERSION := $(EPOCH)0.8.99-1537
 
 # these package do not build -extra variants
 LIB_PKGS := $(shell sed -nr 's/^Package:[[:space:]]*(lib(avutil|avdevice|avformat|avfilter|avresample|swscale)[0-9]+)[[:space:]]*$$/\1/p' debian/control)

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list