[Pkg-voip-commits] r5422 - in /pwlib-titan/trunk/debian: changelog rules

paravoid at alioth.debian.org paravoid at alioth.debian.org
Tue Apr 1 05:33:00 UTC 2008


Author: paravoid
Date: Tue Apr  1 05:33:00 2008
New Revision: 5422

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=5422
Log:
* Fix bug where shlibs were very strict on binNMUed versions.

Modified:
    pwlib-titan/trunk/debian/changelog
    pwlib-titan/trunk/debian/rules

Modified: pwlib-titan/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/pwlib-titan/trunk/debian/changelog?rev=5422&op=diff
==============================================================================
--- pwlib-titan/trunk/debian/changelog (original)
+++ pwlib-titan/trunk/debian/changelog Tue Apr  1 05:33:00 2008
@@ -1,12 +1,16 @@
 pwlib-titan (1.11.2-2) UNRELEASED; urgency=low
 
+  [ Kilian Krause ]
   * Fix debian/watch to use sf.net instead of voxgratia.org (Closes: #453595)
   * Remove symlinks of unused compatibility versions.
   * Fix remote denial of service vulnerability caused
     by a call to PString::vsprintf if the used object already
     contained more than 1000 characters (CVE-2007-4897; Closes: #454139).
 
- -- Kilian Krause <kilian at debian.org>  Mon,  3 Dec 2007 14:01:19 +0100
+  [ Faidon Liambotis ]
+  * Fix bug where shlibs were very strict on binNMUed versions.
+
+ -- Faidon Liambotis <paravoid at debian.org>  Tue, 01 Apr 2008 08:32:44 +0300
 
 pwlib-titan (1.11.2-1) unstable; urgency=low
 

Modified: pwlib-titan/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/pwlib-titan/trunk/debian/rules?rev=5422&op=diff
==============================================================================
--- pwlib-titan/trunk/debian/rules (original)
+++ pwlib-titan/trunk/debian/rules Tue Apr  1 05:33:00 2008
@@ -38,8 +38,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 -r -e 's/^.*://' -e 's/-[0-9.]*(\+b[0-9])?$$//' -e 's/.dfsg[0-9]*$$//')
+URLVERSION := $(shell echo $(DEBVERSION) | sed -r -e 's/^.*://' -e 's/-[0-9.]*(\+b[0-9])?$$//' -e 's/.dfsg[0-9]*$$//' -e 's/\./_/g')
 
 FILENAME := pwlib-titan_$(UPVERSION)~dfsg1.orig.tar.gz
 UPFILENAME := pwlib-titan_$(UPVERSION).orig.tar.gz




More information about the Pkg-voip-commits mailing list