[Pkg-voip-commits] r5420 - in /openh323/trunk/debian: changelog rules

paravoid at alioth.debian.org paravoid at alioth.debian.org
Tue Apr 1 05:29:35 UTC 2008


Author: paravoid
Date: Tue Apr  1 05:29:35 2008
New Revision: 5420

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

Modified:
    openh323/trunk/debian/changelog
    openh323/trunk/debian/rules

Modified: openh323/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/openh323/trunk/debian/changelog?rev=5420&op=diff
==============================================================================
--- openh323/trunk/debian/changelog (original)
+++ openh323/trunk/debian/changelog Tue Apr  1 05:29:35 2008
@@ -1,3 +1,9 @@
+openh323 (1.18.0.dfsg-9) UNRELEASED; urgency=low
+
+  * Fix bug where shlibs were very strict on binNMUed versions.
+
+ -- Faidon Liambotis <paravoid at debian.org>  Tue, 01 Apr 2008 08:29:28 +0300
+
 openh323 (1.18.0.dfsg-8) unstable; urgency=low
 
   [ Kilian Krause ]

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




More information about the Pkg-voip-commits mailing list