[Pkg-voip-commits] r4811 - in /opal/trunk/debian: changelog rules

kilian at alioth.debian.org kilian at alioth.debian.org
Sat Nov 3 10:16:52 UTC 2007


Author: kilian
Date: Sat Nov  3 10:16:52 2007
New Revision: 4811

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=4811
Log:
* Fix regexp generating UPVRESION for backports.

Modified:
    opal/trunk/debian/changelog
    opal/trunk/debian/rules

Modified: opal/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/opal/trunk/debian/changelog?rev=4811&op=diff
==============================================================================
--- opal/trunk/debian/changelog (original)
+++ opal/trunk/debian/changelog Sat Nov  3 10:16:52 2007
@@ -1,3 +1,9 @@
+opal (2.2.11~dfsg1-4) UNRELEASED; urgency=low
+
+  * Fix regexp generating UPVRESION for backports.
+
+ -- Kilian Krause <kilian at debian.org>  Sat,  3 Nov 2007 11:16:00 +0100
+
 opal (2.2.11~dfsg1-3) unstable; urgency=high
 
   * Add ~ suffix after upstream version to shlibs generation.

Modified: opal/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/opal/trunk/debian/rules?rev=4811&op=diff
==============================================================================
--- opal/trunk/debian/rules (original)
+++ opal/trunk/debian/rules Sat Nov  3 10:16:52 2007
@@ -40,8 +40,8 @@
 
 DEBVERSION := $(shell head -n 1 debian/changelog \
 		    | sed -e 's/^[^(]*(\([^)]*\)).*/\1/')
-UPVERSION := $(shell echo $(DEBVERSION) | sed -e 's/^.*://' -e 's/-[0-9\.]*$$//' -e 's/~dfsg[0-9]*$$//')
-URLVERSION := $(shell echo $(DEBVERSION) | sed -e 's/^.*://' -e 's/-[0-9\.]*$$//' -e 's/~dfsg[0-9]*$$//' -e 's/\./_/g')
+UPVERSION := $(shell echo $(DEBVERSION) | sed -e 's/^.*://' -e 's/-[0-9\.]*$$//' -e 's/~dfsg.*$$//')
+URLVERSION := $(shell echo $(DEBVERSION) | sed -e 's/^.*://' -e 's/-[0-9\.]*$$//' -e 's/~dfsg.*$$//' -e 's/\./_/g')
 
 FILENAME := opal_$(UPVERSION)~dfsg.orig.tar.gz
 UPFILENAME := opal_$(UPVERSION).orig.tar.gz




More information about the Pkg-voip-commits mailing list