[Pkg-voip-commits] r2839 - asterisk/branches/experimental/debian

Tzafrir Cohen tzafrir-guest at alioth.debian.org
Sun Dec 24 21:36:28 CET 2006


Author: tzafrir-guest
Date: 2006-12-24 21:36:27 +0100 (Sun, 24 Dec 2006)
New Revision: 2839

Modified:
   asterisk/branches/experimental/debian/changelog
   asterisk/branches/experimental/debian/rules
Log:
New upstream release (1.4 is here, finally)


Modified: asterisk/branches/experimental/debian/changelog
===================================================================
--- asterisk/branches/experimental/debian/changelog	2006-12-23 16:28:19 UTC (rev 2838)
+++ asterisk/branches/experimental/debian/changelog	2006-12-24 20:36:27 UTC (rev 2839)
@@ -1,4 +1,4 @@
-asterisk (1:1.3.99~beta3.dfsg-2) UNRELEASED; urgency=low
+asterisk (1:1.4.0~dfsg-1) UNRELEASED; urgency=low
 
   * New upstream release.
 

Modified: asterisk/branches/experimental/debian/rules
===================================================================
--- asterisk/branches/experimental/debian/rules	2006-12-23 16:28:19 UTC (rev 2838)
+++ asterisk/branches/experimental/debian/rules	2006-12-24 20:36:27 UTC (rev 2839)
@@ -39,12 +39,10 @@
 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$$//')
-# TODO: ditch this variable:
-UPVERSION_REAL:=1.4.0-beta3
 
-FILENAME := asterisk_$(UPVERSION).dfsg.orig.tar.gz
-UPFILENAME := asterisk_$(UPVERSION_REAL).orig.tar.gz
-URL := http://ftp2.digium.com/pub/asterisk/releases/asterisk-$(UPVERSION_REAL).tar.gz
+FILENAME := asterisk_$(UPVERSION)~dfsg.orig.tar.gz
+UPFILENAME := asterisk_$(UPVERSION).orig.tar.gz
+URL := http://ftp2.digium.com/pub/asterisk/releases/asterisk-$(UPVERSION).tar.gz
 
 
 check-sounds:




More information about the Pkg-voip-commits mailing list