[SCM] libav/master: Fix epoch in strict internal dependencies. Closes: #670861

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Apr 29 19:45:24 UTC 2012


The following commit has been merged in the master branch:
commit e6c87543f57437ec2acac55f2bbac83bb4955771
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Sun Apr 29 21:43:53 2012 +0200

    Fix epoch in strict internal dependencies. Closes: #670861

diff --git a/debian/rules b/debian/rules
index ad466e4..5907d9b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-EPOCH=5:
+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/-[^-]+$$//')

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list