[Pkg-voip-commits] r7178 - in /yate/trunk/debian: changelog rules watch

kilian at alioth.debian.org kilian at alioth.debian.org
Sat May 9 21:16:38 UTC 2009


Author: kilian
Date: Sat May  9 21:16:38 2009
New Revision: 7178

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=7178
Log:
fix version numbering to *not* use .dfsg

Modified:
    yate/trunk/debian/changelog
    yate/trunk/debian/rules
    yate/trunk/debian/watch

Modified: yate/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/yate/trunk/debian/changelog?rev=7178&op=diff
==============================================================================
--- yate/trunk/debian/changelog (original)
+++ yate/trunk/debian/changelog Sat May  9 21:16:38 2009
@@ -1,4 +1,4 @@
-yate (2.0.0-1.dfsg-1) UNRELEASED; urgency=low
+yate (2.0.0-1~dfsg-1) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
   * New upstream release. (Closes: #499586)
@@ -14,7 +14,7 @@
   * Fix spelling error in control file (s/postgresql/PostgreSQL/).
     Thanks lintian.
 
- -- Kilian Krause <kilian at debian.org>  Sat, 09 May 2009 19:23:57 +0200
+ -- Kilian Krause <kilian at debian.org>  Sat, 09 May 2009 23:15:30 +0200
 
 yate (1.3.0-1.dfsg-1) unstable; urgency=low
 

Modified: yate/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/yate/trunk/debian/rules?rev=7178&op=diff
==============================================================================
--- yate/trunk/debian/rules (original)
+++ yate/trunk/debian/rules Sat May  9 21:16:38 2009
@@ -33,7 +33,7 @@
 
 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$$//')
+UPVERSION:=$(shell echo $(DEBVERSION) | sed -e 's/^.*://' -e 's/-[0-9.]*$$//' -e 's/~dfsg$$//')
 
 DFSG:=$(shell echo $(DEBVERSION) | sed -e 's/-[0-9]*$$//')
 

Modified: yate/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-voip/yate/trunk/debian/watch?rev=7178&op=diff
==============================================================================
--- yate/trunk/debian/watch (original)
+++ yate/trunk/debian/watch Sat May  9 21:16:38 2009
@@ -1,3 +1,3 @@
 version=3
-opts=dversionmangle=s/\.dfsg// \
+opts=dversionmangle=s/~dfsg// \
  http://yate.null.ro/tarballs/yate2/yate-([\d.-]+)\.tar\.gz




More information about the Pkg-voip-commits mailing list