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

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


Author: paravoid
Date: Tue Apr  1 05:26:59 2008
New Revision: 5418

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

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

Modified: openh323-titan/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/openh323-titan/trunk/debian/changelog?rev=5418&op=diff
==============================================================================
--- openh323-titan/trunk/debian/changelog (original)
+++ openh323-titan/trunk/debian/changelog Tue Apr  1 05:26:59 2008
@@ -16,8 +16,9 @@
     distributions.
   * Remove debian/backports/{etch,lenny,sid,edgy,feisty,gutsy} since their
     changes weren't needed anymore.
-
- -- Faidon Liambotis <paravoid at debian.org>  Tue, 01 Apr 2008 07:28:35 +0300
+  * Fix bug where shlibs were very strict on binNMUed versions.
+
+ -- Faidon Liambotis <paravoid at debian.org>  Tue, 01 Apr 2008 08:26:15 +0300
 
 openh323-titan (1.19.1~dfsg-3) unstable; urgency=low
 

Modified: openh323-titan/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/openh323-titan/trunk/debian/rules?rev=5418&op=diff
==============================================================================
--- openh323-titan/trunk/debian/rules (original)
+++ openh323-titan/trunk/debian/rules Tue Apr  1 05:26:59 2008
@@ -36,8 +36,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-titan_$(UPVERSION)~dfsg.orig.tar.gz
 UPFILENAME := openh323-titan_$(UPVERSION).orig.tar.gz




More information about the Pkg-voip-commits mailing list