[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:53:30 UTC 2012
    
    
  
The following commit has been merged in the master branch:
commit e6dc23f481e29e2512df8258028ec04d907e567a
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 9e1e2ce..401aa46 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