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

George Danchev danchev-guest at costa.debian.org
Wed Jun 28 20:05:47 UTC 2006


Author: danchev-guest
Date: 2006-06-28 20:05:46 +0000 (Wed, 28 Jun 2006)
New Revision: 1968

Modified:
   kiax/trunk/debian/rules
Log:
finally fix the dfsg tarball

Modified: kiax/trunk/debian/rules
===================================================================
--- kiax/trunk/debian/rules	2006-06-28 19:39:48 UTC (rev 1967)
+++ kiax/trunk/debian/rules	2006-06-28 20:05:46 UTC (rev 1968)
@@ -25,9 +25,11 @@
 		    | sed -e 's/^[^(]*(\([^)]*\)).*/\1/')
 UPVERSION:=$(shell echo $(DEBVERSION) | sed -e 's/^.*://' -e 's/-[0-9.]*$$//' -e 's/.dfsg-[0-9]*$$//')
 
+DFSG:=$(shell echo $(DEBVERSION) | sed -e 's/-[0-9]*$$//')
+
 FILENAME := kiax_$(UPVERSION).orig.tar.gz
 SRCDIR := kiax-$(UPVERSION)-src
-DFSGNAME := kiax_$(UPVERSION).dfsg.orig.tar.gz
+DFSGNAME := kiax_$(DFSG).orig.tar.gz
 URL := http://heanet.dl.sourceforge.net/kiax/kiax-0.8.51-src.tar.gz
 
 configure: patch configure-stamp
@@ -103,7 +105,8 @@
 	dh_builddeb
 
 print-version:
-	@@echo "Debian version:          $(DEBVERSION)"
+	@@echo "Debian   version:        $(DEBVERSION)"
+	@@echo "DFSG     version:        $(DFSG)"
 	@@echo "Upstream version:        $(UPVERSION)"
 
 get-orig-source:




More information about the Pkg-voip-commits mailing list