[Pkg-voip-commits] r7985 - in /dahdi-linux/trunk/debian: changelog rules

tzafrir-guest at alioth.debian.org tzafrir-guest at alioth.debian.org
Sun Jan 24 18:43:47 UTC 2010


Author: tzafrir-guest
Date: Sun Jan 24 18:43:46 2010
New Revision: 7985

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=7985
Log:
using +dfsg instead of ~dfsg to make this version newer than the RC

Modified:
    dahdi-linux/trunk/debian/changelog
    dahdi-linux/trunk/debian/rules

Modified: dahdi-linux/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/dahdi-linux/trunk/debian/changelog?rev=7985&op=diff
==============================================================================
--- dahdi-linux/trunk/debian/changelog (original)
+++ dahdi-linux/trunk/debian/changelog Sun Jan 24 18:43:46 2010
@@ -1,4 +1,4 @@
-dahdi-linux (1:2.2.1~dfsg-1) UNRELEASED; urgency=low
+dahdi-linux (1:2.2.1+dfsg-1) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
 

Modified: dahdi-linux/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/dahdi-linux/trunk/debian/rules?rev=7985&op=diff
==============================================================================
--- dahdi-linux/trunk/debian/rules (original)
+++ dahdi-linux/trunk/debian/rules Sun Jan 24 18:43:46 2010
@@ -31,7 +31,7 @@
 DEBVERSION:=$(shell head -n 1 debian/changelog \
 		    | sed -e 's/^[^(]*(\([^)]*\)).*/\1/')
 DEB_BASE_VERSION:=$(shell echo $(DEBVERSION) | sed -e 's/^.*://' -e 's/-[0-9~.a-z]*$$//')
-UPVERSION:=$(shell echo $(DEB_BASE_VERSION) | sed -e 's/~dfsg\(~\|$$\)/\1/' -e 's/~\(rc\|beta\)/-\1/')
+UPVERSION:=$(shell echo $(DEB_BASE_VERSION) | sed -e 's/[~+]dfsg\(~\|$$\)/\1/' -e 's/~\(rc\|beta\)/-\1/')
 
 UPFILENAME := $(PACKAGE_SRC)_$(UPVERSION).orig.tar.gz
 FILENAME := $(PACKAGE_SRC)_$(DEB_BASE_VERSION).orig.tar.gz




More information about the Pkg-voip-commits mailing list