[SCM] mplayer packaging branch, master, updated. debian/1.0.rc3+svn20100502-2-13-g62fc196

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Tue May 25 18:04:11 UTC 2010


The following commit has been merged in the master branch:
commit 9da4dc72def00bbc05f12429516213295aa4e864
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Tue May 25 19:49:54 2010 +0200

    fix SVN_VERION regex in debian rules to unbreak get-orig-source target. Closes: #582369

diff --git a/debian/rules b/debian/rules
index b57d025..5cc4b97 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,7 @@ export DH_OPTIONS
 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')
+SVN_VERSION := $(shell echo $(UPSTREAM_VERSION) | sed -nr 's/^[0-9.:-~]+\+svn([0-9]+)$$/\1/p')
 
 
 #UPSTREAMSOURCE := upstream SVN repository

-- 
mplayer packaging



More information about the pkg-multimedia-commits mailing list