[Pkg-voip-commits] r7826 - /yate/trunk/debian/rules

tzafrir-guest at alioth.debian.org tzafrir-guest at alioth.debian.org
Sat Nov 21 21:34:58 UTC 2009


Author: tzafrir-guest
Date: Sat Nov 21 21:34:58 2009
New Revision: 7826

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=7826
Log:
Allow stripping a revision number with a dot in it.

Modified:
    yate/trunk/debian/rules

Modified: yate/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/yate/trunk/debian/rules?rev=7826&op=diff
==============================================================================
--- yate/trunk/debian/rules (original)
+++ yate/trunk/debian/rules Sat Nov 21 21:34:58 2009
@@ -35,7 +35,7 @@
 		    | sed -e 's/^[^(]*(\([^)]*\)).*/\1/')
 UPVERSION:=$(shell echo $(DEBVERSION) | sed -e 's/^.*://' -e 's/-[0-9.]*$$//' -e 's/~dfsg$$//')-1
 
-DFSG:=$(shell echo $(DEBVERSION) | sed -e 's/-[0-9]*$$//')
+DFSG:=$(shell echo $(DEBVERSION) | sed -e 's/-[0-9.]*$$//')
 
 FILENAME := yate_$(UPVERSION).orig.tar.gz
 SRCDIR := yate




More information about the Pkg-voip-commits mailing list