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

paravoid at alioth.debian.org paravoid at alioth.debian.org
Tue Apr 1 05:31:46 UTC 2008


Author: paravoid
Date: Tue Apr  1 05:31:46 2008
New Revision: 5421

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

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

Modified: pwlib/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/pwlib/trunk/debian/changelog?rev=5421&op=diff
==============================================================================
--- pwlib/trunk/debian/changelog (original)
+++ pwlib/trunk/debian/changelog Tue Apr  1 05:31:46 2008
@@ -1,6 +1,6 @@
-pwlib (1.10.10-2) UNRELEASED; urgency=high
-
-  * NOT RELEASED YET
+pwlib (1.10.10-2) UNRELEASED; urgency=low
+
+  [ Kilian Krause ]
   * Add Replaces/Conflicts/Provides for old versions of plugins packages.
   * Add lintian overrides to document this is a transitional stage until
     plugins are sorted into namespaces that provide for having *one* -dbg
@@ -17,7 +17,10 @@
   * Revert part of 04_names patch to not include OBJDIR_SUFFIX to plugins dir
     anymore.
 
- -- Kilian Krause <kilian at debian.org>  Wed,  5 Dec 2007 19:06:14 +0100
+  [ Faidon Liambotis ]
+  * Fix bug where shlibs were very strict on binNMUed versions.
+
+ -- Faidon Liambotis <paravoid at debian.org>  Tue, 01 Apr 2008 08:31:11 +0300
 
 pwlib (1.10.10-1) unstable; urgency=low
 

Modified: pwlib/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/pwlib/trunk/debian/rules?rev=5421&op=diff
==============================================================================
--- pwlib/trunk/debian/rules (original)
+++ pwlib/trunk/debian/rules Tue Apr  1 05:31:46 2008
@@ -35,8 +35,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_$(UPVERSION)~dfsg1.orig.tar.gz
 UPFILENAME := pwlib_$(UPVERSION).orig.tar.gz




More information about the Pkg-voip-commits mailing list