[Pkg-voip-commits] r1967 - kiax/trunk/debian

George Danchev danchev-guest at costa.debian.org
Wed Jun 28 19:39:49 UTC 2006


Author: danchev-guest
Date: 2006-06-28 19:39:48 +0000 (Wed, 28 Jun 2006)
New Revision: 1967

Modified:
   kiax/trunk/debian/changelog
   kiax/trunk/debian/rules
Log:
fix incorrect repackaging, now dfsg tarball is really clean

Modified: kiax/trunk/debian/changelog
===================================================================
--- kiax/trunk/debian/changelog	2006-06-27 07:15:13 UTC (rev 1966)
+++ kiax/trunk/debian/changelog	2006-06-28 19:39:48 UTC (rev 1967)
@@ -1,6 +1,9 @@
 kiax (0.8.51.dfsg-1-2) UNRELEASED; urgency=low
 
-  * NOT RELEASED YET
+  [ George Danchev ]
+  * Fix the sed snippet which failed to figure out the corrent upstream
+    version from the changelog when dfsg is followed by digits. This 
+    was the root of invalid dfsg repackaging (Closes: #375894)
 
  -- Mark Purcell <msp at debian.org>  Mon, 26 Jun 2006 21:29:48 +0100
 

Modified: kiax/trunk/debian/rules
===================================================================
--- kiax/trunk/debian/rules	2006-06-27 07:15:13 UTC (rev 1966)
+++ kiax/trunk/debian/rules	2006-06-28 19:39:48 UTC (rev 1967)
@@ -23,7 +23,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-[0-9]*$$//')
 
 FILENAME := kiax_$(UPVERSION).orig.tar.gz
 SRCDIR := kiax-$(UPVERSION)-src




More information about the Pkg-voip-commits mailing list