[Pkg-voip-commits] r2651 - iaxmodem/trunk/debian

Julien Blache jblache at alioth.debian.org
Sat Oct 28 10:31:29 CEST 2006


Author: jblache
Date: 2006-10-28 10:31:29 +0200 (Sat, 28 Oct 2006)
New Revision: 2651

Modified:
   iaxmodem/trunk/debian/changelog
   iaxmodem/trunk/debian/rules
Log:
New upstream release 0.1.15


Modified: iaxmodem/trunk/debian/changelog
===================================================================
--- iaxmodem/trunk/debian/changelog	2006-10-26 06:25:18 UTC (rev 2650)
+++ iaxmodem/trunk/debian/changelog	2006-10-28 08:31:29 UTC (rev 2651)
@@ -1,8 +1,10 @@
-iaxmodem (0.1.14.dfsg-2) UNRELEASED; urgency=low
+iaxmodem (0.1.15~dfsg-1) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * New upstream release.
+  * debian/rules:
+    + Use new ~dfsg versionning scheme.
 
- -- Julien BLACHE <jblache at debian.org>  Tue,  1 Aug 2006 09:15:51 +0200
+ -- Julien BLACHE <jblache at debian.org>  Sat, 28 Oct 2006 10:31:02 +0200
 
 iaxmodem (0.1.14.dfsg-1) unstable; urgency=low
 

Modified: iaxmodem/trunk/debian/rules
===================================================================
--- iaxmodem/trunk/debian/rules	2006-10-26 06:25:18 UTC (rev 2650)
+++ iaxmodem/trunk/debian/rules	2006-10-28 08:31:29 UTC (rev 2651)
@@ -34,11 +34,11 @@
 
 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]*$$//')
+UPVERSION:=$(shell echo $(DEBVERSION) | sed -e 's/^.*://' -e 's/-[0-9.]*$$//' -e 's/~dfsg[0-9]*$$//')
 
-FILENAME := iaxmodem_$(UPVERSION).dfsg.orig.tar.gz
+FILENAME := iaxmodem_$(UPVERSION)~dfsg.orig.tar.gz
 UPFILENAME := iaxmodem_$(UPVERSION).orig.tar.gz
-URL := http://puzzle.dl.sourceforge.net/iaxmodem/iaxmodem-$(UPVERSION).tar.gz
+URL := http://heanet.dl.sourceforge.net/iaxmodem/iaxmodem-$(UPVERSION).tar.gz
 
 autotools-stamp:
 	-rm -f ./lib/libiax2/config.sub ./lib/libiax2/config.guess




More information about the Pkg-voip-commits mailing list